October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | On 13.10.2010 06:20, Nick Sabalausky wrote:
> "Michael Stover"<michael.r.stover@gmail.com> wrote in message
> news:mailman.563.1286935070.858.digitalmars-d@puremagic.com...
>> Elephant appears dead. Poseidon's activity is extremely low and is still
>> alpha after 5 years. LEDS is even less active, and DDT doesn't have a
>> release yet. What do actual D programmers use?
>>
>
> Programmer's Notepad 2 ( http://www.pnotepad.org/ )
>
> I've tried a TON of different editors and IDE's and that's the only one that
> doesn't irritate me. Small, fast, free, looks good, behaves well,
> configurable, D syntax highlighting out-of-the-box.
>
>
I use that, too. When I need to debug, I use cv2pdb to create a .pdb file, and then just do "vcexpress myapp.exe". If get some time to work on my D projects again, I might look into VisualD. But it seems that D is cursed when it comes to IDEs. Nothing I've tried so far has been worth the trouble.
|
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Michael Stover | Am 13.10.2010 03:57, schrieb Michael Stover:
> Elephant appears dead. Poseidon's activity is extremely low and is
> still alpha after 5 years. LEDS is even less active, and DDT doesn't
> have a release yet. What do actual D programmers use?
>
> -Mike
win32 -> VisualD
linux -> CodeBlocks
|
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to torhu | "torhu" <no@spam.invalid> wrote in message news:i93h03$24fs$1@digitalmars.com... > On 13.10.2010 06:20, Nick Sabalausky wrote: >> "Michael Stover"<michael.r.stover@gmail.com> wrote in message news:mailman.563.1286935070.858.digitalmars-d@puremagic.com... >>> Elephant appears dead. Poseidon's activity is extremely low and is >>> still >>> alpha after 5 years. LEDS is even less active, and DDT doesn't have a >>> release yet. What do actual D programmers use? >>> >> >> Programmer's Notepad 2 ( http://www.pnotepad.org/ ) >> >> I've tried a TON of different editors and IDE's and that's the only one >> that >> doesn't irritate me. Small, fast, free, looks good, behaves well, >> configurable, D syntax highlighting out-of-the-box. >> >> > > I use that, too. When I need to debug, I use cv2pdb to create a .pdb file, and then just do "vcexpress myapp.exe". I've spent so much time on games, web and embedded that I've gotten used to printf-debugging, and when I do use a debugger I often find it to slow me down. Nothing against debuggers, they can be nice, but printf-debugging has the advantages of lower startup time, lower barrier-to-entry, and best of all, being much better at stepping backwards in time (all you have to do is look/scroll upwards). > If get some time to work on my D projects again, I might look into VisualD. But it seems that D is cursed when it comes to IDEs. Nothing I've tried so far has been worth the trouble. If it's support for contextual symbols (like code completion, etc) you're looking for, the d2tags tool someone made awhile ago makes it possible for PN2 to gain such support for D. It hasn't happened yet, but it looks like it's coming (they've set it to "High" priority and set a milestone for it): http://code.google.com/p/pnotepad/issues/detail?id=903 |
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | On Wed, 13 Oct 2010 08:20:12 +0400, Nick Sabalausky <a@a.a> wrote:
> "Michael Stover" <michael.r.stover@gmail.com> wrote in message
> news:mailman.563.1286935070.858.digitalmars-d@puremagic.com...
>> Elephant appears dead. Poseidon's activity is extremely low and is still
>> alpha after 5 years. LEDS is even less active, and DDT doesn't have a
>> release yet. What do actual D programmers use?
>>
>
> Programmer's Notepad 2 ( http://www.pnotepad.org/ )
>
> I've tried a TON of different editors and IDE's and that's the only one that
> doesn't irritate me. Small, fast, free, looks good, behaves well,
> configurable, D syntax highlighting out-of-the-box.
>
>
FWIW, Notepad++ has got an out-of-box D syntax highlighting support, too, recently (both Notepad++ and PN2 are based on Scintilla).
|
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Michael Stover | On Wed, 13 Oct 2010 05:57:44 +0400, Michael Stover <michael.r.stover@gmail.com> wrote:
> Elephant appears dead. Poseidon's activity is extremely low and is still
> alpha after 5 years. LEDS is even less active, and DDT doesn't have a
> release yet. What do actual D programmers use?
>
> -Mike
I mostly use Notepad++ (Windows) for code editing (and Code::Blocks on occasion).
|
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Michael Stover | Le 13/10/2010 03:57, Michael Stover a écrit :
> Elephant appears dead. Poseidon's activity is extremely low and is
> still alpha after 5 years. LEDS is even less active, and DDT doesn't
> have a release yet. What do actual D programmers use?
>
> -Mike
I use Visual D and JEdit.
Olivier.
|
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Michael Stover | On Tue, 12 Oct 2010 21:57:44 -0400, Michael Stover wrote:
> Elephant appears dead. Poseidon's activity is extremely low and is still alpha after 5 years. LEDS is even less active, and DDT doesn't have a release yet. What do actual D programmers use?
My "IDE" is rather ad-hoc: I use Terminator (split-screen terminal app) with vim in one panel and a shell in the other for running rdmd.
-Lars
|
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Michael Stover | Michael Stover Wrote: > Elephant appears dead. Poseidon's activity is extremely low and is still alpha after 5 years. LEDS is even less active, and DDT doesn't have a release yet. What do actual D programmers use?<div><br></div><div>-Mike</div> I don't want to sound like one of those Unix condescending users (http://www.perturb.org/images/1/dilbert-unix.png) but with Vim loaded with the plugins "project", "nerd_tree", "nerd_commenter", "yankring", "taglist", "ack", "mru" and "bufferexplorer" I don't feel the need for any (graphical) IDE. |
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Michael Stover | On 2010-10-13 03:57, Michael Stover wrote: > Elephant appears dead. Poseidon's activity is extremely low and is > still alpha after 5 years. LEDS is even less active, and DDT doesn't > have a release yet. What do actual D programmers use? > > -Mike Still using Eclipse with Descent as the IDE and TextMate as an lightweight editor. -- /Jacob Carlborg |
October 13, 2010 Re: What do people here use as an IDE? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Koroskin | "Denis Koroskin" <2korden@gmail.com> wrote in message news:op.vkiag4zbo7cclz@korden-pc... > On Wed, 13 Oct 2010 08:20:12 +0400, Nick Sabalausky <a@a.a> wrote: > >> "Michael Stover" <michael.r.stover@gmail.com> wrote in message news:mailman.563.1286935070.858.digitalmars-d@puremagic.com... >>> Elephant appears dead. Poseidon's activity is extremely low and is >>> still >>> alpha after 5 years. LEDS is even less active, and DDT doesn't have a >>> release yet. What do actual D programmers use? >>> >> >> Programmer's Notepad 2 ( http://www.pnotepad.org/ ) >> >> I've tried a TON of different editors and IDE's and that's the only one >> that >> doesn't irritate me. Small, fast, free, looks good, behaves well, >> configurable, D syntax highlighting out-of-the-box. >> >> > > FWIW, Notepad++ has got an out-of-box D syntax highlighting support, too, recently (both Notepad++ and PN2 are based on Scintilla). Yea, Scintilla's great. *Only* thing I'd change about it is that I really, really wish it had support for elastic tabstops ( http://nickgravgaard.com/elastictabstops/ ). Ever since I first read that page, I've been itching to start using them. But aside from that one wish, Scintilla's very well done. |
Copyright © 1999-2021 by the D Language Foundation