Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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?
-
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) .
-
The "_INCLUDED" is hardcoded ...
You read my mind. ;)
Thanks.