EditorTextModel

Undocumented in source.

Constructors

this
this(TextEditorRef ed)
Undocumented in source.

Members

Functions

isEditable
bool isEditable()
Undocumented in source. Be warned that the author may not have intended to support it.
lastLine
int lastLine()
Undocumented in source. Be warned that the author may not have intended to support it.
lineInfo
LineInfo lineInfo(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
moveSelectionCursor
void moveSelectionCursor(MoveCommand com, bool extendSelection)
Undocumented in source. Be warned that the author may not have intended to support it.
numLines
int numLines()
Undocumented in source. Be warned that the author may not have intended to support it.
onCommand
void onCommand(EditorCommand com)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
ChunkedRange!char opSlice(size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSelection
void replaceSelection(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
selection
Selection selection()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

editor
TextEditorRef editor;
Undocumented in source.

Inherited Members

From TextModel

isEditable
bool isEditable()
Undocumented in source.
numLines
int numLines()
Undocumented in source.
lastLine
int lastLine()
Undocumented in source.
opSlice
ChunkedRange!char opSlice(size_t from, size_t to)
Undocumented in source.
lineInfo
LineInfo lineInfo(int line)
Undocumented in source.
onCommand
void onCommand(EditorCommand com)
Undocumented in source.
selection
Selection selection()
Undocumented in source.

Meta