In Eclipse, can I view the files I currently have open in a vertical stack instead of a horizontal one?

前端 未结 9 1367
清歌不尽
清歌不尽 2021-02-05 00:53

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

相关标签:
9条回答
  • 2021-02-05 01:27

    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

    0 讨论(0)
  • 2021-02-05 01:30

    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!

    0 讨论(0)
  • 2021-02-05 01:33

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

    0 讨论(0)
  • 2021-02-05 01:36

    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.

    0 讨论(0)
  • 2021-02-05 01:41

    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.

    0 讨论(0)
  • 2021-02-05 01:44

    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.

    0 讨论(0)
提交回复
热议问题