Summary: | Class view should display folder hirarchy of classes (I can also code it) | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Andreas Pietzowski <andreas> |
Component: | classbrowser | Assignee: | kdevelop-bugs-null |
Status: | CONFIRMED --- | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andreas Pietzowski
2009-11-01 02:13:48 UTC
Good idea, an option to have a nested view instead of flat view would be nice. If you want to have a try you can look into kdevplatform/plugins/classbrowser. I downloaded the trunk source of the class browser. But I got stuck after hours of code reading :) I already coded a lot with QTreeView an QModelIndex but I don't have a clue where to access the file system folder of a specific class of a kdev-project and how I group classes in the same folder and how to add those folders as children of m_topNode or some node below. Maybe this issue is just a few lines for someone like you who is already in the code? Would be nice to see a nested class view in the next release. |