Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2010 Class Diagram - Can Sort Alphabetically be removed?

The Class Diagram in Visual Studio 2010 is a great feature but when it sorts "by kind" it also sorts the Fields and Methods Alphabetically. I know that they can be sorted by Kind, Group or Alphabetically but I was hoping to know if there is a way to display the class components in the same order they are written in the .java files.

I looked at the MSDN How to Customize the Class Class Diagrams: Class Designer but did not find much information on how to customize the display beyond the available menu buttons.

Please feel free to suggest another approach or Class Diagram Plugin or App if this is a lost cause.

Thanks.

like image 983
JJNorth Avatar asked Jan 26 '13 23:01

JJNorth


1 Answers

After searching for an answer to this question, it appears that no one has discovered a way to stop the diagram from sorting the elements alphabetically.

like image 197
Jsterman Avatar answered Oct 19 '22 08:10

Jsterman