Display Eclipse tabs on several lines

前端 未结 5 1779
星月不相逢
星月不相逢 2020-12-13 05:48

I\'m using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique windo

相关标签:
5条回答
  • 2020-12-13 05:52

    As far as I know, there is neither such setting nor plug-in (at least freely available). But if there is, I'd like to be corrected.

    0 讨论(0)
  • 2020-12-13 06:03

    ctrl+shift+e gives a nice dialog with all open windows. ctrl+e gives the "quick" version of this dialog.

    0 讨论(0)
  • 2020-12-13 06:03

    The Open-Editor plugin does it. But it has issue.

    0 讨论(0)
  • 2020-12-13 06:06

    I found this plugin, which lists all open windows in a separate tab, and lets you open windows with a single click:

    http://sourceforge.net/projects/editorviewer/

    0 讨论(0)
  • 2020-12-13 06:13

    No.

    Bug 58945: CTabFolder should support multi row and vertical style options, opened since 2004! (other bugs exist on the same topic)
    (Update Feb. 2017: it seems to be assigned, with Oxygen 4.7 as target!
    Thank you specializt for mentioning that in the comments)

    CTRL+F6 is one workaround for now.

    Other "workarounds" are listed in this thread:

    • turn on the "close editors automatically" option (preferences > General > editors), which will close editors automatically when the limit is reached an a new editor is to be opened.
    • make use of multiple windows each with a set of editors for areas you are editing or browsing or searching
    • CTRL+Shift+W to close all tabs quickly

    As mention by Big Chair in the comments:

    Someone made a workaround here: "Eclipse multiple tab rows"

    Wes explains:

    I've discovered that while it is true that you cannot have multiple rows of tabs for the same code-space, it is possible to have multiple rows of tabs showing on your window at the same time:

    To accomplish this, simply drag a tab up to your title bar and release. It will create another row of tabs.

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