Author Topic: ObjC and Go project templates  (Read 3954 times)

Offline x-code

  • Single posting newcomer
  • *
  • Posts: 3
ObjC and Go project templates
« 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!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: ObjC and Go project templates
« Reply #1 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. :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: ObjC and Go project templates
« Reply #2 on: October 05, 2011, 11:43:39 pm »
There is also the wizard scripts wiki-page.

Offline x-code

  • Single posting newcomer
  • *
  • Posts: 3
Re: ObjC and Go project templates
« Reply #3 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.
How to add new languages to the list "syntax highlighting for.." ("Settings - Editor - Syntax highlighting")?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]