Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a shortcut for switching between panels in eclipse?

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.

like image 798
Adam Kauk Avatar asked Jun 01 '11 23:06

Adam Kauk


People also ask

How do I switch between tabs in Eclipse?

CTRL + F6 is good to use. If you want to switch to next/previous tab, you need to do CTRL + Page Down / CTRL + Page Up .

What is Ctrl Shift G in Eclipse?

Search – Eclipse Shortcuts CTRL SHIFT G – Search for current cursor positioned word reference in workspace. CTRL H – Java search in workspace.

What is Ctrl Shift F in Eclipse?

Ctrl+Shift+F formats the selected line(s) or the whole source code if you haven't selected any line(s) as per the format specified in your Eclipse, while Ctrl+I gives proper indent to the selected line(s) or the current line if you haven't selected any line(s). try this. or more precisely.


1 Answers

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.

like image 132
Martin Matysiak Avatar answered Oct 22 '22 14:10

Martin Matysiak