Switching editors in Eclipse with keyboard, rather than switching Design/Source - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T18:20:24Zhttp://stackoverflow.com/feeds/question/61704http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/61704/switching-editors-in-eclipse-with-keyboard-rather-than-switching-design-source3Switching editors in Eclipse with keyboard, rather than switching Design/SourceJW2008-09-14T22:46:13Z2009-08-23T15:56:09Z
<p>In Eclipse, I can switch through open editors using control-page up/down. This works great, except for editors like XML or JavaScript, where there are Design and Source tabs. For those editors, it just toggles between the different tabs. Is there any way to get Eclipse to ignore them? I know about alt-F6 for "Next Editor", but that doesn't use the same order that the editor tabs are displayed in, so it's confusing.</p>
http://stackoverflow.com/questions/61704/switching-editors-in-eclipse-with-keyboard-rather-than-switching-design-source/61710#617100Answer by Free Wildebeest for Switching editors in Eclipse with keyboard, rather than switching Design/SourceFree Wildebeest2008-09-14T23:02:20Z2008-09-14T23:02:20Z<p>I was initially thinking alt-left and alt-right might do what you want, but that's more for going forward and backwards in history of tabs you've viewed. Which might sort of get you what you want, but is probably just as confusing as alt-F6.</p>
<p>I think it sounds more like a bug in Eclipse, might be worth going over to eclipse.org to see if there's a pre-existing bug for this.</p>
http://stackoverflow.com/questions/61704/switching-editors-in-eclipse-with-keyboard-rather-than-switching-design-source/61712#617123Answer by Oddmund for Switching editors in Eclipse with keyboard, rather than switching Design/SourceOddmund2008-09-14T23:07:15Z2008-09-14T23:07:15Z<p>With ctrl-e you can jump directly to any editor by typing the beginning of it's name. Quite handy when you've got a lot of editors open.</p>
http://stackoverflow.com/questions/61704/switching-editors-in-eclipse-with-keyboard-rather-than-switching-design-source/61726#617262Answer by JW for Switching editors in Eclipse with keyboard, rather than switching Design/SourceJW2008-09-14T23:40:48Z2009-08-23T15:56:09Z<p>You're right -- looks like Eclipse has acknowledged it as a <a href="https://bugs.eclipse.org/bugs/show%5Fbug.cgi?id=199499" rel="nofollow">bug</a>. It's fixed in 3.5.</p>