VSNETcodePrint 2010 – Release History
StarPrint Limited

www.starprinttools.com

 

Version

Description

1.0.7
 
5th May 2010

Bug Fixes:

·         Connecting lines are not drawn correctly if ‘function’ keyword is used in the body of another procedure/function as shown below:

  Private Sub SelectManyDemo()

    Dim db As New SimpleDataContext

    Dim categories = _

      From cat In db.Categories Where cat.Products.Count < 7

 

    Dim manyResults As IEnumerable(Of String) = _

     categories.SelectMany(Function(cat, index) _

        cat.Products.Select( _

        Function(prod As Product) String.Format("{0}. Category {1}: {2}", _

          index, prod.CategoryID, prod.ProductName)))

    DisplayResults(GetList(manyResults))

  End Sub

·         The 2nd line in the following C# construct is not indented correctly:

If (true)
    bExit = true;
 

·         The upgrade link from the About form links to VS.NETcodePrint 2008 rather than 2010.

 

1.0.6
 
5th April 2010

Bug Fixes:

·         The add-in logs trace to file c:\vsnetcodeprint.txt. Some operating systems do not allow writing to C: drive. The trace is now directed to the temp directory

·         Occasionally an exception occurs when removing Add-In menus

·         Changing Indentation settings in options do not have any affect

·         Source code in closed outlines is always output even if the option not to output is set

·         Table of Contents is occasionally does not reflect the items in the output

·         Table of Contents is not produced when a class, module, namespace or a single procedure is selected

 

1.0.5
 
17th Mar 2010

Bug Fixes:

·         An exception occurs immediately upon launching Visual Studio the first time after installing the Add-In

 

1.0.4
26th Feb 2010

Bug Fixes:

·         If the add-in is unable to determine the current item when user selects print, preview or export “Current Project, Current Projectitem, Current Module, Current Class, Current Selection” then an exception may occur

 

1.0.3
20th Feb 2010

Bug Fixes:

·         Some of the options are not saved between Visual Studio reloads

·         Support macro value {Page Number Only} for page header/footers to output page number only. Existing macro {Page number} continues to work as before (i.e. it will output page number as well as the total number of pages as xx of yy) as before

1.0.2
10th  Feb 2010

Bug Fixes:

·         The textbox on the error form that contains the body of the error message is locked and is not scrollable

·         The filter in the ‘Patterns to exclude folder and files’ is empty

·         The changes to the ‘Patterns to exclude folder and files’ ’ filter are not saved

·         The help below the ‘Patterns to exclude folder and files’ displays ‘frmOptions.rtfExcludeFiles not found’

 

Known Issues:

 

Due to errors in Visual Studio 2010, the toolbar for the VSNetcodePrint 2010 addin gives program error exceptions. The problem has been raised with Microsoft. The addin toolbar has been disabled until a resolution is found. We are sorry about the inconvenience.