All notable changes to the "Multi-Cursor-Align" extension will be documented in this file.
nicksays.number_cursors_from_arbitrary
(Number cursors from ...
)nicksays.number_cursors_from_arbitrary_with_step
(Number cursors from ... choosing steps
)
-
Changed named again from
Multi-Cursor-Align
toMulti-Cursor Tools
-
Changed command prefixes to
Multi-Cursor
to avoid conflict with the word "Align" when searching in the pallet.
- Search now works with some special characters that were causing errors.
Internally it now uses
String.indexOf
instead ofString.search
. The regex behavior ofsearch
was not intended for this particular feature.
- Rename extension from
nick_says
toMulti-Cursor-Align
nicksays.seek_to_next_occurrence
- Seeks all cursors forward on the same line to the next occurrence of the specified string (or to the end of line if not found)
nicksays.expand_to_next_occurrence
- Expand the cursor forward on the same line to the next occurrence of the specified string (or to the end of line if not found).
nicksays.number_cursors_from_one
nicksays.right_align_cursors_using_spaces
- renamed
nicksays.left_align_cursors_using_spaces
- renamed
Number Cursors from Zero