Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - How to show `Run` windows again after set it `Always run in background`

When I hit Run button on Eclipse toolbar, it is minimized in background as I have checked to the box Always run in background of the popup dialog.

enter image description here

Now I want it popup back. How can I do it?

like image 858
Nam G VU Avatar asked Sep 06 '13 10:09

Nam G VU


1 Answers

For instant view click the 'green stack of icons' icon for feedback table or open:

Window > Show View > Progress

If you want to see it permanently then uncheck:

Preferences > General > Always run in background

Hope that helps.

like image 145
Blaise Avatar answered Oct 09 '22 19:10

Blaise