Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: x-code on October 05, 2011, 01:24:05 pm

Title: ObjC and Go project templates
Post by: x-code on October 05, 2011, 01:24:05 pm
Hello!
I am interested in the project templates for languages Objective C and Google Go.
Are there project templates for these languages?
Where can I get them, if they exists?
Is it possible to create them yourself, and if so, how?
Do you plan to include in the Code:: Blocks project templates for these languages in the future?
Thanks!
Title: Re: ObjC and Go project templates
Post by: oBFusCATed on October 05, 2011, 01:33:28 pm
The project templates are simple squirrel scripts (stated many times here in the forum), so you can create your own very easily.
File -> New -> Project -> Choose a template -> Right click -> Edit wizard script

The real question is do we have support for ObjC and Go compilers. :)
Title: Re: ObjC and Go project templates
Post by: Alpha on October 05, 2011, 11:43:39 pm
There is also the wizard scripts (http://wiki.codeblocks.org/index.php?title=Wizard_scripts) wiki-page.
Title: Re: ObjC and Go project templates
Post by: x-code on October 09, 2011, 03:46:12 pm
I'm trying to add new languages using wiki http://wiki.codeblocks.org/index.php?title=Installing_Objective-C_Compiler (http://wiki.codeblocks.org/index.php?title=Installing_Objective-C_Compiler).
How to add new languages to the list "syntax highlighting for.." ("Settings - Editor - Syntax highlighting")?
Title: Re: ObjC and Go project templates
Post by: oBFusCATed on October 09, 2011, 03:48:09 pm
Here is it the page: http://wiki.codeblocks.org/index.php?title=Creating_a_custom_lexer_for_Code::Blocks_editor