Class TextEditorPropertiesMain
Properties
Readonly
selections
selections: Selection[]
Readonly
visibleRanges
visibleRanges: Range[]
Methods
Static
Private
getOptionsFromEditor
Static
Private
getSelectionsFromEditor
- getSelectionsFromEditor(prevProperties, editor): Selection[]
Returns Selection[]
Static
Private
getVisibleRangesFromEditor
- getVisibleRangesFromEditor(prevProperties, editor): Range[]
Returns Range[]
Static
Private
optionsEqual
- optionsEqual(a, b): boolean
Returns boolean
Static
Private
rangesEqual
- rangesEqual(a, b): boolean
Returns boolean
Static
Private
selectionsEqual
- selectionsEqual(a, b): boolean
Parameters
- a: Selection[]
- b: Selection[]
Returns boolean