I've just updated from Eclipse Juno to Kepler. What happened to the Eclipse perspective layout and how can I restore it to fill the entire window?
Asked
Active
Viewed 2.0k times
8
-
2Have you tried Window->Reset perspective... ? – tbsalling Sep 05 '13 at 12:33
-
Yes, but it only resets the inner tabs and not the layout size. – Flavio Sep 05 '13 at 15:11
-
I was debugging my application when it threw an exception... all of a sudden Eclipse layout seems fixed. I... just... don't... want to know what happened – Flavio Sep 05 '13 at 15:31
4 Answers
15
Open Windows - Perspective - Other - Select Java (default) and open Windows again and select reset perspective

Ryan M
- 18,333
- 31
- 67
- 74

alvarodoune
- 921
- 10
- 13
4
From the image provided you do indeed have a minimized perspective stack...it's the far right toolbar at the top of the image that has just the icons for the java and debug perspectives. If you click on its 'restore' button the actual perspective will re-appear.
What it looks like is that you have the 'Welcome' (Intro) screen up and maximized (thus the minimized perspective stack). If you were to click the selected item in that top right toolbar the 'fly out' perspective would go away allowing access to the view's restore (un-maximize) button.
Not sure why the Intro's blank though...;-)

Eric Moffatt
- 257
- 1
- 4
0
Windows --> Perspective -->Close All Perspective
and after that restart Eclipse.

Kunal Nikam
- 79
- 1
- 11