digitalmars.D.announce - Visual D 0.3.42 released
- Rainer Schuetze (18/18) Aug 05 2015 Hi,
- Christof Schardt (5/6) Aug 05 2015 Wrong date in line 2 of the page.
- Rainer Schuetze (2/4) Aug 05 2015 Thanks, fixed.
- Meta (4/8) Aug 05 2015 Thanks a lot. I've been using VisualD almost as long as I've been
- akaDemik (3/4) Aug 06 2015 It will support the dub in the future?
- ZombineDev (7/11) Aug 06 2015 If you have a dub project that you want to open in VisualD, go to
- akaDemik (3/15) Aug 07 2015 I know it. However, integration (such as done in Mono-d) is much
- ponce (3/15) Aug 07 2015 For each change of architecture, build type, configuration, or
- Rainer Schuetze (15/18) Aug 07 2015 I've shortly looked into that, but the first bummer was the file
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
"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 theWrong date in line 2 of the page. Thanks for this tremendously good work. Christof
Aug 05 2015
On 05.08.2015 23:43, Christof Schardt wrote:Thanks, fixed.See http://rainers.github.io/visuald/visuald/VersionHistory.html for theWrong date in line 2 of the page.
Aug 05 2015
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
On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze wrote:there is a new version of Visual D availableIt will support the dub in the future?
Aug 06 2015
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: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.there is a new version of Visual D availableIt will support the dub in the future?
Aug 06 2015
On Thursday, 6 August 2015 at 17:10:18 UTC, ZombineDev wrote:On Thursday, 6 August 2015 at 14:39:45 UTC, akaDemik wrote:I know it. However, integration (such as done in Mono-d) is much more convenient.On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze wrote: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.there is a new version of Visual D availableIt will support the dub in the future?
Aug 07 2015
On Thursday, 6 August 2015 at 17:10:18 UTC, ZombineDev wrote:On Thursday, 6 August 2015 at 14:39:45 UTC, akaDemik wrote:For each change of architecture, build type, configuration, or compiler will need to redo that command.On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze wrote: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.there is a new version of Visual D availableIt will support the dub in the future?
Aug 07 2015
On 06.08.2015 16:39, akaDemik wrote:On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze wrote: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=11641there is a new version of Visual D availableIt will support the dub in the future?
Aug 07 2015