Re: Is there any way to alphabetize procedures/subs?
Stacey Levine <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <A48E95FB3D4D02449554AE952F3B3E4702FC43DC@vmcexchng.www.musicforasong.net> |
In this particular instance, there was a series of unfortunate events that led to the code for several classes being lost. At least the most recent version. I have used reflector to go through the DLL and emit code - and am now trying to manually compare emitted code with existing code. The emitted code is all alphabetized so it would just be easier if the source was as well. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Phil Sayers Sent: Monday, April 02, 2007 12:29 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] Is there any way to alphabetize procedures/subs? are you tring to make them alphabetical for the purpose of editing? i'd argue that it is somewhat pointless. If someone is looking for a method, the quickest way to navigate to the method is the dropdown at the top of the code view, rather than scroll down and visually search. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]]On Behalf Of Stacey Levine Sent: Monday, April 02, 2007 12:08 PM To: [email protected] Subject: [DOTNET-WINFORMS] Is there any way to alphabetize procedures/subs? I know this is a weird question, but is there a tool/add in/option to automatically alphabetize the sub/functions in a module or class? stacey