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 中,我可以在垂直堆栈而不是水平堆栈中查看当前打开的文件吗?


基础教程推荐
- 验证是否调用了所有 getter 方法 2022-01-01
- 从 python 访问 JVM 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 大摇大摆的枚举 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01