WriteHelpers

Undocumented in source.

Members

Enums

UndoCommand
enum UndoCommand
Undocumented in source.

Functions

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.

Variables

getClipboard
string delegate() getClipboard;
Undocumented in source.

Meta