www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Visual D 0.3.28 released: debugger improvements and inline help

reply Rainer Schuetze <r.sagitario gmx.de> writes:
Hi,

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.

This release features some useful updates to the mago debugger and 
language and runtime library help through F1:

   * mago debugger: fixed crashes, display of local, TLS and global 
variables, workaround for bad line number debug info
   * cv2pdb: fixed patching of autoexp.dat when the install path 
contained spaces
   * improvements to the syntax parser
   * fixed building phobos browse information
   * F1 searches language and phobos documentation for help on identifier
   * added highlighting of asm block, using new colors "Visual D 
Register/Mnemonic" and "Disabled/Token String" variants

The previous version was not announced here, but contained a few 
improvement worth mentioning:

   * improved smart reindention
   * pasting a full line or more now causes automatic reindentation
   * new option to show demangled symbols in the Error List

Full version history can be found here: 
http://www.dsource.org/projects/visuald/wiki/VersionHistory

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

Rainer
Oct 25 2011
next sibling parent =?ISO-8859-1?Q?Alex_R=F8nne_Petersen?= <xtzgzorex gmail.com> writes:
On 25-10-2011 21:52, Rainer Schuetze wrote:
 Hi,

 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.

 This release features some useful updates to the mago debugger and
 language and runtime library help through F1:

 * mago debugger: fixed crashes, display of local, TLS and global
 variables, workaround for bad line number debug info
 * cv2pdb: fixed patching of autoexp.dat when the install path contained
 spaces
 * improvements to the syntax parser
 * fixed building phobos browse information
 * F1 searches language and phobos documentation for help on identifier
 * added highlighting of asm block, using new colors "Visual D
 Register/Mnemonic" and "Disabled/Token String" variants

 The previous version was not announced here, but contained a few
 improvement worth mentioning:

 * improved smart reindention
 * pasting a full line or more now causes automatic reindentation
 * new option to show demangled symbols in the Error List

 Full version history can be found here:
 http://www.dsource.org/projects/visuald/wiki/VersionHistory

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

 Rainer
As always, thanks for an awesome release! - Alex
Oct 25 2011
prev sibling parent Michal Minich <michal.minich gmail.com> writes:
V Tue, 25 Oct 2011 21:52:39 +0200, Rainer Schuetze wrote:

 Hi,
 
 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.
 
 This release features some useful updates [...]
Thank you. VisualD makes for me programming in D more enjoyable and productive.
Oct 26 2011