Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Juno - how to make the views minimize when they lose focus?

Tags:

eclipse

When I work with eclipse, I like to have my Java editor maximized, and all other views minimized in the trim stack (the area around the edges of the window). This way, I can expand the view only when I need it, by clicking on the view icon.

In previous Eclipse versions, when I finished working with a view, I clicked on another view or the editor so that it lost focus, and that caused it to minimize again. In Juno, it doesn't work - when I click on the editor, the view stays open and is hiding my code. In order to close it, I have to either click the view icon, or click on another program and then return to Eclipse.

Do you have any idea if there is a setting I can change to get the old behavior back?

Thanks!

Edit: Seems like a bug in eclipse.

like image 676
Hila Avatar asked Oct 10 '12 16:10

Hila


1 Answers

I am unable to reproduce this problem using Juno SR1. Bug 371598 was fixed and looks like the same problem.

like image 156
Karen Butzke Avatar answered Oct 11 '22 12:10

Karen Butzke