I would like the Package Explorer view, if possible, just to show the order in which things are defined in the source file.
I know that, in the Java-->Appearance-->Member Sort Order preferences, you can set what order categories of definitions appear (fields, methods, inner classes, etc.), but not the order within these categories. (Well, you can order by visibility within these but nothing else.) It appears to only do alphabetical order within this categorisation.
The Quick Outline view (Ctrl-O) does this as-in-the-source ordering, and I could also collapse all code blocks to get a similar outline in the editor, but I prefer using the Package Explorer for navigation.
For example, for a class implementing multiple interfaces, I group the methods by interface, and keep the method order as defined in the interface. Plus I separate off private utility methods, etc. As I'm sure most people do, I'd also default to ordering by visibility when there aren't any well-defined 'logical areas' of the class, and would tend to have 'sub-methods' below their callers.
(It would be even better if it were possible to drag and drop definitions to reorder them in the file, although the collapsed editor view is pretty good for this.)
What, if anything, would get me closer to this view? (Or, if you like, are there any reasons why this desire is stupid?)