简体   繁体   中英

Eclipse: how to switch between console window and editor?

I'm using Eclipse for Python and R development. How can I jump between editor tab and console window using a keyboard shortcut / hotkey?

Go view Console: Shift + Alt + Q + C

You can switch to Editor using Ctrl + F7 .

Ctrl + Shift + L displays all the shortcuts in Eclipse.

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?

For RStudio:

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

More shortcuts are mentioned under the 'View' menu.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM