C
clintonG
VS2005 2.0 Beta 2 noting I've posted (to no avail so far) to the somewhat
deadzone at news://microsoft.public.vsnet.ide and am getting ants in my
pants for some discussion about this issue.
Using regions to manage source code in the IDE is very useful however I
prefer to align the region text on the left-most margin of the editor, i.e.
margin-left 0; that is.
The examples which follow show what I prefer and how VS2005 reformats the
region if I try to format the reqions the way I prefer. I wonder if there is
a method in Tools > Options I may not undetrstand that can be used to
prevent VS2005 from reformatting the regions in my source code? Or is this a
bug?
// Example Wanted
#region This region used for blah blah blah
...
...
#endregion
// Example Unwanted Reformatted By VS2005
#region This region used for blah blah blah
...
...
#endregion
<%= Clinton Gallagher
deadzone at news://microsoft.public.vsnet.ide and am getting ants in my
pants for some discussion about this issue.
Using regions to manage source code in the IDE is very useful however I
prefer to align the region text on the left-most margin of the editor, i.e.
margin-left 0; that is.
The examples which follow show what I prefer and how VS2005 reformats the
region if I try to format the reqions the way I prefer. I wonder if there is
a method in Tools > Options I may not undetrstand that can be used to
prevent VS2005 from reformatting the regions in my source code? Or is this a
bug?
// Example Wanted
#region This region used for blah blah blah
...
...
#endregion
// Example Unwanted Reformatted By VS2005
#region This region used for blah blah blah
...
...
#endregion
<%= Clinton Gallagher