Eclipse:如何在控制台窗口和编辑器之间切换?

发布于 2024-10-18 19:57:03 字数 66 浏览 1 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

九厘米的零° 2024-10-25 19:57:03

转到查看控制台: 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.

顾冷 2024-10-25 19:57:03

我发现了以下作品:

在视图之间切换: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?

满身野味 2024-10-25 19:57:03

对于 RStudio:

  • Ctrl+1 :焦点到源
  • Ctrl+2 :焦点到控制台

“查看”菜单下提到了更多快捷方式。

For RStudio:

  • Ctrl+1 : focus to source
  • Ctrl+2 : focus to console

More shortcuts are mentioned under the 'View' menu.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文