84

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 ?

Jla
  • 11,304
  • 14
  • 61
  • 84
  • 2
    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!!!!!!! https://bugs.eclipse.org/bugs/show_bug.cgi?id=58945 – David Coleman Mar 04 '15 at 14:35
  • 1
    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. – Almir Campos Dec 11 '16 at 23:25

5 Answers5

51

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • 1
    Ok, so that sounds like a definitive no. Sadly none of these workarounds are near to the behaviour I'm looking for. – Jla Jun 18 '10 at 06:59
  • @DrDo: I understand. You have here a long debate on the tabs in Eclipse, worth reading: https://bugs.eclipse.org/bugs/show_bug.cgi?id=68684#c27 – VonC Jun 18 '10 at 07:17
  • 13
    Someone please implement this feature, oh god why. Are we really as bad as to deserve this? – rektide Oct 20 '13 at 00:08
  • @Big_Chair good point. I have included the workaround in the answer for more visibility. – VonC May 01 '14 at 14:26
  • 2
    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!!!!!!! – David Coleman Mar 04 '15 at 14:35
  • it finally is ASSIGNED and will probably be released sometime! Yes! Eclipse finally gets basic editor functionality!! – specializt Feb 24 '17 at 15:57
  • @specializt Thank you. I have included your comment in the answer for more visibility. – VonC Feb 24 '17 at 16:26
  • The bug has gotten an update this year. Someone actually did some work on it. – user1803551 Oct 19 '21 at 21:41
36

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

dplass
  • 1,463
  • 10
  • 20
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/

Ron
  • 31
  • 2
0

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.

Zoltán Ujhelyi
  • 13,788
  • 2
  • 32
  • 37
0

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

hamidReza
  • 1
  • 1