Thread overview
Visual D 0.3.31 features GDC support
Mar 14, 2012
Rainer Schuetze
Mar 14, 2012
Dmitry Olshansky
Mar 14, 2012
Jakob Ovrum
Mar 14, 2012
Piotr Szturmaj
March 14, 2012
Hi,

the new version of Visual D includes support for building and debugging D projects with GDC, both Win32 and x64.

Here is a list of major changes:

2012-03-14 Version 0.3.31

* added support for building with GDC
* added platform support for "x64" (use with GDC only)
* includes new version 0.23 of cv2pdb that now also converts DWARF to pdb
* added option to "Intellisense" page to configure trigger of code completion
* new version of mago with bug fixes and support for associative arrays in expressions with basic key types
* property: fixed editing multiple configurations at once
* added Compile command to syntax check the current source file
* parser now supports new lambda syntax (x) => x
* fix resource include with spaces

Very short instructions on how to get started with GDC can be found here: http://www.dsource.org/projects/visuald/wiki/Installation#UsingGDC

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-11 as well as the free Visual Studio Shells.

The Visual D installer can be downloaded from its website at http://www.dsource.org/projects/visuald

Rainer
March 14, 2012
On 14.03.2012 11:46, Rainer Schuetze wrote:
> Hi,
>
> the new version of Visual D includes support for building and debugging
> D projects with GDC, both Win32 and x64.

Wow! Now that's a killer feature!

>
> Here is a list of major changes:
>
> 2012-03-14 Version 0.3.31
>
> * added support for building with GDC
> * added platform support for "x64" (use with GDC only)
> * includes new version 0.23 of cv2pdb that now also converts DWARF to pdb
> * added option to "Intellisense" page to configure trigger of code
> completion
> * new version of mago with bug fixes and support for associative arrays
> in expressions with basic key types
> * property: fixed editing multiple configurations at once
> * added Compile command to syntax check the current source file
> * parser now supports new lambda syntax (x) => x
> * fix resource include with spaces
>
> Very short instructions on how to get started with GDC can be found
> here: http://www.dsource.org/projects/visuald/wiki/Installation#UsingGDC
>
> 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-11 as well as the free Visual Studio Shells.
>
> The Visual D installer can be downloaded from its website at
> http://www.dsource.org/projects/visuald
>
> Rainer


-- 
Dmitry Olshansky
March 14, 2012
On Wednesday, 14 March 2012 at 07:46:35 UTC, Rainer Schuetze wrote:
> * property: fixed editing multiple configurations at once

Very happy to finally see this get fixed. In actual VisualD use, these issues are the most urgent. Thanks, and keep the project management improvements coming - I can't think of anything more important than getting the basics down!
March 14, 2012
Rainer Schuetze wrote:
> Hi,
>
> the new version of Visual D includes support for building and debugging
> D projects with GDC, both Win32 and x64.

Cool! Keep up the good work!

I can't wait to test my projects with GDC-win...