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/
D language support?
-
- CodeLite Curious
- Posts: 6
- Joined: Thu Jan 08, 2009 1:07 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: D language support?
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
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