views:

471

answers:

4

Is anyone aware of any method (or external plugin) that would allow for nested editor tabs? It would be nice to be able to group related open files into their own "master" tabs, but I'm not sure if this is even possible. Any ideas?

A: 

I think the best you can currently do is "Window->New Window" and then use each new window as a separate "tab" of related editors. Not exactly ideal, I admit.

It's a cool idea though, especially if you could have shortcuts or something that open groups of editors with a single command.

Dave Ray
+1  A: 

This definitely isn't possible in the current RCP. You might be able to construct an editor component which created a CTabFolder and delegated to other editor components, but I'm not sure how well that would work.

Daniel Spiewak
+2  A: 

This is totally non-obvious, and I discovered it by accident, but...

If you click on a tab and start dragging it downwards, once you get more than half-way down the editor pane, a horizontal line will appear. Let go, and now you'll have two different editor panes, each with tabs of documents. Now you can drag tabs up and down between the two panes to see different documents at the same time.

I think that's as close as you can get.

dj_segfault
I've noticed this as well. Certainly not ideal, but it may be the best option at the moment.
Wilco
This also works left/right.
Albert
A: 

There are Perspectives in Eclipse that you might use to achieve something close, they are more global things though...

But I agree with you, I would like this feature as well! This would be also very useful when editing many files that have the same name but come from different packages, because now it's a mess >_<

Dmitriy Pashkevich