Code::Blocks Forums

User forums => Help => Topic started by: kazary on February 23, 2011, 12:18:55 am

Title: Make a template
Post by: kazary on February 23, 2011, 12:18:55 am
I'm starting to study C, and already use Code: Blocks, and sometimes the Visual + + 2010 Express. I read some tutorials about setup Code: Blocks with MinPSP (http://www.jetdrone.com/minpspw). I saw the MinPSP has a plugin for Eclipse that makes it much easier, but as I said before I'm using Code: Blocks, i am more familiar with it. Well I would like to know if it is possible in Code:: Blocks make a template (user template) for a PSP Homebrew Project, as SDL Project, Ogre Project etc.

Summarizing I wonder how to make one user template for the PSP development, for when I click on that template already set everything out, makefile, Icon0.png(a template) etc.
Thanks
Title: Re: Make a template
Post by: oBFusCATed on February 23, 2011, 12:29:52 am
The templates are squirrel scripts (the scripting language used by C::B)

Right click on any template -> Edit script... then see what the other templates are doing...
Here http://wiki.codeblocks.org/index.php?title=Scripting_Code::Blocks you could find more info about scripting C::B
Title: Re: Make a template
Post by: Jenna on February 23, 2011, 06:45:38 am
Another thing, that's worth a try and much easier to do:

set up a basic working project and save it as user template with "File -> Save Project as template ...".