[Bug 61757] New: enum in cpp class view is a mess

Dominik Haumann haladrim at gmx.de
Mon Jul 28 14:26:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=61757     
           Summary: enum in cpp class view is a mess
           Product: kdevelop
           Version: 3.0.0a5
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: haladrim at gmx.de


Version:           3.0.0a5 (using KDE 3.1.9)
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB-athlon

Hi,

if I define an enum in a class every entry is listet in the class as a member.
In principal that is corrct but its a mess when you have a big enum.
And enums usually /contain/ >= 5 entries.

So I think it would be much better to make a new subtree ("+") for an enum (as it is already with a struct).
(Btw. thats logic, too: a struct is a new type and an enum is one, too. in a way)

Thanks a lot,
Dominik Haumann, hala in irc




More information about the KDevelop-devel mailing list