JW.
JW.

Reputation: 51638

Switching editors in Eclipse with keyboard, rather than switching Design/Source

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.

Upvotes: 3

Views: 741

Answers (3)

Free Wildebeest
Free Wildebeest

Reputation: 7562

I was initially thinking Alt- and Alt- 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.

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.

Upvotes: 0

Oddmund
Oddmund

Reputation: 1344

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.

Upvotes: 3

JW.
JW.

Reputation: 51638

You're right -- looks like Eclipse has acknowledged it as a bug. It's fixed in 3.5.

Upvotes: 2

Related Questions