Looking for Eclipse plugin: Lock source tabs in place

Posted by Fredrik on Stack Overflow See other posts from Stack Overflow or by Fredrik
Published on 2010-05-12T10:57:28Z Indexed on 2010/05/12 11:04 UTC
Read the original article Hit count: 372

Filed under:
|
|

When working with java code in Eclipse I can typically juggle between 20-40 different files, but there usually are just two that I actively work with at the time (test and code). Going back to the code where I want to work after having debugged through 5-10 classes can be a pain.

So what I would like to do is to be able to right click on the tab of a class and choose to lock them in place. The classes would then always be available as the first and second tabs furthest to the left in the editor. All other classes (and other files opened in the editor) would then fight over the remaining space in the editor like today.

Is there a plugin like this? My google-fu might not be strong enough, cause I find nothing.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about plugins