Aligns the cursors or selected text.
Removes all the selections except the last added one.
Finds and selects all the occurrences of needle.
Optionalneedle: stringThe text to find
Optionaloptions: Partial<Ace.SearchOptions>The search options
Optionaladditive: booleankeeps
The cumulative count of all found matches
Executes a command for each selection range.
The command to execute
Optionalargs: stringAny arguments for the command
Optionaloptions: ObjectOptionalinOptionalmultiRemoves the selection marker.
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
Optionalskip: booleanIf true, removes the active selection range
OptionalstopAtFirst: booleanAdds a cursor above or below the active cursor.
The direction of lines to select: -1 for up, 1 for down
Optionalskip: booleanIf true, removes the active selection range
Transposes the selected ranges.
The direction to rotate selections
Updates the cursor and marker layers.
Adds the selection and cursor.