Resolved Fixed:
- New wxSmith: (please do not test new wxSmith, it's not usable in this commit)
* Started implementing wxSmith in more layered style, wxSmith currently contain project integration layer (independent of gui or resource types)
* Added wxsGUI / wxsGUIFactory classes
* Moved wxsResourceTreeData to separate files / renamed to wxsResourceTreeItemData- Improvements in code-completion parsing
- Typedefs parsing in code-completion is back again
I build it from SVN, does it compile with/without the new wxSmith by default? And if so, how do I make it build without it?
Typedefs parsing in code-completion is back again
Typedefs parsing in code-completion is back again
It's back, but it's not quite working perfectly. It can't parse typedef struct definitions in C too well. I have a project with tons of typedef struct definitions, and the code completion still doesn't pick up on those struct variables.
It would totally rock if this can be fixed for Codeblocks.
Code: cpp// "typedef struct" is not supported
// "typedef class" is not supported
// "typedef enum" is not supported
// "typedef union" is not supported
Improvements in code-completion parsing