Bug 108036 - code completion uses wrong struct
Summary: code completion uses wrong struct
Status: RESOLVED DUPLICATE of bug 68463
Alias: None
Product: kdevelop
Classification: Applications
Component: Code completion (show other bugs)
Version: 3.2.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
: 108061 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-24 06:27 UTC by Kevin Briggs
Modified: 2005-09-23 05:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Briggs 2005-06-24 06:27:06 UTC
Version:           2.3.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 13:37:08 UTC
KDevelop 2.3.0 does not exist.

Please try KDevelop HEAD, it migth work better there.
Comment 2 Kevin Briggs 2005-06-24 16:21:57 UTC
Sorry, I meant to put this under version 3.2.0.  I reposted it with the correct version
Comment 3 Amilcar do Carmo Lucas 2005-06-24 16:28:27 UTC
*** Bug 108061 has been marked as a duplicate of this bug. ***
Comment 4 Amilcar do Carmo Lucas 2005-06-24 16:29:27 UTC
Does KDevelop HEAD solve your problem ?
Comment 5 Kevin Briggs 2005-06-24 17:10:44 UTC
I'm sorry, what is KDevelop HEAD?
Comment 6 Amilcar do Carmo Lucas 2005-06-24 17:15:31 UTC
Goto http://www.kdevelop.org/ or read:
http://www.kdevelop.org/index.html?filename=HEAD/kdevelop.html
Comment 7 Matt Rogers 2005-09-23 05:35:09 UTC

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