D language support?

General questions regarding the usage of CodeLite
Jedive
CodeLite Curious
Posts: 6
Joined: Thu Jan 08, 2009 1:07 pm
Contact:

D language support?

Post 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/
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: D language support?

Post 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
Make sure you have read the HOW TO POST thread
Post Reply