Subscribe to the following RSS (Really Simple Syndication) feed to be notified automatically through a RSS reader (Internet Explorer, Firefox, Google Reader, Yahoo Reader, etc.) about new builds with enhancements or bug fixes:
MZ-Tools 7.0.0.110 released (June 1, 2013)
- Fixed: The Dead Code Review could cause "System.ArgumentNullException: Value cannot be null." or "System.NotSupportedException: The given path's format is not supported." with projects that don't generate an output assembly (such as web site projects)
- Fixed: The Collapse Projects feature could cause NullReferenceException with Visual Studio in Japanese.
- Fixed: The Insert Code Element Header feature inserted several File headers (as many as "using/Imports" statements in the file).
MZ-Tools 7.0.0.108 released (April 1, 2013)
- Fixed: When closing Visual Studio 2010 or higher, a System.InvalidCastException could happen if CodeRush (and maybe other DXCore-based DevExpress products) is also installed.
- Fixed: The progress bar of results toolwindows appeared below the status bar.
- Fixed: The status bar of the progress form of some operations was not themed when using the Visual Studio 2012 Dark theme.
- Fixed: The Find Text dialog didn't show in the Find combobox the selected text under the cursor if it was a substring of a previously searched string.
- Fixed: The Sort Code Elements feature didn't sort correctly assembly attributes (which must be before other code elements).
- Fixed: The New Method Assistant did not preserve the property style between Visual Studio sessions.
- Fixed: The Review Code Elements Order feature could cause a NullReferenceException with non-code files.
MZ-Tools 7.0.0.107 released (March 1, 2013)
- Fixed: The Method Callers feature caused "System.ArgumentException: An item with the same key has already been added." with Web projects.
- Fixed: The Code Element Headers feature didn't offer the following predefined variables: "Method Handled Events", "Method Return Type Name", "Method Return Type Full Name", "Method Return Type Aliased Name", "Method Return Type Prefix".
- Fixed: The New Method Assistant didn't add the fields of new properties in consecutive order.
MZ-Tools 7.0.0.106 released (February 1, 2013)
- Enhanced: The Sort Code Elements feature now preserves existing code regions if you don't configure it to create regions automatically.
- Fixed: The Favorite Code Elements toolwindow retained the focus after failing to show a code element that was changed/removed, rather than activating the code window.
- Fixed: The Sort Code Elements feature caused an exception if a namespace contained duplicated Imports / using statements.
- Fixed: The Options button on the "Check for updates" error window has been removed since it caused exceptions in Visual Studio 2012.
- Fixed: The Statistics feature caused an exception when sorting by a column with values with the thousand separator. This bug was introduced in build 7.0.0.103.
- Fixed: The MessageBox Assistant feature used the inexistent Microsoft.VisualBasic.ControlChars.StringConstants.CrLf constant in multiline texts. This bug was introduced in build 7.0.0.103.
MZ-Tools 7.0.0.103 released (December 1, 2012)
- Enhanced: The Find feature now has a new setting "Exclude files created by Visual Studio".
- Fixed: The Go To Favorite Code Element feature now goes to the original line number even if its text has been changed or deleted.
- Fixed: Several controls are now flicker-free.
- Fixed: In the Code Library Options window of Visual Studio 2005, when creating a code template for the JavaScript language a System.ApplicationException exception was thrown.
- Fixed: In the Code Library Options window of Visual Studio 2005, when creating a code template for the XAML language a System.ApplicationException exception was thrown.
- Fixed: The button of the color selector control didn't show the down arrow except in Visual Studio 2012.
- Fixed: The Find dialog cleared the selected files or projects after a search, so they couln't be reused in the next search.
- Fixed: The Find dialog didn't preselect the whole word under the cursor with some non-English characters.
- Fixed: The Find feature didn't work correctly when using the Exclude comments option and the found string was like a comment but inside a literal.
- Fixed: When you used the Tools, Customize dialog to delete a MZ-Tools toolbar, you got an exception when showing the MZ-Tools, Options dialog, Toolbars and menus section.
- Fixed: The Sort Code Elements feature didn't consider VB.NET destructors (Protected Overrides Sub Finalize()).
- Fixed: On Turkish systems you got "This version of MZ-Tools is not intended for SOFTWARE\MICROSOFT\VISUALSTUDIO\[version]" when loading MZ-Tools.
- Fixed: The code template editor used "MZTools7.ExceptionHandler" as prefix in the command full name.
- Fixed: The programming rule editor didn't allow the .NET Framework 4.5 value for the TargetFramework property of the Project item.
MZ-Tools 7.0.0.102 released (November 1, 2012)
- Fixed: The Insert Code Element header caused NullReferenceException if the cursor was on a using/Imports statement.
- Fixed: The Options files are now saved in UTF8 encoding rather than in the default (code page) encoding.
- Fixed: The code editor of code templates didn't support Unicode characters.
- Fixed: The Control Explorer didn't show some icons with the correct color when switching themes in Visual Studio 2012.
- Fixed: The treeviews and listviews didn't show the Windows Explorer style.
- Fixed: The TabPages of TabControls were not themed when using the Visual Studio 2012 Dark theme.
- Fixed: The headers of ListViews were not themed when using the Visual Studio 2012 Dark theme.
- Fixed: The ComboBoxes were not themed when using the Visual Studio 2012 Dark theme.
- Fixed: Web Site projects caused exceptions in the Open Build Output Folder and Dead Code Review features.
- Fixed: Some features that need to resolve types could cause System.IO.FileNotFoundException.
- Fixed: You could get System.ArgumentException in the Options window after changing the team options folder in the General section of the Personal Options tab.
- Fixed: On non-English Visual Studio versions, keyboard bindings of commands that placed buttons on built-in Visual Studio commandbars were lost when MZ-Tools was unloaded.
- Fixed: The Sort Code Elements feature caused an exception if a file contained duplicated Imports / using statements.
- Fixed: Usercontrols of the solution could cause "ICollectionItemEditor.InitializeControlValues failed" in the Options window.
- Fixed: The "Insert >" button of the C# and VB.NET language option pages of the New Method / Property Assistant feature caused the exception "System.ArgumentException: Value does not fall within the expected range" in Visual Studio 2005 and 2008.
MZ-Tools 7.0.0.101 released (October 1, 2012)
- Enhanced: Support for themes (Dark, Light, etc.) of Visual Studio 2012.
- Fixed: Closing the Options window could cause the following exception with some 3rd party extensions that add buttons to the code window context menu: "System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.".
- Fixed: The Review Quality feature could cause System.ArgumentException if a programming rule review used the Matching/NotMaching operators and a predefined variable whose actual value would contain the "\" character. This is the case of the Generic File Header Mandatory programming rule imported from MZ-Tools 6.0.
- Fixed: In a treeview with checkboxes, when deleting a child node the state of the parent (checked, unchecked, partially checked) was not reevaluated.".
- Fixed: The setup allowed to click the Next button even if no add-in was selected in the Components page.
- Fixed: When you set some dropdown commandbars (Close, Copy To, Paste From) to be invisible (through the Options, Personal Options, Toolbars and menus), they were shown visible in the next Visual Studio session (although in the Options window remained as unchecked).
- Fixed: 3rd party controls could cause "ICollectionItemEditor.InitializeControlValues failed" in the Options window.
- Fixed: Some sample rules of the Quality Review feature have been fixed.
- Fixed: The Method scope was not preselected as default scope for operations that allowed it (for example, Line Numbering).
- Fixed: The Programming Rule and Nomenclature Rule didn't offer the value "Visual Studio 2012" for the Version property of the Visual Studio IDE object.
- Fixed: The Control Name Assistant and Prompt Name and Text Properties for New Control features didn't generate correctly the Name property for Asian languages.
- Fixed: The Sort Code Elements feature could cause NullReferenceException.
- Fixed: Several features (such as the Sort Code Elements feature) didn't work correctly or caused exception in C# with multi-line comments (/* */).
MZ-Tools 7.0.0.100 released (August 1, 2012)
|