Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Escape hides complete UI

I've upgraded to Eclipse Kepler from Juno, and I find that it handles the Esc key completely differently.

Usually, with the Esc key I could abort smaller views/menus like auto-completion: Alt+Space to open the auto-completion dropdown, Esc to close it.

However, with Kepler I find that Esc hides basically everything. Before:

State before pressing Esc:

After:

State after pressing Esc:

Esc is not mapped to any function (it's not listed in the configuration under keys). Is this the default behavior now? Does anybody else have this?

Resetting the perspective doesn't change this behavior. I think it might have something to do with the floaty windows style. When I installed Kepler and started it up, I had to manually resize the inner window (containing all the usual views) to the size of the screen.

Edit: I can get the UI back if I click the small Java perspective button in the little menu bar on the top left side. The Esc functionality seems to be the same with all the views (focusing each view, then pressing Esc does the same for every view).

like image 729
0xCAFEBABE Avatar asked Jul 18 '13 13:07

0xCAFEBABE


1 Answers

Somehow what's happened is that you've managed to minimize your perspective stack (that's the bar that appears on the left side in your 'after' image). Usually this only happens when you open the 'Welcome' view (which is defined as being outside any perspective).

To restore it you just have to click on the 'restore' (topmost) item on the left bar.

Now as to why this happened as a result of hitting ESC I can only echo the suggestions from above about checking if some command has been bound to ESC (doesn't happen on my Win7 box).

like image 172
Eric Moffatt Avatar answered Oct 18 '22 19:10

Eric Moffatt