[Bug 65272] New: struct member completion not working in some cases
Jörg Rüppel
joerg at sharky-x.de
Tue Sep 30 23:04:03 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=65272
Summary: struct member completion not working in some cases
Product: kdevelop
Version: 3.0.0a6
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: code completion
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: joerg at sharky-x.de
Version: 3.0.0a6 (using KDE 3.1.92 (alpha2, CVS >= 20030921), Gentoo)
Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
OS: Linux (i686) release 2.4.20-gentoo-r6
Hi,
the following cases don't show members for structs:
- a struct defined locally inside a function and used there
- a struct that is defined globally normally works
struct test {
int a, b;
};
but not on arrays of them like:
test t[10];
t[2]. <- no completion
hope that is enough information, and again thanks for the codecompletion roberto ;)
regards
jörg
More information about the KDevelop-devel
mailing list