IndexError in AutoFileName.sublime-package, line 171, in on_selection_modified_async
Traceback (most recent call last):
File "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\sublime_plugin.py", line 513, in on_selection_modified_async
callback.on_selection_modified_async(v)
File "autofilename in D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Installed Packages\AutoFileName.sublime-package", line 171, in on_selection_modified_async
File "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\sublime.py", line 641, in __getitem__
raise IndexError()
IndexError
IndexError in AutoFileName.sublime-package, line 171, in on_selection_modified_async
Steps to reproduce the error
1) Create the package:
test/test.py
test/Commands.sublime-commands
2) Select some text. 3) Open the command palette and run the command
Fixed Selections Clear
.Related threads:
alt+shift+right_mouse_click