Packages

package interfaces

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. trait ILocation extends AnyRef

    Range in a particular document

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

    Position in text.

  6. trait IRange extends AnyRef

    Range of positions in text.

Ungrouped