(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 2.0.1 (using KDE 2.2.1 ) Severity: normal Installed from: SuSE Compiler: gcc version 2.95.2 19991024 (release) OS: Linux (i686) release 2.2.19 OS/Compiler notes: The relationship of virtually derivated classes is not recognized in the graphical class viewer. e.g.: class A { ... }; class B : virtual public A { ... }; the two classes stand alone each in its own line (Submitted via bugs.kde.org) (Called from KBugReport dialog)
Still a bug in Gideon.
After thinking about this, it seems to me like this is logical behavior. I suppose another alternative would be to nest the classes in the tree view, but then why wouldn't that be done for all relationships, not just virtual. In the mean time, the Classtools part shows class relationships.