Bug 63134 - "typedef struct" completion missing
Summary: "typedef struct" completion missing
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Code completion (show other bugs)
Version: git master
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
: 137746 146251 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-22 21:25 UTC by Jay
Modified: 2008-06-29 16:44 UTC (History)
4 users (show)

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 Jay 2003-08-22 21:25:32 UTC
Version:           3.0.0a5 (using KDE 3.1.3)
Installed from:    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-r5

title says it all, may apply to typedefs too ( not tested )
Comment 1 Michal Kurgan 2005-04-20 23:51:36 UTC
On kdevelop 3.2.0 i have problem about typedefs. Should i send another bug?
ie:

typedef struct {
 int data;
} name;

code completition don't work on name type variables but:

struct structName {
 int data;
};
typedef structName name;

now name variables have completition.
Comment 2 Andreas Pakulat 2006-12-30 16:01:30 UTC
*** Bug 137746 has been marked as a duplicate of this bug. ***
Comment 3 Andreas Pakulat 2006-12-30 16:08:40 UTC
The 2nd comment can be reproduced on 3.4 svn. 
Comment 4 David Nolden 2007-06-01 15:15:59 UTC
*** Bug 146251 has been marked as a duplicate of this bug. ***
Comment 5 Andreas Becker 2007-09-14 10:48:15 UTC
I like to write all my code with typedefs, like:
typedef struct { 
  int data; 
 } name;

But codecompletition does not work with e.g.

function (name *my_name)
{
  my_name->[STRG]+[SPACE] .... does not work
}
Comment 6 Andreas Pakulat 2008-06-29 16:44:23 UTC
fixed in kdev4