Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Sublime Text output window show/hide

I'm running the Python code in Sublime - it works fine.

The only quirk I noticed is that when the code is executing if I, for example, do a search in the code the output window disappears and I haven't found a way to bring it back.

How to show/hide the python output window?

like image 208
Matej Avatar asked Oct 28 '14 18:10

Matej


1 Answers

To show the build results panel, select Tools -> Build Results -> Show Build Results. There are also options in that menu to move back and forth in the build results history.

like image 125
MattDMo Avatar answered Oct 15 '22 11:10

MattDMo