Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 417
tesmp Avatar asked Feb 23 '11 11:02

tesmp


2 Answers

Go view Console: Shift + Alt + Q + C

You can switch to Editor using Ctrl + F7.

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

like image 108
Chakra Avatar answered Nov 02 '22 15:11

Chakra


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?

like image 23
Scott Skiles Avatar answered Nov 02 '22 17:11

Scott Skiles