www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Visual D 0.45 released - better VS2017 integration

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

there is a new version 0.45 of Visual D available at 
http://rainers.github.io/visuald/visuald/StartPage.html

Most changes are bug fixes and incremental improvements, maybe standing out:

* improved VS 2017 integration
* task list support
* dparser update to recent language additions

See http://rainers.github.io/visuald/visuald/VersionHistory.html for the 
full version history.

Visual D is a Visual Studio extension that adds D language support to 
VS2008-2017. It is written in D, its source code can be found on github: 
https://github.com/D-Programming-Language/visuald, pull requests welcome.

Rainer
Aug 03 2017
next sibling parent Andrey <avraliov gmail.com> writes:
On Thursday, 3 August 2017 at 07:04:55 UTC, Rainer Schuetze wrote:
 Hi,

 there is a new version 0.45 of Visual D available at 
 http://rainers.github.io/visuald/visuald/StartPage.html

 Most changes are bug fixes and incremental improvements, maybe 
 standing out:

 * improved VS 2017 integration
 * task list support
 * dparser update to recent language additions

 See 
 http://rainers.github.io/visuald/visuald/VersionHistory.html 
 for the full version history.

 Visual D is a Visual Studio extension that adds D language 
 support to VS2008-2017. It is written in D, its source code can 
 be found on github: 
 https://github.com/D-Programming-Language/visuald, pull 
 requests welcome.

 Rainer
thank you for your very necessary work
Aug 03 2017
prev sibling next sibling parent Michael <michael toohuman.io> writes:
On Thursday, 3 August 2017 at 07:04:55 UTC, Rainer Schuetze wrote:
 Hi,

 there is a new version 0.45 of Visual D available at 
 http://rainers.github.io/visuald/visuald/StartPage.html

 Most changes are bug fixes and incremental improvements, maybe 
 standing out:

 * improved VS 2017 integration
 * task list support
 * dparser update to recent language additions

 See 
 http://rainers.github.io/visuald/visuald/VersionHistory.html 
 for the full version history.

 Visual D is a Visual Studio extension that adds D language 
 support to VS2008-2017. It is written in D, its source code can 
 be found on github: 
 https://github.com/D-Programming-Language/visuald, pull 
 requests welcome.

 Rainer
Good work! You guys integrating D support into editors are awesome and we appreciate the work you do.
Aug 03 2017
prev sibling next sibling parent kinke <noone nowhere.com> writes:
On Thursday, 3 August 2017 at 07:04:55 UTC, Rainer Schuetze wrote:
 there is a new version 0.45 of Visual D available at 
 http://rainers.github.io/visuald/visuald/StartPage.html
Thanks a lot, Rainer.
Aug 03 2017
prev sibling next sibling parent 12345swordy <alexanderheistermann gmail.com> writes:
On Thursday, 3 August 2017 at 07:04:55 UTC, Rainer Schuetze wrote:
 Hi,

 there is a new version 0.45 of Visual D available at 
 http://rainers.github.io/visuald/visuald/StartPage.html

 Most changes are bug fixes and incremental improvements, maybe 
 standing out:

 * improved VS 2017 integration
 * task list support
 * dparser update to recent language additions

 See 
 http://rainers.github.io/visuald/visuald/VersionHistory.html 
 for the full version history.

 Visual D is a Visual Studio extension that adds D language 
 support to VS2008-2017. It is written in D, its source code can 
 be found on github: 
 https://github.com/D-Programming-Language/visuald, pull 
 requests welcome.

 Rainer
Much appreciated for your efforts. Alex.
Aug 03 2017
prev sibling parent reply Rainer Schuetze <r.sagitario gmx.de> writes:
On 03.08.2017 09:04, Rainer Schuetze wrote:
 Hi,
 
 there is a new version 0.45 of Visual D available at 
 http://rainers.github.io/visuald/visuald/StartPage.html
 
 Most changes are bug fixes and incremental improvements, maybe standing 
 out:
 
 * improved VS 2017 integration
 * task list support
 * dparser update to recent language additions
 
 See http://rainers.github.io/visuald/visuald/VersionHistory.html for the 
 full version history.
 
 Visual D is a Visual Studio extension that adds D language support to 
 VS2008-2017. It is written in D, its source code can be found on github: 
 https://github.com/D-Programming-Language/visuald, pull requests welcome.
 
 Rainer
I have uploaded a new version 0.45.1 that should fix some anti-virus programs to reject the installation or execution of Visual D (by building against the MS runtime instead of the DM runtime). A few other changes crept in aswell, like improved tooltips and a number of bug fixes. See full list of changes here: http://rainers.github.io/visuald/visuald/VersionHistory.html
Aug 17 2017
parent Johnson <Johnson Johnson.com> writes:
On Thursday, 17 August 2017 at 07:49:53 UTC, Rainer Schuetze 
wrote:
 On 03.08.2017 09:04, Rainer Schuetze wrote:
 [...]
I have uploaded a new version 0.45.1 that should fix some anti-virus programs to reject the installation or execution of Visual D (by building against the MS runtime instead of the DM runtime). A few other changes crept in aswell, like improved tooltips and a number of bug fixes. See full list of changes here: http://rainers.github.io/visuald/visuald/VersionHistory.html
Cool! Thanks!
Aug 17 2017