Methods
-
applyColumnDeltas(Map<int, int> deltas, {required int lineLength(int line)})
→ void
-
-
beginSelection()
→ void
-
-
clearSelection()
→ void
-
-
collapseSelection()
→ void
-
-
extendSelectionTo(TextPosition extent)
→ void
-
-
moveCursorTo(TextPosition position, {bool clearSelection = true})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
selectedLineRange()
→ ({int endLine, int startLine})
-
-
selectRange({required TextPosition base, required TextPosition extent, TextPosition? cursor})
→ void
-
-
setCursor({required int line, required int column})
→ void
-
-
setSelection({required TextPosition base, required TextPosition extent, TextPosition? cursor})
→ void
-
-
shiftRowsInRange({required int startLine, required int endLine, required int delta, required int maxLine, required int lineLength(int line)})
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited