A set of line and character indices that represents a position within a TextEditor.

Constructor

@:value({ character : 0, line : 0 })new(line:Int = 0, character:Int = 0)

Creates a new TextEditorPosition object.

Variables

character:Int

A character index within a line.

line:Int

A line index within the text editor's content.