Keyboard Shortcuts
Posted by Mike Haller
on Tuesday, February 24. 2009
at 07:45
in Eclipse
Nice to see that Chetan Kumar Kotha found out about Ctrl-PgUp and Ctrl-PgDown in Eclipse IDE.However, there's a small caveat here: it doesn't work if one of the open files is an XML file. Let me explain: While tabbing through the open editors using
Ctrl-PgDown you come accross an XML Editor (or in fact any other MultiPageEditor) which will then grab the tabbing focus to its child tabs. Within the same editor, the next Ctrl-PgDown will lead to a switch from "Design" view to "Source" View.