Page 1 of 1

D language support?

Posted: Sun Jan 18, 2009 7:38 pm
by Jedive
It would be awesome to have syntax highlighting and compiler support (both DMD and GDC) for the D programming language, which is a truly awesome language, and CodeLite would turn out to be the definitive programming environment for it by far :)

http://www.digitalmars.com/d/

Re: D language support?

Posted: Sun Jan 18, 2009 8:24 pm
by eranif
Everything is configurable within codelite:

To define a new syntax highlight, follow this guide:
http://codelite.org/LiteEditor/AddingNewLexer

Compiler can be added from: settings -> build settings -> compilers -> New...

and fill in the toolchain you need / regexs needed for codelite to display errors/warning properly.

Eran