Mark Position
data class MarkPosition( val line: Int, val characterInLine: Int, val offset: Int) : DocumentPosition
Content copied to clipboard
The DocumentPosition of the Caret.getMark; the leftmost position.
Author
Richard Arriaga
Constructors
Types
Functions
Properties
Link copied to clipboard
The 0-based character position within the line.
Link copied to clipboard
The 1-based character position within the lineOneBased.
Link copied to clipboard
The 0-based line number of this DocumentPosition.
Link copied to clipboard