Jump to page: 1 2
Thread overview
Descent
Apr 11, 2009
Stefan Rohe
Apr 11, 2009
Charles Hixson
Apr 13, 2009
Michael P.
Apr 14, 2009
Jacob Carlborg
Apr 15, 2009
Saaa
Apr 15, 2009
Jacob Carlborg
Apr 15, 2009
Saaa
Apr 16, 2009
Jacob Carlborg
Apr 16, 2009
Saaa
Apr 17, 2009
Jacob Carlborg
Apr 18, 2009
Saaa
Apr 21, 2009
Derek Parnell
Sep 23, 2009
Clas Onnebrink
April 11, 2009
Hi,

in hope that this is not a dead newsgroup and to prevent it from being
deleted :-)
IDE's are quite important for programming languages.

what tools are you using for D? I develop using Eclipse with Descent. It's
quite nice, but also still has a lot of bugs. ^^
Sometimes is crashes with a Nullpointer especially when it should show the
synchronize view. So merging is quite painful sometimes. Sometimes it also
crashes or runs into 100% CPU usage. It will still need some time until this
all get fixed. But Autocompletion works already quite nice and I also
haven't run into problems with the Outline. The Formatter is good. For
Debugging it's somehow better to use directly the GDB or to write more and
more unittests.
So which IDE's do u use for develop in D?


Stefan


April 11, 2009
Stefan Rohe wrote:
> Hi,
> ...
> So which IDE's do u use for develop in D?
> Stefan

Kate
April 13, 2009
Stefan Rohe Wrote:

> Hi,
> 
> in hope that this is not a dead newsgroup and to prevent it from being
> deleted :-)
> IDE's are quite important for programming languages.
> 
> what tools are you using for D? I develop using Eclipse with Descent. It's
> quite nice, but also still has a lot of bugs. ^^
> Sometimes is crashes with a Nullpointer especially when it should show the
> synchronize view. So merging is quite painful sometimes. Sometimes it also
> crashes or runs into 100% CPU usage. It will still need some time until this
> all get fixed. But Autocompletion works already quite nice and I also
> haven't run into problems with the Outline. The Formatter is good. For
> Debugging it's somehow better to use directly the GDB or to write more and
> more unittests.
> So which IDE's do u use for develop in D?
> 
> 
> Stefan
> 
> 

I use the DCode editor and the command line.
April 14, 2009
Stefan Rohe wrote:
> So which IDE's do u use for develop in D?

I use Descent. I think the semantic analyzer (or what to call it) is amazing (when it's not slow). It's great that it can catch almost all compiler errors before you compile.
April 15, 2009
I use Descent as well, but it kind of bugs me that when I get errors I can't
just double click on them as I was used when using Poseidon.
Also, descent hangs from time to time but I can't pinpoint it just yet. One
thing I do know is that until now it always happens after I built the code
at least once.

>
> I use Descent. I think the semantic analyzer (or what to call it) is amazing (when it's not slow). It's great that it can catch almost all compiler errors before you compile.


April 15, 2009
Saaa wrote:
> I use Descent as well, but it kind of bugs me that when I get errors I can't just double click on them as I was used when using Poseidon.

What does that do? (It's been a while since I used poseidon)

> Also, descent hangs from time to time but I can't pinpoint it just yet. One thing I do know is that until now it always happens after I built the code at least once.

Yes, or is incredibly slow, I have the same problem.

> 
>> I use Descent. I think the semantic analyzer (or what to call it) is amazing (when it's not slow). It's great that it can catch almost all compiler errors before you compile. 
> 
> 
April 15, 2009
"Jacob Carlborg" <doob@me.com> wrote in message news:gs491f$24bl$1@digitalmars.com...
> Saaa wrote:
>> I use Descent as well, but it kind of bugs me that when I get errors I can't just double click on them as I was used when using Poseidon.
>
> What does that do? (It's been a while since I used poseidon)
It goes the specified line in the source


April 16, 2009
Saaa wrote:
> "Jacob Carlborg" <doob@me.com> wrote in message news:gs491f$24bl$1@digitalmars.com...
>> Saaa wrote:
>>> I use Descent as well, but it kind of bugs me that when I get errors I can't just double click on them as I was used when using Poseidon.
>> What does that do? (It's been a while since I used poseidon)
> It goes the specified line in the source 

Ok, in the console, now I follow.

April 16, 2009
Also, is it possible to add a button/menu item to (list of thinngs I miss from Poseidon)

1. back up a project to a specified folder
2. open cmd at project folder
3. open explorer at project folder
4. more keyword specific highlighting (It looks too bland atm  :P )


April 17, 2009
Saaa wrote:
> Also, is it possible to add a button/menu item to (list of thinngs I miss from Poseidon)
> 
> 1. back up a project to a specified folder
> 2. open cmd at project folder
> 3. open explorer at project folder
> 4. more keyword specific highlighting (It looks too bland atm  :P )
> 
> 

1-3. If those are available in Eclipse then I'm pretty sure you can bind them to whatever key you like. I suggest looking at some Eclipse documentation.

4. No, I don't think so, there was some talk about it though.
« First   ‹ Prev
1 2