ReadHelpers

Undocumented in source.

Members

Functions

clipboard
void clipboard(S str)
Undocumented in source. Be warned that the author may not have intended to support it.
copySelection
void copySelection()
Undocumented in source. Be warned that the author may not have intended to support it.
copyText
void copyText(size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
getSelectionForCopyCut
Selection getSelectionForCopyCut()
Undocumented in source. Be warned that the author may not have intended to support it.
moveCursor
Cursor moveCursor(Cursor cur, MoveCommand com)
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.
nextOffset
size_t nextOffset(size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
prevOffset
size_t prevOffset(size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
strideAt
uint strideAt(size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

setClipboard
void delegate(string) setClipboard;
Undocumented in source.

Meta