Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Sublime Text 2 - reopen build output

Tags:

sublimetext2

In Sublimt Text 2, when I use the build system (make) to run tests, the output is displayed in the build output pane.

However, if I press escape to close the output pane (e.g. to make a fix), I can't find a way to redisplay the output pane to see what else was borked. Have tried to create a custom keybinding to execute show_panel "output", but can't get it working.

Meep?

like image 427
goofballLogic Avatar asked May 20 '12 13:05

goofballLogic


People also ask

How do I display the output window in Sublime Text?

If you're using Sublime 3, the same menu item exists but is also bound to a key as well (check the menu item to see what it is for your platform), and you can click on the panel chooser icon in the bottom left of the window to open a menu that displays all panels and choose the output panel from there.

How do I see results in sublime text?

You can view the build results through the menu: Tools > Build Results > Show Build Results or the default keybinding: shift+escape .


1 Answers

The menu shortcut is under Tools -> Build Results -> Show Build Results.

I wish this was under the View menu like all the rest of view options...

like image 89
syvex Avatar answered Sep 20 '22 13:09

syvex