hi, everyone.
I want make a new wizard in codeblocks, but some functions are not clear in "Scripting commands" on wiki. I only can find that "See API docs for cbProject::GetFileByName " and so on.
now,my question is where can i find the API docs for cbProject?? please help me. thanks.
and,I want put my new wizard in the wizCustom type, but aways meet the error"wizard failed."and i put it in the wizProject type,it's all right. why???
The docs are in doxy format, so you can find them in the code or you could build the doxygen documentation yourself.
thank you very much, oBFusCATed.