Eclipse Juno Switch Editor in Order
- by inspectorG4dget
In case it matters:
OS: Mac OS X Lion (10.7.4)
Eclipse: Juno, Build id: 20120614-1722
I have several files open in my eclipse workspace as tabs. The default shortcuts for previous and next editors are ?F6 and ?shiftF6. I know how to change these shortcuts, that's not the issue.
However, what I want to do, is switch between editors in the way in which they're ordered in the tab bar. Currently, the editors change in order of last used/viewed.
So, if I had three files (A, B and C in order) open and I'm currently editing A and I edited B last, when I use the shortcut for "Previous Editor", it takes me to B instead of C (and vice versa).
Is there any way for me to get this functionality out of eclipse (if so, how)?
Thank you