在 Eclipse 中,我可以查看当前在垂直堆栈中而不是水平堆栈中打开的文件吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6956065/
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
In Eclipse, can I view the files I currently have open in a vertical stack instead of a horizontal one?
提问by Moz
I would find it much easier if the tabs show which files are in the Editor were stacked vertically rather than horizontally. Stacked horizontally means that you run out of room to display file names very fast and makes switching between files time consuming.
如果选项卡显示编辑器中的哪些文件是垂直堆叠而不是水平堆叠,我会发现它会容易得多。水平堆叠意味着您很快就没有空间显示文件名,并且在文件之间切换会很耗时。
Is there an option or a plugin to display the files vertically? (Similar to navigator, but for open files instead of project files) I can't seem to find one.
是否有选项或插件可以垂直显示文件?(类似于导航器,但对于打开的文件而不是项目文件)我似乎找不到一个。
采纳答案by emallove
Eclipse 3.8
日食 3.8
CTRL+Gbrings up an Editors dialog as shown in this screen capture:
CTRL+G弹出编辑器对话框,如下图所示:
Eclipse 4.3
日食 4.3
CTRL+Ebrings up the pop-up shown in this screen capture:
CTRL+E显示此屏幕截图中显示的弹出窗口:
回答by Ankur
tabs can not be stacked vertically. However, CTRL+E(?+Eon mac) might give you some relief.
标签不能垂直堆叠。但是,CTRL+ E(Mac 上的?+ E)可能会让您松一口气。
回答by Sebastian Basner
With ctrl+shift+e you can open an extra window that show you the open tabs vertically.
使用 ctrl+shift+e,您可以打开一个额外的窗口,垂直显示打开的选项卡。
回答by Rob
EditorViewer is very good The project is dead, but it works fine with Eclipse 3.7. Just drop the .jar file in the dropins folder
EditorViewer 很好 项目已经死了,但是在 Eclipse 3.7 下可以正常工作。只需将 .jar 文件放到 dropins 文件夹中
回答by starcorn
Another command is CTRL+F6not entirely like the other ones but great to switch between your two most recent tabs. And you also get a list of open tabs like the other examples.
另一个命令与CTRL+F6不完全一样,但非常适合在最近的两个选项卡之间切换。您还可以像其他示例一样获得打开的选项卡列表。
回答by Daniel
None that I know of, but there are some other tipps to make life a little easier:
我不知道,但还有一些其他技巧可以让生活更轻松:
1) Use Mylyn, which filters the Explorer-Views so only relevant files are shown there.
1) 使用 Mylyn,它会过滤资源管理器视图,以便在那里只显示相关文件。
2) Have a look at "Extended VS Presentation" http://andrei.gmxhome.de/skins/index.html. This little plugin adds some useful features to reduce waste of screenspace. With it you can hide the file extension in editor tabs or limit the size of each tab and reduce the padding. Then you can remove the X and close tabs with a middle click. Each just a small saving, but they add up.
2)看看“扩展VS演示” http://andrei.gmxhome.de/skins/index.html。这个小插件添加了一些有用的功能来减少屏幕空间的浪费。有了它,您可以在编辑器选项卡中隐藏文件扩展名或限制每个选项卡的大小并减少填充。然后您可以删除 X 并单击中键关闭选项卡。每一个都只是一小部分储蓄,但它们加起来。
回答by FUD
you can always drag windows over each other to tile them vertically but if you see a ">>" at the end of the tabs clicking on it gives a file list which are open.
您始终可以将窗口相互拖拽以垂直平铺它们,但如果您在选项卡末尾看到“>>”,单击它会显示一个打开的文件列表。
回答by luator
For newer versions of Eclipse, there is a plugin Open Editorswhich adds a view listing all open editors.
对于较新版本的 Eclipse,有一个插件Open Editors,它添加了一个列出所有打开编辑器的视图。
回答by Aquarius Power
Finally a true relief!
https://sourceforge.net/projects/editorviewer/?source=dlp
终于得到真正的解脱!
https://sourceforge.net/projects/editorviewer/?source=dlp
Install dragging the "install" button from
https://marketplace.eclipse.org/content/vertical-tab-list
从https://marketplace.eclipse.org/content/vertical-tab-list拖动“安装”按钮安装
to show it
"window / show view / browsing / editors list"
显示它
“窗口/显示视图/浏览/编辑列表”
On its internal menu I selected too: Sort by ext+name
在它的内部菜单上我也选择了:Sort by ext+name
Now I just need a way to hide the top tabs list and it will become perfect!
现在我只需要一种隐藏顶部选项卡列表的方法,它将变得完美!