Display Eclipse tabs on several lines

22,411

Solution 1

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.

Solution 2

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

Solution 3

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/

Share:
22,411

Related videos on Youtube

Jla
Author by

Jla

Updated on May 11, 2020

Comments

  • Jla
    Jla almost 4 years

    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 window to view the code though.

    If there is no such settings, do any plugin exists ?

    • David Coleman
      David Coleman about 9 years
      I have been following this Eclipse bug for years now. The eclipse team seems to be totally against this feature. I think it is a travesty to have someone ELSE tell me how I should like my UI. If every one of the 11K people who have seen this question would vote for the bug, then the Eclipse team would have no choice but to implement it due to popular demand. Don't be sheeple people!!! VOTE FOR THE BUG!!!!!!! bugs.eclipse.org/bugs/show_bug.cgi?id=58945
    • Almir Campos
      Almir Campos over 7 years
      If the eclipse team is against the feature and because of that the don't implement it, I believe they are misunderstanding what "satisfying the client" means. Usually this kind of attitude reveals an authoritarian way of thinking. I don't know if that's the case for the team. Too bad if it is. I've been working with multiple lines for years, and it has been helping me A LOT.
  • Jla
    Jla almost 14 years
    Ok, so that sounds like a definitive no. Sadly none of these workarounds are near to the behaviour I'm looking for.
  • VonC
    VonC almost 14 years
    @DrDo: I understand. You have here a long debate on the tabs in Eclipse, worth reading: bugs.eclipse.org/bugs/show_bug.cgi?id=68684#c27
  • rektide
    rektide over 10 years
    Someone please implement this feature, oh god why. Are we really as bad as to deserve this?
  • VonC
    VonC about 10 years
    @Big_Chair good point. I have included the workaround in the answer for more visibility.
  • David Coleman
    David Coleman about 9 years
    I have been following that bug for years now. The eclipse team seems to be totally against this feature. I think it is a travesty to have someone ELSE tell me how I should like my UI. If every one of the 11K people who have seen this question would vote for the bug, then the Eclipse team would have no choice but to implement it due to popular demand. Don't be sheeple people!!! VOTE FOR THE BUG!!!!!!!
  • specializt
    specializt about 7 years
    it finally is ASSIGNED and will probably be released sometime! Yes! Eclipse finally gets basic editor functionality!!
  • VonC
    VonC about 7 years
    @specializt Thank you. I have included your comment in the answer for more visibility.
  • user1803551
    user1803551 over 2 years
    The bug has gotten an update this year. Someone actually did some work on it.