38

I would find it much easier if the tabs show which files are in the Editor were stacked vertically rather than horizontally. Stacked horizontally means that you run out of room to display file names very fast and makes switching between files time consuming.

Is there an option or a plugin to display the files vertically? (Similar to navigator, but for open files instead of project files) I can't seem to find one.

Moz
  • 1,494
  • 6
  • 21
  • 32

9 Answers9

29

tabs can not be stacked vertically. However, CTRL+E (+E on mac) might give you some relief.

emallove
  • 1,417
  • 1
  • 17
  • 22
Ankur
  • 819
  • 2
  • 6
  • 16
  • 4
    After pressing CTRL+E you can also start typing the name of the file you're looking for in the pop-up list that appears – Brad Jul 15 '14 at 13:33
  • 2
    and you can also use wildcards like * or ? when searching in the pop-up list – betatester07 Sep 29 '15 at 14:39
24

Eclipse 3.8

CTRL+G brings up an Editors dialog as shown in this screen capture:

enter image description here

Eclipse 4.3

CTRL+E brings up the pop-up shown in this screen capture:

enter image description here

lucasvc
  • 767
  • 1
  • 11
  • 35
emallove
  • 1,417
  • 1
  • 17
  • 22
19

With ctrl+shift+e you can open an extra window that show you the open tabs vertically.

Sebastian Basner
  • 515
  • 5
  • 11
  • 1
    A pity that window closes as soon we double click on the file. I wonder if someone could make it (with a plugin?) single click and stay opened, I would just make it very thin and put by the side of the editor window. – Aquarius Power Nov 08 '15 at 15:43
  • the window opened window is very handy. It shows all the open editors, several can be marked and at the bottom there's a button "close selected editors" to close all those in one fell swoop. – Adam.at.Epsilon Mar 10 '21 at 08:01
7

EditorViewer is very good The project is dead, but it works fine with Eclipse 3.7. Just drop the .jar file in the dropins folder

http://sourceforge.net/projects/editorviewer/?source=dlp

Rob
  • 793
  • 1
  • 7
  • 8
3

Another command is CTRL+F6 not entirely like the other ones but great to switch between your two most recent tabs. And you also get a list of open tabs like the other examples.

starcorn
  • 8,261
  • 23
  • 83
  • 124
2

For newer versions of Eclipse, there is a plugin Open Editors which adds a view listing all open editors.

luator
  • 4,769
  • 3
  • 30
  • 51
2

you can always drag windows over each other to tile them vertically but if you see a ">>" at the end of the tabs clicking on it gives a file list which are open.

FUD
  • 5,114
  • 7
  • 39
  • 61
2

None that I know of, but there are some other tipps to make life a little easier:

1) Use Mylyn, which filters the Explorer-Views so only relevant files are shown there.

2) Have a look at "Extended VS Presentation" http://andrei.gmxhome.de/skins/index.html . This little plugin adds some useful features to reduce waste of screenspace. With it you can hide the file extension in editor tabs or limit the size of each tab and reduce the padding. Then you can remove the X and close tabs with a middle click. Each just a small saving, but they add up.

Daniel
  • 3,019
  • 1
  • 20
  • 21
0

Finally a true relief!
https://sourceforge.net/projects/editorviewer/?source=dlp

Install dragging the "install" button from
https://marketplace.eclipse.org/content/vertical-tab-list

to show it
"window / show view / browsing / editors list"

On its internal menu I selected too: Sort by ext+name

Now I just need a way to hide the top tabs list and it will become perfect!

Aquarius Power
  • 3,729
  • 5
  • 32
  • 67