Is there a way that I can find out the order in which editors appear in
the editor area? If the user opens editor A, and then editor B, the
editors appear in left to right order as A followed by B. The user can
then drag B to the left, so that the the editors appear in left to right
order as B followed by A. However, in my code, the
IWorkbenchPage.getEditorReferences() method always returns the editors in
the order in which they were originally opened, not in the order in which
they appear in the editor area.
Is there a way to find out the current visual order of open editors?