Skip to content

Commit 32ba50d

Browse files
committed
tweaked documentation
1 parent e302404 commit 32ba50d

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ Version history
537537
* added command "Open Language Options" for easier access to the settings page
538538
* added option "Colorize coverage from .LST file" to highlight lines from code coverage output
539539

540-
unreleased Version 0.3.37
540+
2013-11-02 Version 0.3.37
541541

542542
* installer:
543543
- fixed regression: VS 2010/2012 extension pkgdef files almost empty
@@ -586,4 +586,5 @@ unreleased Version 0.3.37
586586
- goto definition now falls back to JSON information if semantic analysis yields no result
587587
- improved indentation after opening parenthesis to follow next token
588588
- added commands "Collapse unittests" and "Collapse disabled" to the outlining menu
589+
- dviewhelper.dll from cv2pdb now avoids being unloaded after debugger expression evaluation using visualizers
589590
* changed license to Boost

doc/Installation.dd

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ $(P The click-through-installer will guide you through the intallation process.
44
Visual Studio Version for which you want Visual D to be installed. It will always install
55
for all users, not only for a single user.)
66

7-
$(P To compile your application, you must have $(LINK2 http://www.digitalmars.com/d/download.html, DMD) or
8-
$(LINK2 https://bitbucket.org/goshawk/gdc/wiki/Home, GDC) installed.)
7+
$(P To compile your application, you must have $(LINK2 http://www.digitalmars.com/d/download.html, DMD),
8+
$(LINK2 https://github.com/D-Programming-GDC/GDC, GDC) or $(LINK2 https://github.com/ldc-developers/ldc, LDC)
9+
installed. Not all functionality
10+
has been thoroughly tested with GDC and LDC, so having DMD available for cross-checking is recommended.
911

10-
$(P Visual D does $(B not) work with any of the $(B Express) version of Visual Studio. Other than the
12+
$(P Visual D does $(B not) work with any of the $(B Express) versions of Visual Studio. Other than the
1113
commercial editions, the Express versions do not support loading third party extensions and add-ins.)
1214

1315
$(P A $(B free) alternative are the integrated $(B Visual Studio Shell) distributions, that can be downloaded
@@ -28,11 +30,15 @@ You might also find it installed by other Microsoft products.
2830
Put this file alongside mspdbcore.dll, normally in $(LESS)VS-installation-path$(GREATER)\Common7\IDE.)
2931

3032
$(P The Visual Studio Shell 2012 is installed with two packages, the
31-
$(LINK2 http://www.microsoft.com/en-us/download/details.aspx?id=30670, isolated shell) followed by the
33+
$(LINK2 http://www.microsoft.com/en-us/download/details.aspx?id=40752, isolated shell) followed by the
3234
$(LINK2 http://www.microsoft.com/en-us/download/details.aspx?id=30663, integrated package). Fortunately it
3335
has all the files needed for debugging, and the Visual D installer patches the installation to
3436
make the x64 debugger work.)
3537

38+
$(P The Visual Studio Shell 2013 is installed similar to VS Shell 2012, the
39+
$(LINK2 http://go.microsoft.com/?linkid=9832180, isolated shell) and the
40+
$(LINK2 http://go.microsoft.com/?linkid=9832180, integrated package).)
41+
3642
$(H2 Using GDC)
3743

3844
$(P To use GDC as the compiler to build D files, you will first have to install the MinGW environment and the GDC compiler:)

doc/StartPage.dd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ $(TABLE ,
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 and 2012 as well as the free Visual Studio Shells.
7+
It works with Visual Studio 2005, 2008, 2010, 2012 and 2013 as well as the free Visual Studio Shells.
88
See the $(LINK2 Installation.html, Installation) instructions, especially if not using a commercial edition of Visual Studio.)
99

10-
$(P Visual D aims at providing seamless integration of the D programming language into Visual Studio.))
11-
)
10+
$(P Visual D aims at providing seamless integration of the D programming language into Visual Studio.)
11+
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))
14+
$(P $(LINK2 https://github.com/D-Programming-Language/visuald/releases, Beta releases))
15+
</div>
16+
))
1217

1318

1419
$(H2 Overview)

0 commit comments

Comments
 (0)