Hi John,
I don't know if this description is off any use:
- The Editor view is populated with editor panels in the order they are opened. So this is FIFO based on when they are opened (maybe you mean last accessed order).
- When a particular editor is selected then the IDE 'intelligently' displays the tab for the selected editor. By intelligently I mean that it doesn't change the tabs displayed unless it has to.
- It never re-orders the tabs.
- If you have a large number of tabs open then the visible tabs will change to those that are near to the one selected.
Given the above I find it useful to re-order the tabs into related items e.g. the header file next to the corresponding source file or files that represent a locus if interest. This helps to keep the tabs of useful files visible.
Another thing that may also help is the navigation buttons
that allow you to move between several areas of interest.
It is also possible to have multiple Editor views visible at the same time.
For what it is worth I would vote for the current behaviour :smileyhappy:
bye