Visual D 0.3.25 released

Rainer Schuetze r.sagitario at gmx.de
Sun Jun 19 00:39:50 PDT 2011


Hi,

time for a new release of Visual D, this one without outstanding new 
features, but a number of small improvements:

2011-06-19 Version 0.3.25

* fixed version information of the DLL
* error list: warnings are no longer shown as errors
* project name added to buildlog.html to allow multiple projects with 
the same intermediate dir
* fixed highlighting of version(unittest) and debug without identifier
* friendlier error message if debug executable or working dir do not exist
* reduced parsing thread priority to interfere less with editing
* adjusted vsi2d to build with the latest VS2010 SDK
* Visual D now builds with DMD 2.053
* moved from std.date to std.datetime to fix some time displays
* moved outlining into parse thread to reduce delays when editing large 
files
* added warning to library search path settings
* d-files now set to UTF8 encoding if not already marked by BOM
* fixed transparent window frame around dialogs in VS2010
* added drag'n'drop of project folders
* added support for "Stop Outlining" and "Toggle All Outlining"
* tweaked outlining for multi-dimensional arrays and token strings
* build order of custom/resource compilations now sorted by dependencies
* project items now sorted alphabetically
* fixed a few more issues with relative paths causing a source file to 
be opened twice in the editor

Visual D provides seamless integration of the D programming language 
into Visual Studio. It can be downloaded here: 
http://www.dsource.org/projects/visuald/

Enjoy,
Rainer


More information about the Digitalmars-d-ide mailing list