In Eclipse, can I view the files I currently have open in a vertical stack instead of a horizontal one?(在 Eclipse 中,我可以在垂直堆栈而不是水平堆栈中查看当前打开的文件吗?)
问题描述
如果选项卡显示编辑器中的哪些文件是垂直堆叠而不是水平堆叠,我会发现它会容易得多.水平堆叠意味着您没有足够的空间来快速显示文件名,并且在文件之间切换非常耗时.
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.
推荐答案
Eclipse 3.8
CTRL+G 会弹出一个编辑器对话框,如下图所示:
Eclipse 3.8
CTRL+G brings up an Editors dialog as shown in this screen capture:
CTRL+E 弹出此屏幕截图中显示的弹出窗口:
CTRL+E brings up the pop-up shown in this screen capture:
这篇关于在 Eclipse 中,我可以在垂直堆栈而不是水平堆栈中查看当前打开的文件吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Eclipse 中,我可以在垂直堆栈而不是水平堆栈中查看当前打开的文件吗?
基础教程推荐
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
