You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use ace_jump_word with the follow key no work
{
"keys": ["ctrl+shift+b"],
"command": "ace_jump_word"
},
AttributeError: 'NoneType' object has no attribute 'settings'
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 553, in run_
return self.run()
File "ace_jump in C:\Users\Casa\AppData\Roaming\Sublime Text 3\Installed Packages\AceJump.sublime-package", line 89, in run
File "ace_jump in C:\Users\Casa\AppData\Roaming\Sublime Text 3\Installed Packages\AceJump.sublime-package", line 40, in get_views_setting
AttributeError: 'NoneType' object has no attribute 'settings'
This is Sublime Build 3114 in Windows 7
The text was updated successfully, but these errors were encountered:
When you use ace_jump_word with the follow key no work
{
"keys": ["ctrl+shift+b"],
"command": "ace_jump_word"
},
AttributeError: 'NoneType' object has no attribute 'settings'
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 553, in run_
return self.run()
File "ace_jump in C:\Users\Casa\AppData\Roaming\Sublime Text 3\Installed Packages\AceJump.sublime-package", line 89, in run
File "ace_jump in C:\Users\Casa\AppData\Roaming\Sublime Text 3\Installed Packages\AceJump.sublime-package", line 40, in get_views_setting
AttributeError: 'NoneType' object has no attribute 'settings'
This is Sublime Build 3114 in Windows 7
The text was updated successfully, but these errors were encountered: