Bug 47841 - global structure does not display all elements in the Class tools
Summary: global structure does not display all elements in the Class tools
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 2.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-14 01:33 UTC by Craig A. Taylor
Modified: 2013-03-31 00:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig A. Taylor 2002-09-14 01:33:31 UTC
Version:           2.1 (using KDE 3.0.0)
Compiler:          gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
OS:          Linux (i686) release 2.4.18-10

I created a self-referencing structure

typedef struct link{
    struct link* thousands;
    struct link* hundreds;
    struct link* tens;
    struct link* ones;
    struct link* nextLink;
    node* nodePtr;
} linkList;
In the global class tool the structure only
displays as a structure element nodePtr.  Use
of the structure in the program works fine.  A
elements compile and reference correctly.  The
popup list of elements in the editor also does
not display the missing elements
Comment 1 Caleb Tennis 2003-02-26 22:25:31 UTC
Fixed in Gideon CVS. 
Comment 2 Aleix Pol 2013-03-31 00:48:07 UTC
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively