Class Browser stuff
From KDevelop
[edit] Class Browser
This is a list of ideas for the class browser component gathered from the mailing list.
- Have a bookmarks folder under the class browser - the user could pick which classes to display in a separate folder.
- Second step for that would be to save that list between sessions.
- Provide an interface for automatic groups for other parts of kdevelop to use, some examples:
- Classes I've edited recently
- Classes I've changed since my last commit to the svn
- Display a list of unimplemented pure virtual functions
- sync Class Browser focus with text-editor focus (so always the currenly edited class/method is highlighted).
- This should be enabled with a toolbar-button in the classbrowser.
- And it should be off by default.
- Show a navigation-tooltip like in the editor when hovering an item(See kdevplatform/plugins/contextbrowserplugin.cpp for how to do that)
- Top level class filters when multiple projects are opened:
- Allow to separate the classes list by language