eclipse中有切换面板的快捷方式吗?
Eclipse具有MDI结构(多文档界面),因此搜索面板、包资源管理器和代码编辑器都可以在一个窗口中打开,但我还没有找到在这些面板之间切换的键盘快捷键。例如,在搜索代码库后,我希望有一个快速快捷方式返回到代码编辑器。
Eclipse has an MDI structure (Multi Document Interface), so the search panel, the package explorer and the code editor can all be open in one window, but I haven't found a keyboard shortcut for switching between these panels. For example, after I search the code-base, I would love to have a quick shortcut for going back to the code editor.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果我正确理解您的问题,您可能正在寻找 Ctrl + F7 和 Ctrl + Shift + F7。其他导航快捷方式可以在菜单中找到:“窗口”>“导航。
If I understand your question correct, you are probably looking for Ctrl + F7 and Ctrl + Shift + F7. Other navigational shortcuts can be found in the menu: Window > Navigation.
不是转到任何面板的通用快捷方式,但是:
Ctrl+Shift+E
允许您返回到任何编辑器(尽管它仍然是有点重量级,用于快速编辑器导航)。
Not an universal shortcut for going to any panel, but:
Ctrl+Shift+E
allows you to go back to any Editor (although it's still a little heavyweight for quick editor navigation).
如果您想在视角之间切换:
Crtl + F8
和Ctrl + Shift + F8
。您可以进入帮助> Key Assist... 获取完整的快捷键列表(此列表将根据活动编辑器等而变化)。And if you want to switch between perspectives its:
Crtl + F8
andCtrl + Shift + F8
. You can go to Help > Key Assist... for a full list of shortcuts (this list will change depending on the active editor etc.).有两种方法可以做到这一点。
一是@VonC 在之前的回复中是如何做到的;使用 CTRL+SHIFT+E 打开一个包含所有窗格及其路径的框。
另一种方法是简单地使用CTRL+E,这将在光标上方打开一个弹出窗口,其中包含打开的窗格列表。使用箭头和 ENTER 进行解析
There are two ways to do it.
One is how @VonC did it, in an earlier reply; using CTRL+SHIFT+E which opens a box containing all the panes with their paths.
The other one is to simply use CTRL+E, which will open a pop-up just over your cursor containing the list of panes open. Parse using arrows and ENTER