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 )
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.
*** Bug 137746 has been marked as a duplicate of this bug. ***
The 2nd comment can be reproduced on 3.4 svn.
*** Bug 146251 has been marked as a duplicate of this bug. ***
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 }
fixed in kdev4