Eclipse JDT:是否有用于打开新编辑器窗格的键盘快捷键?
我经常使用 Eclipse 中的多窗格编辑器功能来同时查看多个文件,并且发现很奇怪,除了 用鼠标拖动选项卡。有谁知道我是否缺少键盘技术?
I often use the multi-pane editor feature in Eclipse to view multiple files simultaneously, and find it very strange that there appears to be no way other than dragging the tab with the mouse. Does anyone know if there's a keyboard technique I'm missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
发布此文章后,我发现 Eclipse Emacs 插件 可以通过按键绑定创建新的分割窗口。
After posting this, I found the Eclipse Emacs Plugin that enables key bindings to create new split windows.
1)转到窗口>首选项>键
2) 键入过滤文本:“新编辑器”
3) 分配您喜欢的任何组合键。
如果您只想查看另一个文件旁边的文件(垂直或水平),则可以将选项卡拖动到 IDE 的右侧或左侧(或向上或向下)。将出现占位符,您可以将文件放在另一个文件旁边并同时查看它们。
PS:我正在使用开普勒,但我确信它在旧版本中的工作原理是相同的。
1) Go Window > Preferences > Keys
2) type filter text: "New Editor"
3) Assign whatever key combination you prefer.
If you only want to see a file next to another (vertically or horizontally), you can drag the tab to the right or left (or up or down) of the IDE. Placeholders will appear where you can drop the file next to the other and view them simultaneously.
PS: I'm using Kepler but I'm sure it works the same in older versions.