Is there a shortcut for switching between panels i

2020-06-03 07:08发布

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.

4条回答
放我归山
2楼-- · 2020-06-03 07:35

And if you want to switch between perspectives its: Crtl + F8 and Ctrl + Shift + F8. You can go to Help > Key Assist... for a full list of shortcuts (this list will change depending on the active editor etc.).

查看更多
虎瘦雄心在
3楼-- · 2020-06-03 07:36

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.

查看更多
Root(大扎)
4楼-- · 2020-06-03 07:47

Not an universal shortcut for going to any panel, but:

Ctrl+Shift+E

allows you to go back to any Editor (although it's still a little heavyweight for quick editor navigation).

Switch to Editor

查看更多
Juvenile、少年°
5楼-- · 2020-06-03 07:52

There are two ways to do it.

One is how @VonC did it, in an earlier reply; using CTRL+SHIFT+E which opens a box containing all the panes with their paths.

The other one is to simply use CTRL+E, which will open a pop-up just over your cursor containing the list of panes open. Parse using arrows and ENTER

查看更多
登录 后发表回答