Sublime Forum

[solved] show console up

#1

Possible? I am trying

sublime.active_window().run_command("show_panel")

(ST2), does not seem to be working.

solved

sublime.active_window().run_command("show_panel", {"panel": "console", "toggle": False})
0 Likes

#2

Waaaait, I need to pass those “args”: {“panel”: “console”, “toggle”: false} :blush: now how do I do that…

0 Likes