Bug 108061

Summary: code completion uses wrong struct
Product: [Applications] kdevelop Reporter: Kevin Briggs <kbriggs2>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Kevin Briggs 2005-06-24 16:19:43 UTC
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.
Comment 1 Amilcar do Carmo Lucas 2005-06-24 16:28:25 UTC

*** This bug has been marked as a duplicate of 108036 ***