Jump to page: 1 25  
Page
Thread overview
what editor/IDE do you use to write D code?
Jul 17, 2006
Andrei Khropov
Jul 17, 2006
clayasaurus
Jul 17, 2006
David Ferenczi
Jul 17, 2006
BCS
Aug 20, 2006
nobody
Aug 21, 2006
BCS
Aug 24, 2006
nobody
Aug 24, 2006
BCS
Jul 17, 2006
David Medlock
Jul 17, 2006
David Medlock
Jul 17, 2006
Kirk McDonald
Jul 17, 2006
Frank Benoit
Jul 17, 2006
jicman
Jul 17, 2006
Hasan Aljudy
Jul 17, 2006
John Demme
Jul 17, 2006
jcc7
Jul 22, 2006
Ant
Jul 18, 2006
Rod Haper
Jul 18, 2006
Regan Heath
Jul 18, 2006
Mike Parker
Jul 18, 2006
Derek Parnell
Jul 18, 2006
Bruno Medeiros
Jul 18, 2006
Mike Parker
Jul 18, 2006
Bruno Medeiros
Jul 18, 2006
jcc7
Jul 18, 2006
Bruno Medeiros
Jul 18, 2006
Brad Anderson
Jul 18, 2006
pragma
Jul 18, 2006
Lars Ivar Igesund
Jul 19, 2006
Ary Manzana
Jul 19, 2006
Lucas Goss
Jul 20, 2006
Andrei Khropov
Jul 20, 2006
Tom S
Jul 21, 2006
Carlos Santander
Jul 22, 2006
Ant
Jul 24, 2006
Sean Kelly
Jul 24, 2006
Stewart Gordon
Aug 31, 2006
Fredrik Olsson
Sep 02, 2006
Hengky H
July 17, 2006
Hello all,

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

-- 
AKhropov

-- 

July 17, 2006
"Andrei Khropov" <andkhropov@nospam_mtu-net.ru> wrote in message news:e9ghpc$ngh$1@digitaldaemon.com...
> Hello all,
>
> I just wonder what editor/IDE do you use to write D code?

I just use ConTEXT, which is Windows-only, but it's quite a nice editor. Using ConTEXT's macro keys with some batch files, I don't feel like I miss much from an IDE.

I do dip into VS6 to debug programs, however.  It's so easy - compile the EXE with debug info on, then just load it into VS6 and hit F10.  It'll step through source, show locals, and everything.  Of course, arrays and classes don't show up right, but..



July 17, 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?
> 

Poseidon is a pretty decent editor, and with a little bit of maturing it could become a great D editor.

Pro's
1) Easily navigate through project files and easily set up projects
2) Good Syntax highlighting
3) Support for build
4) Basic code completion

Con's
1) Windows only until DWT is ported to GTK
2) Code completion could be better

Why not try them all out for yourself, though?




July 17, 2006
vim for editing
KDevelop for debugging

Andrei Khropov wrote:

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

July 17, 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?
> 

EditPlus

It's marco ability is good enough to implement the Sieve of Eratosthenes. (Man do I have to mutch time on my hands!!)
July 17, 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?
> 
Crimson Editor
July 17, 2006
David Medlock 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?
>>
> Crimson Editor
I meant Crimson Editor + DManager, of course.

I eat my own dog food, LOL.
July 17, 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?

vim in Linux, and gvim in Windows.

-- 
Kirk McDonald
Pyd: Wrapping Python with D
http://dsource.org/projects/pyd/wiki
July 17, 2006
www.vim.org works with every language and if you know it - you love it.

e.g.:
- automatic indention
- text based completition
- project manager with 'project'-plugin.
- build button with automatic jumping to error position.
- D highlightning
- available for Linux & Windows

Frank


July 17, 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?
> 

For single D files, I use dcode.
For projects, I use Posiedon.
« First   ‹ Prev
1 2 3 4 5