Mark Position
data class MarkPosition(val line: Int, val characterInLine: Int, val offset: Int) : DocumentPosition
The DocumentPosition of the Caret.getMark; the leftmost position.
Author
Richard Arriaga
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
Link copied to clipboard
Link copied to clipboard
The 0-based line number of this DocumentPosition.
Link copied to clipboard
The 1-based line number of this DocumentPosition.