Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to arrange windows in Eclipse back into default state?

Tags:

Is there a function that would arrange windows in Eclipse into state that was previously saved?

I always resize windows (Package Explorer, panels with views etc.) based on current needs and then I have to put it back.

Maximizing and minimizing is great but this would be really a killer feature. A click to arrange windows to the desired state would be perfect

like image 986
lisak Avatar asked Jul 25 '11 23:07

lisak


1 Answers

You can save your Perspective how you like it and then when that Perspective gets loaded it will come back to the saved state:

Window > Save Perspective As...

To reset:

Window > Reset Perspective...

like image 139
citizen conn Avatar answered Nov 02 '22 23:11

citizen conn