在多行上显示 Eclipse 选项卡

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3059690/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 19:27:35  来源:igfitidea点击:

Display Eclipse tabs on several lines

eclipseideeclipse-plugineclipse-3.5

提问by Jla

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 ?

如果没有这样的设置,是否存在任何插件?

采纳答案by VonC

No.

不。

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

错误 58945:CTabFolder 应该支持多行和垂直样式选项,自 2004 年以来开放!(其他错误在同一主题的存在)
更新2017年2月:这似乎是分配,用氧气4.7!为目标
谢谢specializt用于提的是,在评论

CTRL+F6is one workaround for now.

CTRL+F6目前是一种解决方法。

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+Wto close all tabs quickly
  • 打开“自动关闭编辑器”选项(首选项 > 常规 > 编辑器),这将在达到限制时自动关闭编辑器并打开新编辑器。
  • 利用多个窗口,每个窗口都有一组编辑器,用于您正在编辑、浏览或搜索的区域
  • CTRL+ Shift+W快速关闭所有标签


As mention by Big Chairin the comments:

正如Big Chair评论中提到的:

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

有人在这里做了一个解决方法:“ Eclipse multiple tab rows

Wesexplains:

韦斯解释说:

I've discovered that while it is true that you cannothave 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.

我发现,虽然对于同一代码空间不能有多行选项卡,但可以在窗口上同时显示多行选项卡

要完成此操作,只需将选项卡拖到标题栏并释放即可。它将创建另一行选项卡

回答by dplass

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

ctrl+shift+e 为所有打开的窗口提供了一个很好的对话框。ctrl+e 给出此对话框的“快速”版本。

回答by Ron

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/

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

回答by hamidReza

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

Open-Editor 插件可以做到这一点。但它有问题。

回答by Zoltán Ujhelyi

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.

据我所知,既没有这样的设置也没有插件(至少免费提供)。但如果有,我想被纠正。