Create a selection from two positions.
Create a selection from four coordinates.
A zero-based line value.
A zero-based character value.
A zero-based line value.
A zero-based character value.
The position of the cursor. This position might be before or after anchor.
The position at which the selection starts. This position might be before or after active.
The end position. It is after or equal to start.
true if start and end are equal.
true if start.line and end.line are equal.
The start position. It is before or equal to end.
Derived a new range from this range.
A position that should be used as start. The default value is the current start.
A position that should be used as end. The default value is the current end.
A range derived from this range with the given start and end position.
If start and end are not different this range will be returned.
Derived a new range from this range.
A range that reflects the given change. Will return this range if the change
is not changing anything.
Generated using TypeDoc
Represents a text selection in an editor.