Switching editors in Eclipse with keyboard, rather than switching Design/Source - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T18:20:24Z http://stackoverflow.com/feeds/question/61704 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/61704/switching-editors-in-eclipse-with-keyboard-rather-than-switching-design-source 3 Switching editors in Eclipse with keyboard, rather than switching Design/Source JW 2008-09-14T22:46:13Z 2009-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#61710 0 Answer by Free Wildebeest for Switching editors in Eclipse with keyboard, rather than switching Design/Source Free Wildebeest 2008-09-14T23:02:20Z 2008-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#61712 3 Answer by Oddmund for Switching editors in Eclipse with keyboard, rather than switching Design/Source Oddmund 2008-09-14T23:07:15Z 2008-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#61726 2 Answer by JW for Switching editors in Eclipse with keyboard, rather than switching Design/Source JW 2008-09-14T23:40:48Z 2009-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>