ace-jump-sublime icon indicating copy to clipboard operation
ace-jump-sublime copied to clipboard

AttributeError: 'NoneType' object has no attribute 'settings'

Open knxroot opened this issue 9 years ago • 0 comments

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

knxroot avatar Jul 21 '16 04:07 knxroot