Using Sublime Text 3 Build 3021 on OSX
I noticed my keyboard shortcut for “Goto Symbol” was not working. When i opened the Error console to see what was happening, I noticed a bunch of exceptions:
File "~/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 427, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Default.exec.ExecCommand object at 0x102dc22d0>)
Traceback (most recent call last):
File "~/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 427, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Default.exec.ExecCommand object at 0x102dc22d0>)
Traceback (most recent call last):
File "~/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 427, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Default.exec.ExecCommand object at 0x102dc22d0>)
Traceback (most recent call last):
File "~/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 427, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Default.exec.ExecCommand object at 0x102dc22d0>)
help please?
If i issue the command by using the menu from top, it works. Also I get the exception for every single keyboard shortcut that i hit (even the shortcuts that work).
Cheers.