Class Browser useless (slow) in large project
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
I have a wxWidgets project, and all wxWidgets files are
parsed and the classes displayed in the class browser.
Nice. But when I try to scroll, every mouse click takes
dozens of seconds. I thought it might help to move some
classes into subfolders, but I soon realized this would
take me years to do (multi-select was not possible).
Suggestion: Usually files are grouped into directories for
a reason. Why not offer a view in the class browser,
where the classes are automatically grouped depending
on the source file system location?