Re: Visual D 0.3.42 released

2015-08-07 Thread Rainer Schuetze via Digitalmars-d-announce



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


Re: Visual D 0.3.42 released

2015-08-07 Thread ponce via Digitalmars-d-announce

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.


Re: Visual D 0.3.42 released

2015-08-07 Thread akaDemik via Digitalmars-d-announce

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.


Re: Visual D 0.3.42 released

2015-08-06 Thread ZombineDev via Digitalmars-d-announce

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.


Re: Visual D 0.3.42 released

2015-08-06 Thread akaDemik via Digitalmars-d-announce
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?


Re: Visual D 0.3.42 released

2015-08-05 Thread Meta via Digitalmars-d-announce
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.


Re: Visual D 0.3.42 released

2015-08-05 Thread Rainer Schuetze via Digitalmars-d-announce



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.


Re: Visual D 0.3.42 released

2015-08-05 Thread Christof Schardt via Digitalmars-d-announce
"Rainer Schuetze"  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



Visual D 0.3.42 released

2015-08-05 Thread Rainer Schuetze via Digitalmars-d-announce

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