llm
llm

Reputation: 5689

Eclipse question - panels don't get restored when double clicking

You know how, in Eclipse, when you double click on a file tab (which shows the class name), the editor gets expanded to the whole screen minimizing other panels? Well normally I just double click again on the tab to restore everything, but all of the sudden double clicking again doesnt do anything (the editor remains in full screen and all other panels minimized)!

I am not sure what I did to cause this. Any ideas how to get it back to normal? Thanks.

Upvotes: 1

Views: 3077

Answers (3)

Joshua McKinnon
Joshua McKinnon

Reputation: 24719

Try this menu option:

Window->Navigation->Maximize Active View or Editor

The keyboard shortcut for this menu is CTRL+M

UPDATE: If the above fails, try restarting Eclipse. That will most likely get it out of whatever funk it is in.

Upvotes: 4

David M. Karr
David M. Karr

Reputation: 15235

You might try "Reset Perspective" in the "Window" menu.

Upvotes: 9

Goibniu
Goibniu

Reputation: 2231

Do you have icons at the end that allow you to minimize and restore? If you do click on restore. It should also be available as a contextual menu item on the editor tab itself.

Upvotes: 0

Related Questions