Dot Position
data class DotPosition( val line: Int, val characterInLine: Int, val offset: Int) : DocumentPosition
Content copied to clipboard
The DocumentPosition of the Caret.getDot; the rightmost 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