Re: dmd 1.066 and 2.051 release

2010-12-31 Thread Thomas Mader

Am 2010-12-21 09:38, schrieb Walter Bright:

This is another bug fix release.

http://www.digitalmars.com/d/1.0/changelog.html
http://ftp.digitalmars.com/dmd.1.066.zip

http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.051.zip


Is it possible that someone creates tags for every release in the svn 
repos for dmd, phobos and druntime?


It should be common use.


Visual D 0.3.20 released

2010-12-31 Thread Rainer Schuetze

Hi,

I'd like to announce the release of a new version of Visual D. 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.


Apart from the regular bug fixes, version 0.3.20 has some new features

  * code outlining/folding support
  * build time output (set check box on global project option page)
  * code completion and goto definition in comments or strings
  * support for generating modules.ddoc for CanDyDOC (see 
http://www.dsource.org/projects/visuald/wiki/Tour/ProjectConfig on how 
to setup)


Previous versions not announced here featured

  * version/debug colorizations (disabled branches are a bit lighter)
  * q{} token string colorizations (tokens are a bit more red)
  * single file compilation
  * improved support for mercurial-scc, AnkhSVN and VisualHG
  * command Build phobos browse info now also works for D1
  * new mago debugger version, including better exception handling and 
disassembly support


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


Happy new year,
Rainer


Re: Visual D 0.3.20 released

2010-12-31 Thread Jimmy Cao
This is nice, thanks for the hard work.  This is superb IDE; I should start
using this to debug these Irrlicht programs, since I'm already using VS2010
to compile the C++ portion of the SWIG wrapper.