Thread overview
D Compiler IDE
Aug 13, 2009
Kamil D±browski
Aug 17, 2009
Spacen Jasset
Aug 26, 2009
Joel Christensen
Sep 05, 2009
Kamil Dabrowski
Sep 06, 2009
Vincenzo Ampolo
August 13, 2009
Hi.

Well, there was a time when I tried to code in D and it was quite difficult to quickly start new project (configuring many IDEs was a pain). And there's when my mission appeared. I created a small IDE for beginners.

It contains:
DMD 1.045, 2.030, Tango, Derelict and DCode (from www.dprogramming.com). If someone will ask why not DMD 1.046 - Derelict doesn't work with it.

Suggestions, bugs? Maybe that was bad idea to create it? Tell me in the topic or on the mail (address can be found on the site).

Screenshosts and download:
http://namek.eu/dcide
August 17, 2009
Kamil D±browski wrote:
> Hi.
> 
> Well, there was a time when I tried to code in D and it was quite difficult to quickly start new project (configuring many IDEs was a pain). And there's when my mission appeared. I created a small IDE for beginners.
> 
> It contains:
> DMD 1.045, 2.030, Tango, Derelict and DCode (from www.dprogramming.com). If someone will ask why not DMD 1.046 - Derelict doesn't work with it.
> 
> Suggestions, bugs? Maybe that was bad idea to create it? Tell me in the topic or on the mail (address can be found on the site).
> 
> Screenshosts and download:
> http://namek.eu/dcide
This bug prevents derelictft from compiling with 1.046 http://d.puremagic.com/issues/show_bug.cgi?id=3168
August 26, 2009
I see in your list of programs that you don't have DAllegro. I've been
using Allegro for years with C then a little C++. Now DAllegro for a while.

Also I had trouble downloading it, my download program said it didn't support resume.
September 05, 2009
Joel Christensen Wrote:

> I see in your list of programs that you don't have DAllegro. I've been using Allegro for years with C then a little C++. Now DAllegro for a while.

You can simply add any library by editing libraries.xml file. Syntax is simple. Anyway, good suggestion - I will add DAllegro next time.

Now I have to repair many bugs and also I want to add some features which should be there. In the end it won't be something big.

September 06, 2009
Kamil D±browski wrote:

> Suggestions, bugs? Maybe that was bad idea to create it? Tell me in the topic or on the mail (address can be found on the site).

Maybe you will find this useful:

http://goshawknest.wordpress.com/2009/08/25/how-to-install- eclipsedescentldc-d-programming-language-compiler-and-configure-auto- completition/