package commonInterfaces
Type Members
- trait IAbstractTextEditor extends AnyRef
-
trait
IAbstractTextEditorWithCursor
extends IAbstractTextEditor
Abstract text editor, being able to provide current cursor posisiton in buffer terms.
-
trait
IEditorTextBuffer
extends AnyRef
Text editor buffer.
-
case class
IPoint
(row: Int, column: Int) extends Product with Serializable
Position in text.
-
trait
IRange
extends AnyRef
Range of positions in text.