Sublime Forum

Focus build results view

#1

Is it possible to focus the ExecCommand output view? I can’t do:

view = window.get_output_panel("exec")
window.focus_view(view)

because get_output_panel clears the view. I also can’t find a command that focuses views/panels.

0 Likes