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