Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a function that would arrange windows in eclipse into state that was previously saved, because 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

share|improve this question

1 Answer 1

up vote 22 down vote accepted

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...
share|improve this answer
1  
I'm talking about windows arranging, positioning, after you resize them and want them back to the previous state... –  lisak Jul 25 '11 at 23:41
    
Yes I know, I edited my answer, reset perspective includes window size, position and arrangement. –  citizen conn Jul 25 '11 at 23:46
    
Omg I must have had it in the exact same state when I was testing that :-) Thanks citizen conn –  lisak Jul 25 '11 at 23:55
    
But one is prompted everytime if s/he really wants to reset the perspective, and it looks it can't be turned off –  lisak Jul 25 '11 at 23:59
    
yeah, silly.... –  citizen conn Jul 26 '11 at 0:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.