tags:

views:

246

answers:

1

I would like some data structures to be studied by Code::Blocks and made available via its code completion feature.

Something similar could be done in SlickEdit.

How to do that in Code::Blocks?

+1  A: 

Ok, I found the answer here http://wiki.codeblocks.org/index.php?title=FAQ#Q%3A%5FHow%5Fdo%5FI%5Fget%5FCode%5FCompletion%5Fto%5Fwork.3F

In short, project properties dialog contains "C/C++ parser options" where a path can be added. After the project is reopened - the path is be parsed and code completions becomes aware of the new symbols. Magic.

Andrey
WoooW. Self-learner for you :P +1
Seth Illgard
thanks, I just didn't perform enough googling though... but now since it's on SO - it might be helpful for others like me :)
Andrey