11Ddoc
22
3- $(TABLE ,
3+ $(TABLE_NOBORDER
44$(TD $(IMG images/vd_logo.png))
55$(TD
66$(P Visual D is a Visual Studio package providing both project management and language services.
7- It works with Visual Studio 2005, 2008, 2010, 2012 and 2013 as well as the free Visual Studio Shells.
7+ It works with Visual Studio 2005 - 2015 including Visual Studio Community 2013 as well as the free Visual Studio Shells.
88See the $(LINK2 Installation.html, Installation) instructions, especially if not using a commercial edition of Visual Studio.)
99
1010$(P Visual D aims at providing seamless integration of the D programming language into Visual Studio.)
1111
1212<div align="right">
13- $(LINK2 https://github.com/D-Programming-Language/visuald/releases/download/v0.3.39 /VisualD-v0.3.39 .exe, $(IMG images/download.png))
13+ $(LINK2 https://github.com/D-Programming-Language/visuald/releases/download/v$(VERSION) /VisualD-v$(VERSION) .exe, $(IMG images/download.png))
1414$(P $(LINK2 https://github.com/D-Programming-Language/visuald/releases, Beta releases))
1515</div>
1616))
@@ -20,7 +20,7 @@ $(H2 Overview)
2020
2121$(P Use the navigation bar on the left to take a tour of Visual D including a lot of screen shots.)
2222
23- $(TABLE ,
23+ $(TABLE_NOBORDER
2424$(TD
2525$(UL
2626 $(LI Project management with all DMD options available through the UI)
@@ -53,6 +53,15 @@ $(H2 News)
5353$(P $(LINK2 VersionHistory.html, Full version history and complete details...)
5454)
5555
56+ 2015-1-1 Version 0.3.40
57+ $(UL
58+ $(LI added basic support to compile C/C++ files)
59+ $(LI Win32/COFF support for dmd 2.067+)
60+ $(LI link dependency monitor now uses tracker.exe from MSBuild or WinSDK)
61+ $(LI dparser: updated semantic engine to recent version)
62+ $(LI goto file/line for mixin errors and exception dumps)
63+ )
64+
56652014-10-10 Version 0.3.39
5766$(UL
5867 $(LI mago 1.0: now can debug 64-bit applications)
6776 $(LI build mago with static C runtime to avoid dependencies on msvcrt120.dll)
6877)
6978
70- 2014-04-12 Version 0.3.38
71- $(UL
72- $(LI added support for string import dependencies (needs dmd 2.065))
73- $(LI improved library path handling and defaults for x64)
74- $(LI added source control support for git in VS2013 (and maybe others))
75- $(LI mute flood of errors by NuGet when building)
76- $(LI improved completion and tooltip support with dparser
77- $(UL
78- $(LI completion box now displays appropriate icons and tooltip with some DDOC expansions)
79- $(LI bugzilla 11649: completion on selective import now lists identifiers from imported module)
80- $(LI fixed completion for symbols without description)
81- $(LI added options to enable/disable mixin analysis and UFCS expansions)
82- $(LI parameter tool tips now use prototype from dparser and shows documentation)
83- ))
84- $(LI updated to cv2pdb 0.31 with support for VS2013 and DWARF support for gcc 4.8)
85- $(LI updated to mago 0.9 )
86- )
87-
8879$(LINK2 VersionHistory.html, more...)
8980
9081$(H2 Download)
9182
92- $(P The latest installer can also be downloaded
93- $(LINK2 http:/www.dsource.org/projects /visuald/browser/downloads/VisualD-v0.3.38.exe?format=raw&FixForIE=.exe , here).
94- You can find older versions and some additional files in
95- the $(LINK2 http:/www.dsource.org/projects/visuald/browser/downloads/, download directory).)
83+ $(P The latest installer and older versions can be downloaded
84+ $(LINK2 https://github.com/D-Programming-Language /visuald/releases , here).
85+ You can find even older versions and some additional files in
86+ the $(LINK2 http:/www.dsource.org/projects/visuald/browser/downloads/, dsource download directory).)
9687
9788Macros:
9889 TITLE=Visual D
0 commit comments