(*** 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)
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,