且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在几行显示Eclipse选项卡

更新时间:2023-02-03 23:16:14

否。



Bug 58945:CTabFolder应该支持多行和垂直样式选项,自2004年开始! (其他错误存在于同一主题)

更新二月2017 :似乎已分配,氧气4.7 作为目标!

感谢 specializt ,提到在评论



CTRL + F6 是现在的一种解决方法。



其他解决方法是




  • 打开自动关闭编辑器选项(首选项>常规>编辑器),这将在限制达到一个新的编辑器被打开时自动关闭编辑器。

  • 使用多个窗口,每个窗口都有一组编辑器,用于正在编辑或浏览的区域或搜索

  • CTRL + Shift + W 快速关闭所有标签






正如大椅子评论


有人在这里做了一个解决方法:


Wes 解释:


我发现,虽然你确实不能具有相同代码空间的多行标签,可以同时在窗口上显示多行标签



要实现这一点,只需将标签拖到标题栏并发布。它将创建另一行标签。



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 ?

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.