Releases: ned-martin/sublime-text-show-unicode-name
Releases · ned-martin/sublime-text-show-unicode-name
1.0.4
What's Changed
- Add .python-version file for ST 4 by @themilkman in #2
New Contributors
- @themilkman made their first contribution in #2
Full Changelog: 1.0.3...1.0.4
Fix: Don’t do anything if there is no selection region
Fix: On some occasions (on startup and on executing some commands such as lsp_document_symbols
which in turn executes lsp_selection_clear
), the show_unicode
function might be executed with an empty selection set (i.e. not even one empty region). Previously the function would try to call view.sel()[0]
, which would generate an IndexError in that case.
Add LICENSE
1.0.2 Create LICENSE