Releases: dail8859/BetterMultiSelection
Releases · dail8859/BetterMultiSelection
v1.5
Changelog;
- Copying multiple selections behaves consistently now
- Handle Backspace and Delete on line start/end
- More refined shortcut handling to not interfere with other shortcuts
- Update headers for Notepad++ v8.3 and above
v1.4
- Implement multi cut/copy/paste
- Insertion of autocompletion at each cursor
v1.3
Changelog:
- Add support for moving cursors up and down.
v1.2
Changelog:
- Implement
SCI_DELWORDLEFT
and SCI_DELWORDRIGHT
- Pressing
Esc
cancels multiple selections
- Simplify detection of word characters
v1.1
Add ability to press Enter
to insert newlines.