@@ -10,7 +10,7 @@ See the $(LINK2 Installation.html, Installation) instructions, especially if not
10
10
$(P Visual D aims at providing seamless integration of the D programming language into Visual Studio.)
11
11
12
12
<div align="right">
13
- $(LINK2 https://github.com/D-Programming-Language/visuald/releases/download/v0.3.37 /VisualD-v0.3.37 .exe, $(IMG images/download.png))
13
+ $(LINK2 https://github.com/D-Programming-Language/visuald/releases/download/v0.3.38 /VisualD-v0.3.38 .exe, $(IMG images/download.png))
14
14
$(P $(LINK2 https://github.com/D-Programming-Language/visuald/releases, Beta releases))
15
15
</div>
16
16
))
@@ -52,6 +52,24 @@ $(H2 News)
52
52
$(LINK2 VersionHistory.html, Full version history and complete details...)
53
53
$(BR)
54
54
55
+ 2014-04-12 Version 0.3.38
56
+ $(UL
57
+ $(LI added support for string import dependencies (needs dmd 2.065))
58
+ $(LI improved library path handling and defaults for x64)
59
+ $(LI added source control support for git in VS2013 (and maybe others))
60
+ $(LI mute flood of errors by NuGet when building)
61
+ $(LI improved completion and tooltip support with dparser
62
+ $(UL
63
+ $(LI completion box now displays appropriate icons and tooltip with some DDOC expansions)
64
+ $(LI bugzilla 11649: completion on selective import now lists identifiers from imported module)
65
+ $(LI fixed completion for symbols without description)
66
+ $(LI added options to enable/disable mixin analysis and UFCS expansions)
67
+ $(LI parameter tool tips now use prototype from dparser and shows documentation)
68
+ ))
69
+ $(LI updated to cv2pdb 0.31 with support for VS2013 and DWARF support for gcc 4.8)
70
+ $(LI updated to mago 0.9 )
71
+ )
72
+
55
73
2013-11-02 Version 0.3.37
56
74
$(UL
57
75
$(LI Installer now supports VS 2013, updated to cv2pdb 0.27, mago 0.8, fixes x64 deubgger in VS 2012 Shell)
65
83
$(LI added commands "Collapse unittests" and "Collapse disabled" to the outlining menu)
66
84
)
67
85
68
- 2013-05-10 $(LINK2 News36.html, Version 0.3.36)
69
- $(UL
70
- $(LI updated to new features of the language and tooling as of dmd 2.062)
71
- $(LI basic LDC support)
72
- $(LI added new option pages for DMD/GDC/LDC directories)
73
- $(LI DParser by Alexander Bothe $(LINK https://github.com/aBothe/D_Parser) integrated as an alternative
74
- semantic engine)
75
- $(LI added command "Compile and Run" to execute current text buffer or selection via rdmd)
76
- $(LI added option "Colorize coverage from .LST file" to highlight lines from code coverage output)
77
- )
78
-
79
86
$(LINK2 VersionHistory.html, more...)
80
87
81
88
$(H2 Download)
82
89
83
90
$(P The latest installer can also be downloaded
84
- $(LINK2 http:/www.dsource.org/projects/visuald/browser/downloads/VisualD-v0.3.37 .exe?format=raw&FixForIE=.exe, here).
91
+ $(LINK2 http:/www.dsource.org/projects/visuald/browser/downloads/VisualD-v0.3.38 .exe?format=raw&FixForIE=.exe, here).
85
92
You can find older versions and some additional files in
86
93
the $(LINK2 http:/www.dsource.org/projects/visuald/browser/downloads/, download directory).)
87
94
0 commit comments