Skip to content

Releases: ned-martin/sublime-text-show-unicode-name

1.0.4

08 May 08:14
0f3b3a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

Fix: Don’t do anything if there is no selection region

22 Apr 02:41
bb4e63d
Compare
Choose a tag to compare

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

20 Apr 00:58
209a840
Compare
Choose a tag to compare
1.0.2

Create LICENSE