Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Invisible Editor

Tags:

eclipse

I have eclipse Juno. I'm not sure how, but my editor in eclipse is now "invisible". By invisible i mean, the editor pane is not in the visible window. I'm not a novice in eclipse and i know you can minimize the editors or maximize a different panel - but this isn't the case. There isn't even a minimize/maximize button on this empty space where the editor should be.

However, the title bar shows the current file that is opened (but in the invisible editor and hence invisible). and my outline sidebar shows the file's outline.

I think this might have happened when splitting editor panes (which i do a lot, love the side by side comparison), and also switching the perspective.

Any ideas on how i can get the editor back in the visible window?

enter image description here

Above is a screenshot of how it looks. At the time of the screen shot i had just recently clicked a file to open it, and it seems to have opened in the invisible editor.

like image 689
leech Avatar asked Aug 30 '12 22:08

leech


4 Answers

I've tried all given solutions and none of them solved the problem. Only using Window->New Window gave me a new fixed eclipse window.

like image 119
JPMagalhaes Avatar answered Nov 08 '22 09:11

JPMagalhaes


Try Window > Reset Perspective to get things back to normal.

like image 25
E-Riz Avatar answered Nov 08 '22 10:11

E-Riz


I minimized sharedArea and after restore it was empty. Editors worked well (open, close, save etc.) but i could not see them. Closing all perspectives helped.

like image 6
katalizator Avatar answered Nov 08 '22 08:11

katalizator


This happens to me sometimes when I try to split an editor group by dragging an editor tab. The only solution that worked for me was to close every single perspective in the application toolbar, then Window -> New Window.

like image 3
Julian A. Avatar answered Nov 08 '22 08:11

Julian A.