On a related note to "Changing the Order of Admin Menu Sections?", I'm looking for a way to alphabetically sort the entries in each sub-section of WordPress's admin area.
Currently, whenever a new plugin is added, its entry will appear in a seemingly random location under Settings / Tools / Plugins, and it's often hard to locate the new menu item. (I have a lot of plugins already, so my menus are pretty full.)
Being that I add and remove plugins fairly regularly, I would rather not need to continually go into the settings page for a menu-ordering plugin and adjust the order.
Sorry for the long question; I just want to make it clear what I'm looking for.
Example
Instead of:
Settings
- General
- Writing
- Reading
- Discussion
- (rest of core items)
- Plugin 4
- WP something
- A plugin to help with stuff
- Google-related plugin
- RSS plugin
- FeedBurner plugin
- etc.
Can I have the menu sorted alphabetically (or by another logical method), e.g.:
Settings
- A plugin to help with stuff
- Discussion
- FeedBurner plugin
- General
- Google-related plugin
- Plugin 4
- Reading
- (rest of core items)
- RSS plugin
- WP something
- Writing
- etc.
Even better would be a sort method that keeps the core entries where they are by default and only sorts items added by plugins:
Settings
- General
- Writing
- Reading
- Discussion
- (rest of core items)
- A plugin to help with stuff
- FeedBurner plugin
- Google-related plugin
- Plugin 4
- RSS plugin
- WP something
- etc.