www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Visual D 0.3.42 released

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

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

Major new features in version 0.3.42:

* DustMite integration, see 
http://rainers.github.io/visuald/visuald/DustMite.html
* integration with the Visual Studio Performance Wizard
* cv2pdb: improved DWARF support, integration with Visual Studio 2015
* mago: support for associative arrays in dmd 2.068.
* demangling D/C++ symbols in disassembly

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 
VS2005-2015.

It is written in D, its source code can be found on github: 
https://github.com/D-Programming-Language/visuald, pull requests are 
welcome.

Rainer
Aug 05 2015
next sibling parent reply "Christof Schardt" <Christof Schardt.info> writes:
"Rainer Schuetze" <r.sagitario gmx.de> schrieb im Newsbeitrag 
news:mpttnn$n08$1 digitalmars.com...
 See http://rainers.github.io/visuald/visuald/VersionHistory.html for the
Wrong date in line 2 of the page. Thanks for this tremendously good work. Christof
Aug 05 2015
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 05.08.2015 23:43, Christof Schardt wrote:
 See http://rainers.github.io/visuald/visuald/VersionHistory.html for the
Wrong date in line 2 of the page.
Thanks, fixed.
Aug 05 2015
prev sibling next sibling parent "Meta" <jared771 gmail.com> writes:
On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
wrote:
 Hi,

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

 [snip]
Thanks a lot. I've been using VisualD almost as long as I've been using D and it's always been great.
Aug 05 2015
prev sibling parent reply "akaDemik" <mail4aka gmail.com> writes:
On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
wrote:
 there is a new version of Visual D available
It will support the dub in the future?
Aug 06 2015
next sibling parent reply "ZombineDev" <valid_email he.re> writes:
On Thursday, 6 August 2015 at 14:39:45 UTC, akaDemik wrote:
 On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
 wrote:
 there is a new version of Visual D available
It will support the dub in the future?
If you have a dub project that you want to open in VisualD, go to project root (where dub.json or dub.sdl is located) and execute this command: dub generate visuald This will generate a .sln file that you can open in Visual Studio if you have the VisualD extension installed.
Aug 06 2015
next sibling parent "akaDemik" <mail4aka gmail.com> writes:
On Thursday, 6 August 2015 at 17:10:18 UTC, ZombineDev wrote:
 On Thursday, 6 August 2015 at 14:39:45 UTC, akaDemik wrote:
 On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
 wrote:
 there is a new version of Visual D available
It will support the dub in the future?
If you have a dub project that you want to open in VisualD, go to project root (where dub.json or dub.sdl is located) and execute this command: dub generate visuald This will generate a .sln file that you can open in Visual Studio if you have the VisualD extension installed.
I know it. However, integration (such as done in Mono-d) is much more convenient.
Aug 07 2015
prev sibling parent "ponce" <contact gam3sfrommars.fr> writes:
On Thursday, 6 August 2015 at 17:10:18 UTC, ZombineDev wrote:
 On Thursday, 6 August 2015 at 14:39:45 UTC, akaDemik wrote:
 On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
 wrote:
 there is a new version of Visual D available
It will support the dub in the future?
If you have a dub project that you want to open in VisualD, go to project root (where dub.json or dub.sdl is located) and execute this command: dub generate visuald This will generate a .sln file that you can open in Visual Studio if you have the VisualD extension installed.
For each change of architecture, build type, configuration, or compiler will need to redo that command.
Aug 07 2015
prev sibling parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 06.08.2015 16:39, akaDemik wrote:
 On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze wrote:
 there is a new version of Visual D available
It will support the dub in the future?
I've shortly looked into that, but the first bummer was the file extension .json. Making this a Visual Studio project file would disallow editing .json files inside the Visual Studio editor (unless you go through some special open modes). Having an additional .visualdproj file in the source folder defeats the purpose of a single project file (dub.json) for all platforms. My current best guess is to add a command to the Visual D menu that lets the user select a dub.json file and creates a hidden Visual D project file into the .dub folder. Having never used dub myself but for some exeriments, it's not very high on my agenda, so that's all that has happened so far ;-) If there is enough interest, it might move further up that list. You can show your interest by voting or commenting https://issues.dlang.org/show_bug.cgi?id=11641
Aug 07 2015