My Sublime version is 4. The following snippet will cause many menuitems to be greyed out.
Is this a bug? Thanks!
import sublime
import sublime_plugin
class TestCommand(sublime_plugin.WindowCommand):
def __init__(self, window):
super(TestCommand, self).__init__(window)
self.view = self.window.create_output_panel("mypanel")