Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<ul> <li><kbd>CTRL</kbd>+<kbd>E</kbd> (for a list of editor)</li> <li><kbd>CTRL</kbd>+<kbd>F6</kbd> (for switching to the next editor through a list)<br> You can assign another shortcut to the 'Next Editor' key.</li> </ul> <p>are the two official shortcuts, but they both involve a list being displayed.</p> <p><kbd>CTRL</kbd>+<kbd>Page Up</kbd> / <kbd>CTRL</kbd>+<kbd>Page Down</kbd> can cycle through editors without displaying a list. </p> <p>What is interesting with that last set of shortcuts is:<br> <strong>they are not listed in the Eclipse Keys shortcuts to be defined.</strong><br> They may be inherited from the multipage editor, making them an <strong>OS specific shortcut</strong>.</p> <hr> <p>Regarding shortcuts on Mac OS (OSX), <a href="https://stackoverflow.com/users/139010/m-ll">Matt Ball</a> complained in Sept. 2011 to not being able to remap <kbd>CTRL</kbd>+<kbd>Page Up</kbd>/<kbd>CTRL</kbd>+<kbd>Page Down</kbd>:</p> <blockquote> <p>It drives me nuts to not be able to flip through open tabs as I can in pretty much every other tabbed program in OS X (<kbd>⌘</kbd>-<kbd>Left</kbd> and <kbd>⌘</kbd>-<kbd>Right</kbd>). </p> </blockquote> <p>Well, in March 2012, <a href="https://stackoverflow.com/users/486930/arthur">Arthur</a> replied:</p> <blockquote> <p>, I've just downloaded the latest version of Eclipse (3.7+). I've been able to bind "Previous/Next tab" to (<kbd>⌘</kbd>-<kbd>Left</kbd> and <kbd>⌘</kbd>-<kbd>Right</kbd>) when in Editor, which I'm pretty sure I couldn't do before.<br> So I guess they heard you.<br> It works just as you expect, tabs going from left to right and vice-versa, not on a history basis or some nonsense like that.</p> </blockquote> <p><a href="https://stackoverflow.com/users/139010/m-ll">Matt Ball</a> confirms:</p> <blockquote> <p>oh wow, selecting <strong>"Editing Java Source" actually worked</strong>!<br> Now, unfortunately this means that I'm SOL if I nav into a non-Java file (JSP, XML, JS, etc.).<br> <strong>The fix for this is to "copy command" for this pair, and select all the "whens" that I want</strong>.<br> So far it's at least working beautifully for Java and JSP files.<br> This is a major PITA to set up, but it's just a one-time thing.</p> </blockquote> <p>His <a href="https://gist.github.com/2022533" rel="noreferrer">exported preferences are available here</a> for you to try.<br> Once imported, you should see, for all the relevant types of document:</p> <p><img src="https://i.stack.imgur.com/4WQwQ.png" alt="Mac Os key bindings"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload