Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bug in Eclipse Juno & Neon - cannot open Console view again

When I minimize the Console view, it disappears, and I cannot show it again using the Windows > Show View > Console menu.

How do I make this view visible without reinstalling Eclipse?

like image 318
hqt Avatar asked Sep 19 '12 04:09

hqt


3 Answers

I had the same problem too. Impossible to restore the console after minimizing it in Juno, and it wasn't appearing in the toolbar.

In the "Window" menu there is a "Reset perspective" link. It will restore Eclipse perspective to the one you had after a fresh install.

If the console is still not showing up after this operation THEN click on "Window" > "Show view" > "Console".

like image 130
otonglet Avatar answered Sep 20 '22 14:09

otonglet


I ran into the same problem, only I was having it with other views in addition to the console. I was resetting my perspective continually. I found that uninstalling the Astyle plugin resolved the issue for me.

like image 21
Mike Avatar answered Sep 21 '22 14:09

Mike


If you minimize viewparts in Eclipse, then they don't become completely invisible. The icons of the minimized views are still shown on a toolbar, that may sit on any side of the big Eclipse window. That toolbar has a button labeled "Restore", which is what you want.

like image 44
Bananeweizen Avatar answered Sep 21 '22 14:09

Bananeweizen