Thread overview
Visual D 0.3.24 released
May 08, 2011
Rainer Schuetze
May 08, 2011
Piotr Szturmaj
May 09, 2011
Stephan
May 09, 2011
Michal Minich
May 09, 2011
dennis luehring
May 09, 2011
Rainer Schuetze
May 09, 2011
Stephan
May 10, 2011
Dmitry Olshansky
May 08, 2011
Hi,

as the newest version of Visual D includes some major improvements, I'd like to announce its release here.

Visual D is a Visual Studio package providing both project management and language services for the D programming language. It works with Visual Studio 2005, 2008 and 2010 as well as the free Visual Studio Shells.

Added features worth noting include

  * support for Object Browser and Class View

  * runs a parser in the background to underline syntax errors (no semantic analysis)

  * new version of the mago debugger that fixes some issues with exceptions and improves the call stack display

Highlights in previous versions not announced here:

  * support for Code Definition Window

  * search and replace based on the D tokenizer, ignoring white spaces and comments and supporting brace matching

  * new compilation modes: compile and link seperately, compile only

Visual D comes with an easy installer and can be downloaded here: http://www.dsource.org/projects/visuald

Best,
Rainer
May 08, 2011
Rainer Schuetze wrote:
> as the newest version of Visual D includes some major improvements, I'd
> like to announce its release here.

Cool! I'm using VisualD since version 0.3.22.

Thank you for your great work!
May 09, 2011
On 5/8/2011 5:31 AM, Rainer Schuetze wrote:
> Hi,
>
> as the newest version of Visual D includes some major improvements, I'd
> like to announce its release here.
>
> Visual D is a Visual Studio package providing both project management
> and language services for the D programming language. It works with
> Visual Studio 2005, 2008 and 2010 as well as the free Visual Studio Shells.
>
> Added features worth noting include
>
> * support for Object Browser and Class View
>
> * runs a parser in the background to underline syntax errors (no
> semantic analysis)
>
> * new version of the mago debugger that fixes some issues with
> exceptions and improves the call stack display
>
> Highlights in previous versions not announced here:
>
> * support for Code Definition Window
>
> * search and replace based on the D tokenizer, ignoring white spaces and
> comments and supporting brace matching
>
> * new compilation modes: compile and link seperately, compile only
>
> Visual D comes with an easy installer and can be downloaded here:
> http://www.dsource.org/projects/visuald
>
> Best,
> Rainer

Thank you.  This is great!
May 09, 2011
On 08.05.2011 11:31, Rainer Schuetze wrote:
> Hi,
>
> as the newest version of Visual D includes some major improvements, I'd
> like to announce its release here.
>
> Visual D is a Visual Studio package providing both project management
> and language services for the D programming language. It works with
> Visual Studio 2005, 2008 and 2010 as well as the free Visual Studio Shells.
>
> Added features worth noting include
>
> * support for Object Browser and Class View
>
> * runs a parser in the background to underline syntax errors (no
> semantic analysis)
>
> * new version of the mago debugger that fixes some issues with
> exceptions and improves the call stack display
>
> Highlights in previous versions not announced here:
>
> * support for Code Definition Window
>
> * search and replace based on the D tokenizer, ignoring white spaces and
> comments and supporting brace matching
>
> * new compilation modes: compile and link seperately, compile only
>
> Visual D comes with an easy installer and can be downloaded here:
> http://www.dsource.org/projects/visuald
>
> Best,
> Rainer

This is the most valuable tool for my daily work with D. Thanks a bunch!
May 09, 2011
V Sun, 08 May 2011 11:31:29 +0200, Rainer Schuetze wrote:

> as the newest version of Visual D includes some major improvements, I'd like to announce its release here.

Many thanks for the great work you put into this IDE. Since I switched to it from Descent, it is great productivity booster for me. The debugger support is fantastic.

One improvement I would welcome - is project manager that automatically matches file system structure and allows to inc/exclude specific files and folders - similarly as in C#.
May 09, 2011
Am 09.05.2011 15:56, schrieb Michal Minich:
> V Sun, 08 May 2011 11:31:29 +0200, Rainer Schuetze wrote:
>
>>  as the newest version of Visual D includes some major improvements, I'd
>>  like to announce its release here.
>
> Many thanks for the great work you put into this IDE. Since I switched to
> it from Descent, it is great productivity booster for me. The debugger
> support is fantastic.
>
> One improvement I would welcome - is project manager that automatically
> matches file system structure and allows to inc/exclude specific files
> and folders - similarly as in C#.

i still hope that Rainer getting interested in Descent like features - especially the compile-time debugging...
May 09, 2011
On 09.05.2011 15:56, Michal Minich wrote:
> V Sun, 08 May 2011 11:31:29 +0200, Rainer Schuetze wrote:
>
>> as the newest version of Visual D includes some major improvements, I'd
>> like to announce its release here.
>
> Many thanks for the great work you put into this IDE. Since I switched to
> it from Descent, it is great productivity booster for me. The debugger
> support is fantastic.
>
> One improvement I would welcome - is project manager that automatically
> matches file system structure and allows to inc/exclude specific files
> and folders - similarly as in C#.

If you want to include a whole bunch of files into a project you simply drag packages (folders) and VD automatically creates the same folder structure in your project.

What still does not work is moving those folders around inside of the project structure ;)
May 09, 2011
dennis luehring wrote:
> Am 09.05.2011 15:56, schrieb Michal Minich:
>> V Sun, 08 May 2011 11:31:29 +0200, Rainer Schuetze wrote:
>>
>>>  as the newest version of Visual D includes some major improvements, I'd
>>>  like to announce its release here.
>>
>> Many thanks for the great work you put into this IDE. Since I switched to
>> it from Descent, it is great productivity booster for me. The debugger
>> support is fantastic.
>>
>> One improvement I would welcome - is project manager that automatically
>> matches file system structure and allows to inc/exclude specific files
>> and folders - similarly as in C#.
> 
> i still hope that Rainer getting interested in Descent like features - especially the compile-time debugging...

I'm very impressed by what Descent can do. The parser is a tiny step into that direction. I don't know how long it will take to make the next step (semantic analysis) ;-)
May 10, 2011
On 08.05.2011 13:31, Rainer Schuetze wrote:
> Hi,
>
> as the newest version of Visual D includes some major improvements, I'd like to announce its release here.
>
> Visual D is a Visual Studio package providing both project management and language services for the D programming language. It works with Visual Studio 2005, 2008 and 2010 as well as the free Visual Studio Shells.
>
> Added features worth noting include
>
>   * support for Object Browser and Class View
>
>   * runs a parser in the background to underline syntax errors (no semantic analysis)
>
>   * new version of the mago debugger that fixes some issues with exceptions and improves the call stack display
>
> Highlights in previous versions not announced here:
>
>   * support for Code Definition Window
>
>   * search and replace based on the D tokenizer, ignoring white spaces and comments and supporting brace matching
>
>   * new compilation modes: compile and link seperately, compile only
>
> Visual D comes with an easy installer and can be downloaded here: http://www.dsource.org/projects/visuald
>
> Best,
> Rainer

Awesome tool!
Previously I used Code::Blocks on Windows, now I think I'm addicted to VisualD ;)

-- 
Dmitry Olshansky