Bug 44454 - code completion does not show pointers in structs
Summary: code completion does not show pointers in structs
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 2.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-28 09:03 UTC by Matthias Gruenewald
Modified: 2003-02-11 15:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Gruenewald 2002-06-28 08:52:25 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.1 (using KDE 3.0.1 )
Severity:          normal
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:                Linux (i686) release 2.4.18-4GB
OS/Compiler notes: 

I use KDevelop to develop standard C applications. If I'm defining a struct with pointers e.g.:

struct my_entry {
   int data;
   struct my_entry *next;
}

and I declare a pointer to it in a function e.g.:

struct my_entry *p;

code completion does only show the entry data not the entry next if I type p->.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Eray Ozkural 2003-02-11 15:37:03 UTC
tested with a newly created c project in CVS HEAD. 
 
both data and next are in auto-completion set. 
 
please investigate further if you feel the bug persists. 
 
thank you,