Sorting Lines in VS2008 Text Editor
"R. Rogers" <[email protected]> Wed, 21 Nov 2007 10:14:11 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <000901c82c51$2c65c7a0$6800a8c0@Speedster> |
Hi,
I downloaded CodeSmart, the trial edition, from here:
http://www.axtools.com/
What an amazing tool it is - quite a large set of capabilities.
Unfortunately, I haven't been able to figure out how I can use it to sort
lines in the text editor.
Let's say I've got the following declarations:
bool Active;
bool Result = false;
bool ValidDate;
DateTime DateOnBoard;
int DateOnBoardInt = 0;
int RC;
string DateOnBoardStr;
string
SiteId, CompanyName, Address, City, Province
, PostalCode, BusinessPhone, AltPhone, CellPhone, ContactName
, ContactEmail, PrimaryContact, RoomLocation, CircuitTermination
, RoomKey, IBIOrderNumber, Tech, Network, Notes;
I've got them sorted by type. How can I sort them by name?
Does anyone use an add-in that a) sorts lines b) can sort by either type or
name and c) works in VS 2008?
I thought of writing a simple add-in, but don't want to spend the time.
Any pointers?
Richard Rogers
http://www.RichardRogers.ca/
(MSN) [email protected]