|
Tuesday, 17 July 2007
|
The new version 3.3 of VSdocman has been released. VSdocman is Visual
Studio .NET 2002/2003/2005 add-in for the quick commenting and
automatic generation of technical documentation from your VB .NET and
C# source code files. For more information go to VSdocman home page .
You can download version 3.3 (3.6 MB) from here .
What's new in VSdocman version 3.3:
- NEW: Added profiles. You can now save your settings under custom
profiles and easily generate different documentation for the same
project. You can also exclude specific projects when compiling
documentation for whole solution.
- NEW: Added pt-Pt (Portuguese) output localization.
- CHANGE:
Enhanced command line functionality. The VS IDE is no longer shown, the
messages are written directly to console standard output and added
support for profiles.
- CHANGE: Removed Save/Load default settings functionality.
- CHANGE:
Modified help2_msdn2, html_msdn2, chm_msdn2 and rtf outputs. When
compiling the solution to single documentation, the help title, header
and file names are based on solution name and not on the current
project name. Moreover, the Help2 output no longer contains unnecessary
extra root node.
- CHANGE: Launching of VSdocman on web projects in VS 2005 works much faster now.
- FIX:
When "Public" was not selected for compilation in VSdocman options,
explicitly defined namespaces and their contents were not included in
documentation.
- FIX: In web site projects in VS 2005, the source files in subfolders were ignored.
- FIX: In Web Application projects in VS 2005 (not web sites), the code behind files of the forms were ignored.
- FIX:
If the solution contained SQL Server 2000 Reporting Services project,
the "Compile Solution" and "Compile Solution to One Documentation "
buttons were not available.
- FIX: When Pretty file names were selected in Output - File Names options, constructors were not listed in documentation.
- FIX:
The C# source code is no longer marked as Visual Basic in some output
formats. The language of the source code is shown correctly for VB .NET
and C#.
- FIX: The blank lines in source code and code examples were removed in HTML based documentation.
- FIX: The user defined Platforms text was ignored in some output formats.
- FIX: The "Copy Code" button above the code section is fixed in chm_msdn2 and html_msdn2 output.
- FIX: The inheritance tree was not shown for some classes and some links to framework classes didn't work as well.
- FIX: The class declaration was handled incorrectly if it contained conditional compilation directives (e.g. #if).
- FIX: Sometimes the comment editor (when set as modal) was hidden behind VS window.
- FIX:
In comment editor, when the last text in table cell was code or link,
the XML comment for the table was generated incorrectly.
- FIX: Installation error on Windows Vista.
|