Bug #9233 2006-10-22 15:48
writser
include directories are not parsed after using Wizard
I'm currently working on a new wizard for Codeblocks. I use the wizard to generate a C++ project. In my wizard, I add an include path to my project using:
---
project.AddIncludeDir(_T("/usr/include/gtkmm-2.4"));
---
However, after the project wizard is completed somehow this include directory doesn't get parsed (e.g. I have no code completion). When I save the project, close it and open it the parser does parse the projects include directories.
Suggested behaviour: also parse include directories directly after creating a new project.
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2007-04-13 06:28
- Assigned to
- biplab
History
biplab 2007-04-13 06:28
This bug is now fixed in HEAD.
Thank you for reporting it.