Extend the power of multiple selections in Sublime Text. Modify selections, insert numeric sequences, incremental numbers, generate uuids, date ranges, insert continuously from a word list and more.
Hi - I've found several issues in ST3 and tried to fix them. The issues are:
The Ctrl+Alt+T command panel does not show up in both ST2 and ST3
\p(\n) does not work in ST3
What I've changed:
decode() is removed from strings in Python3, as well as the string-escape codec. I've removed unnecessary encoding and decoding so the code works for both ST2 and ST3.
Hi - I've found several issues in ST3 and tried to fix them. The issues are:
What I've changed:
I've tested on ST2 and ST3 on Windows. This won't be compatible with older history files, but should work well after clearing the history.
Thanks, Yuxiu