Packages

package commonInterfaces

Type Members

  1. trait IAbstractTextEditor extends AnyRef
  2. trait IAbstractTextEditorWithCursor extends IAbstractTextEditor

    Abstract text editor, being able to provide current cursor posisiton in buffer terms.

  3. trait IEditorTextBuffer extends AnyRef

    Text editor buffer.

  4. case class IPoint (row: Int, column: Int) extends Product with Serializable

    Position in text.

  5. trait IRange extends AnyRef

    Range of positions in text.

Ungrouped