[Bug 63134] cpp code completion: macro and enum completion missing

Michal Kurgan linux_user at o2.pl
Wed Apr 27 02:53:01 UTC 2005


------- 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=63134         
linux_user o2 pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |linux_user o2 pl



------- Additional Comments From linux_user o2 pl  2005-04-20 23:51 -------
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.




More information about the KDevelop-devel mailing list