February 08, 2008
Aarti_pl wrote:
> Frank Benoit pisze:
>> Speed. The IDE shall not slow down if the project has hundreds of source files or uses big libs/files. Editing shall always be smooth.
> 
> You will have to translate Eclipse to D ;-)
> 
> BR
> Marcin Kuszczak
> (aarti_pl)

Done! ;-P

http://www.dsource.org/projects/descent
February 08, 2008
Jörg Rüppel wrote:
> In addition to that list in no particular order:
> ° Code navigation similar to webbrowser where you follow code definitions
> and uses go to definition etc). Most IDEs have that, but very few implement
> a proper back button/shortcut, so that I can quickly look up a function
> implementation and return to where I was before.

You just blew my mind! This is something that always bothers me when using go-to-definition, but I never thought there'd be such a simple solution.
February 08, 2008
Robert Fraser schrieb:
> 
> You just blew my mind! This is something that always bothers me when using go-to-definition, but I never thought there'd be such a simple solution.

In JDT you can use ALT-Left/Right or the arrow symbols in the toolbar.
February 08, 2008
Jörg Rüppel wrote:
> In addition to that list in no particular order:
> ° Code navigation similar to webbrowser where you follow code definitions
> and uses go to definition etc). Most IDEs have that, but very few implement
> a proper back button/shortcut, so that I can quickly look up a function
> implementation and return to where I was before.

the current SEATD alpha plugin for Kate has such a navigation history ;)

http://seatd.mainia.de
February 08, 2008
On Fri, 08 Feb 2008 16:03:45 +0300, Robert Fraser <fraserofthenight@gmail.com> wrote:

> Jörg Rüppel wrote:
>> In addition to that list in no particular order:
>> ° Code navigation similar to webbrowser where you follow code definitions
>> and uses go to definition etc). Most IDEs have that, but very few implement
>> a proper back button/shortcut, so that I can quickly look up a function
>> implementation and return to where I was before.
>
> You just blew my mind! This is something that always bothers me when using go-to-definition, but I never thought there'd be such a simple solution.

The only IDE I know of that has this feature is NetBeans.
February 08, 2008
Frank Benoit wrote:
> Robert Fraser schrieb:
>>
>> You just blew my mind! This is something that always bothers me when using go-to-definition, but I never thought there'd be such a simple solution.
> 
> In JDT you can use ALT-Left/Right or the arrow symbols in the toolbar.

OK, _YOU_ just blew my mind! I learn something new about JDT every day! And it turns out Descent has this feature, too :-).
February 08, 2008
Frank Benoit wrote:
> Robert Fraser schrieb:
>>
>> You just blew my mind! This is something that always bothers me when using go-to-definition, but I never thought there'd be such a simple solution.
> 
> In JDT you can use ALT-Left/Right or the arrow symbols in the toolbar.

I think it's actually a part of Eclipse, not just JDT. I can navigate across different editors that way (not just java source files).
February 08, 2008
> What I'd like to see most in an IDE is userfriendliness. Especially the installation of the IDE. I just want to download the IDE, and install it with a few button clicks or a single console command. It should be able to do most of its features without the need to configure compiler paths, or what not. That's what I think is missing in the current IDE's for D.

Poseidon is going that way. (If all goes well)
I also wish more programs could update themselves with the latest build.
And maybe update the compiler as well.

There should be a project on dsource which would make handling stuff like that easier :)


February 08, 2008
naryl wrote:
> On Fri, 08 Feb 2008 16:03:45 +0300, Robert Fraser <fraserofthenight@gmail.com> wrote:
> 
>> Jörg Rüppel wrote:
>>> In addition to that list in no particular order:
>>> ° Code navigation similar to webbrowser where you follow code definitions
>>> and uses go to definition etc). Most IDEs have that, but very few implement
>>> a proper back button/shortcut, so that I can quickly look up a function
>>> implementation and return to where I was before.
>>
>> You just blew my mind! This is something that always bothers me when using go-to-definition, but I never thought there'd be such a simple solution.
> 
> The only IDE I know of that has this feature is NetBeans.

Visual Studio has it too.  Same Alt-left/Alt-right key binding as JDT.

--bb
February 08, 2008
Saaa wrote:
>>What I'd like to see most in an IDE is userfriendliness. Especially the installation of the IDE. I just want to download the IDE, and install it with a few button clicks or a single console command. It should be able to do most of its features without the need to configure compiler paths, or what not. That's what I think is missing in the current IDE's for D.
> 
> 
> Poseidon is going that way. (If all goes well)
> I also wish more programs could update themselves with the latest build.
> And maybe update the compiler as well.
> 
> There should be a project on dsource which would make handling stuff like that easier :)
> 
> 

seeing as dmd is free an small on win/Linux having an app that updates it's self using a source download/compile would not be to nasty even for non-programmer users.