From kdevelop-bugs Fri Jun 24 14:19:43 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Fri, 24 Jun 2005 14:19:43 +0000 To: kdevelop-bugs Subject: [Bug 108061] New: code completion uses wrong struct Message-Id: <20050624161942.108061.kbriggs2 () binghamton ! edu> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306938507359 ------- 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=108061 Summary: code completion uses wrong struct Product: kdevelop Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: kbriggs2 binghamton edu Version: 3.2.0 (using KDE KDE 3.4.0) Installed from: SuSE RPMs OS: Linux I have two structs in my program called node. The definition for one node resides in a keywordlist class, The other resides in an imagelist class. When working in a function in my keywordlist class I have... node * ptr; ptr-> The code completion gives me the options for node, but the wrong node. It gives me the options for the node in the imagelist class.