Eclipse Juno Switch Editor in Order
Posted
by
inspectorG4dget
on Super User
See other posts from Super User
or by inspectorG4dget
Published on 2012-09-15T21:08:02Z
Indexed on
2012/09/16
9:40 UTC
Read the original article
Hit count: 203
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
© Super User or respective owner