www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Visual D 0.3.31 features GDC support

reply Rainer Schuetze <r.sagitario gmx.de> writes:
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
Mar 14 2012
next sibling parent Dmitry Olshansky <dmitry.olsh gmail.com> writes:
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
Mar 14 2012
prev sibling next sibling parent "Jakob Ovrum" <jakobovrum gmail.com> writes:
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!
Mar 14 2012
prev sibling parent Piotr Szturmaj <bncrbme jadamspam.pl> writes:
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...
Mar 14 2012