A set of line and character indices that represents a position within a TextEditor.
TextEditor
@:value({ character : 0, line : 0 })new(line:Int = 0, character:Int = 0)
Creates a new TextEditorPosition object.
TextEditorPosition
character:Int
A character index within a line.
line:Int
A line index within the text editor's content.