D-IDE - An IDE for the D programming language

The D-IDE is an Integrated Development Environment which is dedicated to manage, build and debug your D projects.
There is an integrated code completion engine which makes program development with D2 as well as with D1 very easy and comfortable.
Currently, D-IDE also provides limited debugging support, whereas setting breakpoints and reading out variable contents is possible

Note: This Program is still in development and some of its features are still untested.

Additonal Notes

Info: If you are searching for a platform independent IDE with rich D support, try out the Mono-D project!

Project news

Made module scope dots in front of expressions/declarations become handled2012-05-12
New site layout - just a little less dark :)2012-05-08
dmd 2.059 compatibility2012-04-16
Improvements & bug fixes everywhere! (Just wanted to post a "being-alive" message) ;)2012-04-11
Fixed bracket match highlighting -- lol it's been a lexer error, not even a match finder one :D2012-03-13
Finally -- a nice step ahead! Refactoring + new template parameter resolution are doing great progresses .. I hope it won't take me that long to implement all correct completion behaviours :)2012-02-24
Refactoring is fun -- so much code to cut away, so much omitted copy-pasta ;)2012-02-14
Added program execution arguments as project setting - just check them out in your project's settings2012-02-10
Enabled semantic highlighting by default -- it's fast enough, imo ;)2012-02-06
Exams are over - now there's enough time to go on developing. First act: Removing the formatting trigger on typing a semicolon (;)2012-01-23