Bug #10167 2007-01-30 12:08
mariocupelli
Codecompletion for struct and typedef
Tested under windows and linux with svn 3545: Test case
struct tree {
int x;
};
struct tree mytree;
typedef struct {
int vorname;
int nachname;
} Data_t;
Data_t Data;
Type these structs and save your file. Then type
mytree.
and
Data.
in the file. Codeblocks does not add mytree and Data to the symbol browser and the codecompletion for struct mytree and Data fails. The codecompletion for struct tree works fine and is displayed in the symbol browser.
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2010-10-16 01:41
- Assigned to
- loaden
History
geister 2008-09-21 05:57
>bump<
SVN 5208
This has been fixed in a previous version.
If they do not appear, re-parse the symbols tree.
loaden 2010-10-16 01:41
This bug has been already fixed in HEAD.
Thank you.