多行显示 Eclipse 选项卡
我正在使用日食伽利略.是否可以在多行上显示我打开的文件的选项卡,而不是使用 >>
符号.不过,我仍然想要一个独特的窗口来查看代码.
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 ?
推荐答案
没有.
错误 58945:CTabFolder 应支持多行和垂直样式选项,自 2004 年开业!(其他错误存在于同一主题)
(2017 年 2 月更新:似乎已分配,Oxygen 4.7 为目标!
感谢 specializt 提到 在评论中)
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 是目前的一种解决方法.
CTRL+F6 is one workaround for now.
其他解决方法";是否列在此线程中:
Other "workarounds" are listed in this thread:
- 打开自动关闭编辑器";选项(首选项 > 常规 > 编辑器),当达到限制时将自动关闭编辑器并打开一个新的编辑器.
- 利用多个窗口,每个窗口都有一组编辑器,用于您正在编辑、浏览或搜索的区域
- CTRL+Shift+W快速关闭所有标签
- 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
正如 大椅子 在 评论:
有人在这里做了一个解决方法:"Eclipse multiple tab rows"
Someone made a workaround here: "Eclipse multiple tab rows"
Wes 解释:
我发现虽然您确实不能在同一代码空间中拥有多行选项卡,但可以在您的窗口上显示多行选项卡同时:
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:
要做到这一点,只需将标签拖到标题栏并松开即可.它将创建另一行标签.
相关文章