Now, how do you go about adding new directories to be added to the codecompletion parser? The procedure is explained in CodeBlocks FAQ at http://wiki.codeblocks.org/index.php?title=FAQ-Settings. However, as I found out, only the second method works in CodeBlocks v13.12, i.e. only the per-project non-standard include directories (to be parsed) can be configured. These are the steps:
- Activate the project (either by double clicking on it in the Projects pane or right click on the project and then click "Activate")
- Click on the "Project | Properties" menu.
- Click on the "C/C++ parser options" tab.
- Add the additional include directory to be parsed by the Code Completion plugin.
- Click on OK.
Post a Comment
No comments:
Post a Comment