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 中,我可以在垂直堆栈而不是水平堆栈中查看当前打开的文件吗?
基础教程推荐
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 降序排序:Java Map 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01