Verson 2.1.62 Adds Region, class, and namespace to show block. Version 2.1.61 Introduces Auto Save feature for automatically saving your work to prevent loss if IDE fails. Introduces Show Block feature to automatically highlight blocks of nested code from the bottom or top of the block. Powerful feature for complex code. Version 2.1.56 Introduces Extract Interface from Assembly. Version 2.1.55 Corrects problems in 2.1.54 which was never released. Version 2.1.54 (not released) Introduces support of Microsoft Data Access Application Block in create calling method for Stored Procs. Version 2.1.53 Enables the Create Enum from a Select Clause of a stored procedure. This feature can now be invoked from the Server Explorer as well as from the Net Refactor menus. Version 2.1.51 Adds a context menu to the Server Explorer to create a calling method for the selected Stored Prodcedure. Verson 2.1.48 Adds Extract SuperClass. Version 2.1.45 Adds new feature: Paste Local Variable. Real time-saver in large methods where this and Me keywords don't show local variables in Intellisense. Version 2.1.44 Corrects misplaced checkbox on StoredProc Call Generator Form. Version 2.1.43 Corrects problem in Create Interface when Class name contained class/Class. It is now properly handled. Version 2.1.42 Corrects problem of registration being wiped out. Version 2.1.40 Extract Method can now create a Function (return value in C#) as an alternate to a Sub/void. Extract Interface now works correctly when the class has attributes and when any public method has attributes. Corrects issue in Extract Method of intermittently not passing correct variables. Version 2.1.39 Corrects Complexity Analyzer failing to analyze objects in folders such as Forms, Classes, etc. Version 2.1.38 Introduces new feature to Create Enums from SQL Select clauses. Version 2.1.37 Corrects problem with Extract Method not passing variables sometimes when extracting nested code. Version 2.1.36 Corrects problem with Extract Method not working correctly in C#. Corrects proble with Wrap Long Line in C#. Version 2.1.35 Corrects problem with Insert Const or String not creating const or string Version 2.1.34 Corrects problem with placing a variable at the top of the current class in the Insert Const or String, and Promote Local Variable. Provides optional default prefix for private variables in Property Generator Version 2.1.33 Adds help file on F1 to several forms. Version 2.1.32 corrects: Stub New Method was picking up non existent calling parameters in C# Project. Version 2.1.31 Corrects: Insert Regions was not inserting regions into a module, corrected. Version 2.1.30 Corrects: Rename local variable corrected to handle methods in VB Modules. Insert Regions was inserting into wrong class with multiple embedded classes. Version 2.1.29 Corrects: Insert Regions was inserting into wrong class when cursor was in nested class, corrected. Version 2.1.28 Corrections: Repositon to original line after rename local variables. Insert regions into the class where the cursor is. Wrap long lines brokene by 2.1.27, is working again. Rename local variable fixed to rename Version 2.1.27 Improves performance of Complexity Analyzer. Adds description of program complexity in Complexity Analyzer report. Rejects Wrap Long Line of collapsed procedure line to prevent truncation of procedure. Version 2.1.26 Corrects problems in Wrap Long Lines dropping Handles, and return clause. Corrects problems in Complexity Analyzer for C#. Corrects problems in Complexity Analyzer for attempting to analyze a complete class, not done, does not yeild meaningful results. Should analyze only Methods. Corrects problems with Insert Regions display a extraneous dialog. Version 2.1.25 Enhancements: Picks up Call Stored Procedure Generator now retrieves a stored proc from the clipboard automatically if extant. Earlier version corrects a problem of variable scoping in Refactor Method which could cause incorrect variable passing to the new method. Old Fixes: Corrects problems with System Objects not being passed correctly in Refactor Method. Corrects problems with Refactor String not handling complex Dynamic Sql concatenation. Corrects problem with installation and install date error in countries using non US Date Format. Corrects problem with StringBuilder when only one line selected and that line is a variable declaration with initializer. Corrects problem with Property Generator in VB when variable has WithEvents clause. Corrects problem with Create Interface for C#. Corrects problem with creating properties when variable is an array. Corrects problem with Creating and using Wrapping Snippets. Corrects problems with SqlRefactor and Refactor Strings when odd continuation structures are used. Corrects problems with SqlRefactor when no paramaters are used in dynamic sql. Corrects problems with Refactor Strings when string is one long string of concatenations. Corrects problems with Updating Customized Regions Lists.(2.1.18) Corrects problem of controls not anchored properly on context comment form.(2.1.19) Corrects problem of IDE lockup when using Context Comments form and opening the Project Properties dialog. (Version 2.1.20 makes the context comments form shown modally.) Earlier Added Enhancements: Introduces 5 new Renaming features. Complexity Analyzer (Several Enhancements Coming Soon to Complexity Analyzer) Extract Object Rename Local Variables Rename Parameters Reorder Parameters Insert Const or String Promote Local Variables (Optionally Create Properties) Create Strongly Typed Collections Introduces new feature under Namespaces & Classes Copy Class Introduces Sql/ADO Refactoring menu. Three features are available in this release. SQL Parameters - Converts dynamic sql to use command parameters automatically. (corrects issue with Access SQL with Date Parameters) Create Stored Procedure from Dynamic Sql Create Calling Method for Existing Stored Procedures Version 2.1.21 introduces two new refactoring features: Replace Magic Number Stub New Method