Visual Class Organizer - Issues and Fixes by Version Version 1.1.45 2/4/2008 Installation now works for VS2008 also. Version 1.1.44 1/29/2008 1. Corrects infrequent crash on drag and drop operations. 2. Improves scrolling while using drag and drop. Version 1.1.43 11/6/2007 1. Corrects problem with not finding Inherits statements correctly in nested classes. Version 1.1.41 7/5/2007 1. Corrects problem in Autorganize of placing public property (c# only) in Prvate Property Region. 2. Corrects issue with exception raised when the first item in the ListView is a #region. Version 1.1.40 6/30/2007 1. Corrects issue with C# namespace not picking up opening brace if not on the same line as the namespace. 2. Corrects issue with C# block comments not picking up all of the comments. Version 1.1.39 1. Corrects issue of not finding Inherits and Implements statements if they were a continuaion of the Class Definition line and appeared on a subsequent line. Version 1.1.38 Changes 1. Corrects problems with PreProcessor Compiler Directives. 2. Corrects problems with nested regions losing code. 3. One click of expand regions will expand all regions even when nested. Version 1.1.37 Changes 1. Correct issue with not finding #endregion when no comment on the end of the line. 2. Visual Organizer now warns when a code window has errors in it. Choosing to continue load into the Class Organizer can lose code if the Save button is clicked. This is due to the fact that the CodeModel does not expose code elements that are in error. Version 1.1.36 Changes 1. Corrects problem of Class Organizer failing on initial load. Version 1.1.34 Changes 1. C# Issue with inserting extra curly brace after namespace or class if developer places opening brace on same line as the namespace or class. Corrected. 2. Improper handling of [attributes] on class declaration - corrected. 3. Dragging a code element up in the code element ListView would not drop on an #End Region - corrected. 4. When an application has compile errors, the Class Organizer dialog now issues a warning before loading to prevent code loss. The occurs because the Automation CodeModel in Visual Studio will not show code that does not compile. 5. Problem of dropping code elements when regions are nested in the code window has been corrected.