Bug#44454: code completion does not show pointers in structs
ma_gruenewald at yahoo.de
ma_gruenewald at yahoo.de
Fri Jun 28 11:04:02 UTC 2002
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)
(Complete bug history is available at http://bugs.kde.org/db/44/44454.html)
More information about the KDevelop-devel
mailing list