July 18, 2006
In article <e9ghpc$ngh$1@digitaldaemon.com>, Andrei Khropov says...
>
>Hello all,
>
>I just wonder what editor/IDE do you use to write D code?

I'm in the Crimson Editor camp with the rest of the guys.  I also use SciTE on Linux, when I'm using my laptop.

Both are lightweight, easy to configure and best of all: free as in beer.

>How mature are VSpluginD, Poseidon, leds?

I have no clue, sorry.  I've seen enough posts and screenshots to suggest that all three are at least a "minimally usable beta", but beyond that I don't know.

- EricAnderton at yahoo
July 18, 2006
Mike Parker wrote:
> Bruno Medeiros wrote:
>> Andrei Khropov wrote:
>>> Hello all,
>>>
>>> I just wonder what editor/IDE do you use to write D code?
>>> How mature are VSpluginD, Poseidon, leds?
>>>
>>
>> I use Eclipse + Blackbird + and an Ant build file to build projects.
>> I'm currently dissatisfied with the Ant build speed so I'll be looking for something else eventually (maybe Make or SConS?)
>>
> For D, Build surpasses any other option. I gave up Make for it long ago.

I do use Build with Ant (as would with others).

-- 
Bruno Medeiros - CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
July 18, 2006
In article <e9jdl6$1q8c$1@digitaldaemon.com>, Bruno Medeiros says...
>
>Mike Parker wrote:
>> Bruno Medeiros wrote:
>>> Andrei Khropov wrote:
>>>> Hello all,
>>>>
>>>> I just wonder what editor/IDE do you use to write D code? How mature are VSpluginD, Poseidon, leds?
>>>>
>>>
>>> I use Eclipse + Blackbird + and an Ant build file to build projects. I'm currently dissatisfied with the Ant build speed so I'll be looking for something else eventually (maybe Make or SConS?)
>>>
>> For D, Build surpasses any other option. I gave up Make for it long ago.
>
>I do use Build with Ant (as would with others).

Is that kind of like using Make with SCons?

(Are we talking about the same Build [http://www.dsource.org/projects/build]?)

jcc7
July 18, 2006
jcc7 wrote:
> In article <e9jdl6$1q8c$1@digitaldaemon.com>, Bruno Medeiros says...
>> Mike Parker wrote:
>>> Bruno Medeiros wrote:
>>>> Andrei Khropov wrote:
>>>>> Hello all,
>>>>>
>>>>> I just wonder what editor/IDE do you use to write D code?
>>>>> How mature are VSpluginD, Poseidon, leds?
>>>>>
>>>> I use Eclipse + Blackbird + and an Ant build file to build projects.
>>>> I'm currently dissatisfied with the Ant build speed so I'll be looking for something else eventually (maybe Make or SConS?)
>>>>
>>> For D, Build surpasses any other option. I gave up Make for it long ago.
>> I do use Build with Ant (as would with others).
> 
> Is that kind of like using Make with SCons?
> 
No.

> (Are we talking about the same Build [http://www.dsource.org/projects/build]?)
> 
> jcc7

Yes, I use Derek Parnell's Build with Apache Ant (and Eclipse's support for that). The Ant script calls DP's Build, while also doing some other stuff (not much).

-- 
Bruno Medeiros - CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
July 18, 2006
Andrei Khropov wrote:

> Hello all,
> 
> I just wonder what editor/IDE do you use to write D code? How mature are VSpluginD, Poseidon, leds?
> 

I use both, vim and gvim.

-- 
Lars Ivar Igesund
blog at http://larsivi.net
DSource & #D: larsivi
July 18, 2006
Andrei Khropov wrote:

> I just wonder what editor/IDE do you use to write D code?

Text editor, Make, CVS... It's damp here in the cave, too :-)

--anders

PS. I *want* to be using the new Code::Blocks IDE, eventually.
July 19, 2006
Andrei Khropov wrote:
> Hello all,
> 
> I just wonder what editor/IDE do you use to write D code?
> How mature are VSpluginD, Poseidon, leds?
> 

I use PsPad. Before that I used Crimson Editor, but I needed to develop a unicode aware application, and Crismon Editor dosen't handle Unicode well enough.

Ary
July 19, 2006
Andrei Khropov wrote:
> I just wonder what editor/IDE do you use to write D code?

GEdit; shell scripts using Build to compile (I always forget command line arguments).

Lucas
July 20, 2006
Thanks all for you replies!

July 20, 2006
Andrei Khropov wrote:
> Hello all,
> 
> I just wonder what editor/IDE do you use to write D code?


gVim - Windows and Linux, quick edits
Elephant - Windows, projects
Kate - Linux, projects