Eclipse:如何在控制台窗口和编辑器之间切换?
我使用 Eclipse 进行 Python 和 R 开发。如何使用键盘快捷键/热键在编辑器选项卡和控制台窗口之间跳转?
I'm using Eclipse for Python and R development. How can I jump between editor tab and console window using a keyboard shortcut / hotkey?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
转到查看控制台: Shift + Alt + Q + C
您可以使用 Ctrl< 切换到编辑器/kbd> + F7。
Ctrl + Shift + L 显示 Eclipse 中的所有快捷键。
Go view Console: Shift + Alt + Q + C
You can switch to Editor using Ctrl + F7.
Ctrl + Shift + L displays all the shortcuts in Eclipse.
我发现了以下作品:
在视图之间切换:Ctrl + Shift + F7
切换编辑器:Ctrl + Shift + F6
转到 R 控制台(在 StatET 视角中):Ctrl + R, C
但是,前两个不是返回编辑器的直接路径,需要使用箭头键,而 Ctrl + 7 则可以不适合我。还有其他方法可以直接返回到上次使用的编辑器吗?
I've found the following works:
Toggle between views: Ctrl + Shift + F7
Switch Editor: Ctrl + Shift + F6
Go to R Console (In StatET perspective): Ctrl + R, C
However, the first two are not a direct route back to the editor and require use of the arrow keys and Ctrl + 7 does not work for me. Any other ways to go directly back to the last editor used?
对于 RStudio:
Ctrl+1
:焦点到源Ctrl+2
:焦点到控制台“查看”菜单下提到了更多快捷方式。
For RStudio:
Ctrl+1
: focus to sourceCtrl+2
: focus to consoleMore shortcuts are mentioned under the 'View' menu.