Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: r.stiltskin on May 01, 2008, 09:52:48 pm

Title: header guard word
Post by: r.stiltskin on May 01, 2008, 09:52:48 pm
Is there any way for users to change the style of the default guard word to be produced by the new-header-wizard?
Title: Re: header guard word
Post by: Jenna on May 01, 2008, 11:24:22 pm
At the moment only by editing the textfield in the wizard everytime you use it, or by patching the source-code and self-compiling C::B.

The "_INCLUDED" is hardcoded in "src/plugins/scriptedwizard/filepathpanel.cpp" in line 184 (svn5026) .
Title: Re: header guard word
Post by: r.stiltskin on May 03, 2008, 06:50:03 am
The "_INCLUDED" is hardcoded ...
You read my mind. ;)

Thanks.