A range containing a cursor
Aligns the cursors or selected text.
Aligns the cursors or selected text.
Removes all the selections except the last added one.
Removes all the selections except the last added one.
Finds and selects all the occurrences of needle
.
Finds and selects all the occurrences of needle
.
Optional
needle: stringThe text to find
Optional
options: Partial<Ace.SearchOptions>The search options
Optional
additive: booleankeeps
The cumulative count of all found matches
The text to find
The search options
keeps
The cumulative count of all found matches
Executes a command for each selection range.
Executes a command for each selection range.
The command to execute
Optional
args: stringAny arguments for the command
Optional
options: ObjectThe command to execute
Any arguments for the command
Optional
inOptional
multiRemoves the selection marker.
Removes the selection marker.
The selection range added with [[Editor.addSelectionMarker addSelectionMarker()
]].
The selection range added with [[Editor.addSelectionMarker addSelectionMarker()
]].
Finds the next occurrence of text in an active selection and adds it to the selections.
Finds the next occurrence of text in an active selection and adds it to the selections.
The direction of lines to select: -1 for up, 1 for down
Optional
skip: booleanIf true
, removes the active selection range
Optional
stopAtFirst: booleanThe direction of lines to select: -1 for up, 1 for down
If true
, removes the active selection range
Adds a cursor above or below the active cursor.
Adds a cursor above or below the active cursor.
The direction of lines to select: -1 for up, 1 for down
Optional
skip: booleanIf true
, removes the active selection range
The direction of lines to select: -1 for up, 1 for down
If true
, removes the active selection range
Transposes the selected ranges.
Transposes the selected ranges.
The direction to rotate selections
The direction to rotate selections
Updates the cursor and marker layers.
Updates the cursor and marker layers.
Generated using TypeDoc
Adds the selection and cursor.