Mark To Dot Range
data class MarkToDotRange(val markPosition: MarkPosition, val dotPosition: DotPosition) : JSONFriendly
The range between the cursor dot and the cursor caret.
Author
Richard Arriaga
Properties
Link copied to clipboard
Answer the number of characters included in this MarkToDotRange.
Link copied to clipboard
The cursor's DotPosition.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The cursor's MarkPosition.
Functions
Link copied to clipboard
Answer the String of characters selected between the DotPosition and the MarkPosition.