- clipboard
string clipboard()
Undocumented in source. Be warned that the author may not have intended to support it.
- insertText
Cursor insertText(Cursor cur, const(char)[] str)
Returns pos after inserted text
- redo
void redo()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeAndUpdateSelection
void removeAndUpdateSelection(Selection sel)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeText
void removeText(Selection sel)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeText
void removeText(Cursor from, Cursor 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.
- undo
void undo()
Undocumented in source. Be warned that the author may not have intended to support it.