May 10, 2008
On Fri, May 2, 2008 at 2:42 PM, Ary Borenszweig <ary@esperanto.org.ar> wrote:
> I've uploaded some short videos in my YouTube account that show some of Descent's features. I'll upload more as time goes by.
>
> http://www.youtube.com/asterite
>
> Ary Borenszweig wrote:
>>
>> The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D.
>

In case anyone wants higher quality versions of the videos, add &fmt=18 to the video URL. For some reason YouTube didn't show me the usual "watch this in high definition", but using this made the text a lot easier to read.

Anders
May 15, 2008
The Descent docs point to the JDT docs for some stuff. Anyone know of a all-in-one static html version of that or a PDF version?


May 16, 2008
Here's another video of a feature that will probably be in the next release. :-)

http://www.youtube.com/watch?v=KQbTT605ags

Ary Borenszweig escribió:
> I've uploaded some short videos in my YouTube account that show some of Descent's features. I'll upload more as time goes by.
> 
> http://www.youtube.com/asterite
> 
> Ary Borenszweig wrote:
>> The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D.




May 16, 2008
Sweeeet!

Thanks so much for descent, the latest version really rocks.
May 19, 2008
I don't know where you'al are keeping your bug reports so I'm posting this here 

syntax highlighting bug:

/**/
int i;

/***/
int j;

descent thinks that the "int i;" is part of the first comment.


1 2
Next ›   Last »