Region defaults
-
What I'd really love to see is if I could define whether or not a region in my C# code should be expanded or collapsed by default, when the file is being loaded. E.g. I'd like to make all the regions generated by the VS.NET IDE collapsed by default (the "InitializeComponents" methods), but my own regions, I might want to have some expanded by default (e.g. for "public methods" and "private member variables"), while other should be collapsed by default. Currently, we can only expand/collapse all regions - not very helpful! There should be a command to revert back to the default, too. And the state of a region (whether it's collapsed or expanded) should be persisted between editing sessions, IMHO). ================================== Marc Scheuner, Bern, Switzerland m.scheuner - at - inova.ch May The Source Be With You!