コード例 #1
0
ファイル: commands.py プロジェクト: evandrocoan/AmxxChannel
    def run(self, command):
        sublime.active_window().run_command( "show_panel", {"panel": "console", "toggle": False} )

        if load_channel_settings():
            channel_manager.main( g_channelSettings, command )
            submodules_manager.main( command )

        else:
            log( 1, "Error: Could not load the settings files! g_channelSettings:", str( g_channelSettings ) )
コード例 #2
0
 def run(self, command):
     sublime.active_window().run_command("show_panel", {
         "panel": "console",
         "toggle": False
     })
     submodules_manager.main(command)