lisak
lisak

Reputation: 21981

How to arrange windows in Eclipse back into default state?

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

Upvotes: 23

Views: 24019

Answers (3)

citizen conn
citizen conn

Reputation: 15390

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...

Upvotes: 44

Kamran
Kamran

Reputation: 749

Click on windows > Perspective > Reset Perspective

Upvotes: 3

vinit bhardwaj
vinit bhardwaj

Reputation: 59

Open new window it will set a default view for eclipse window->new window

Upvotes: 2

Related Questions