Bug 22000

Summary: equal parsing of structs and classes
Product: [Developer tools] kdevplatform Reporter: Ulrich Eckhardt <doomster>
Component: classbrowserAssignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ulrich Eckhardt 2001-03-09 18:24:47 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           KDE 2.1.0 
Severity:          wishlist
Installed from:    Debian Package 4:2.1-final-0.potato1 (2.2)
Compiler:          gcc version 2.95.2 20000220 (Debian GNU/Linux)
OS:                Linux 2.2.18pre21 i686
OS/Compiler notes: 

I'd like to have structs parsed and displayed in the same way as classes are. The current solution to have structs in a separate tree of the class-view is not optimal especially considering that structs and classes in C++ only differ in that a class' member is private by default while a struct's is public.
 You'd get two things for the price of one there since the code that parses structs is slightly broken anyway....
Thanks
Ulrich Eckhardt 

(Submitted via bugs.kde.org)
(Called from KBugReport dialog. Fields E-Mail manually changed)
Comment 1 Dominik Haumann 2003-09-10 16:49:01 UTC
fixed in kdevelop 3. 
Comment 2 Aleix Pol 2013-03-31 01:32:15 UTC
moving to kdevplatform's classbrowser