Code::Blocks Forums

User forums => Help => Topic started by: wxuserbrest on July 05, 2007, 08:22:11 am

Title: how to make completion works ?
Post by: wxuserbrest on July 05, 2007, 08:22:11 am
Hi,
completion seems to work for file in the project but doesn't work automaticaly on header file. I use wxWidgets and i don't know how to have header file scanned. Do someone succeed in doing it ?
Thanks for answer
Title: Re: how to make completion works ?
Post by: mariocup on July 07, 2007, 03:22:40 pm
Hi wxuserbrest,

you have to add the directory that contains the header files to search dirs of the compiler. Then the files will be parsed and you get command completion.

Bye,

Mario