LineInfoBuffer

Undocumented in source.

Members

Aliases

opIndex
alias opIndex = lineInfo
Undocumented in source.

Functions

calc
int calc(R text)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
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.
lineEndOffset
size_t lineEndOffset(int lineIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
lineInfo
LineInfo lineInfo(int lineIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
lineStartOffset
size_t lineStartOffset(int lineIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
numLineBytes
size_t numLineBytes(int lineIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
numLineTotalBytes
size_t numLineTotalBytes(int lineIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
onPaste
int onPaste(Cursor at, R text)
Undocumented in source. Be warned that the author may not have intended to support it.
onRemove
void onRemove(Cursor from, Cursor to)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print()
Undocumented in source. Be warned that the author may not have intended to support it.
updateOffsetsToLine
void updateOffsetsToLine(int toLine)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lastValidLine
size_t lastValidLine;
Undocumented in source.
lines
GapBuffer!LineInfo lines;
Undocumented in source.
maxLineSize
int maxLineSize;
Undocumented in source.
numLines
int numLines;
Undocumented in source.
textEnd
int textEnd;
Undocumented in source.

Meta