Thread: Tracking window
View Single Post
  #5  
Unread 04-05-2005, 02:33 PM
ger's Avatar
ger ger is offline
Steward of the Faithful
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 580
Default

Technically speaking, "Name" does a strict alpha-sort. It doesn't sort by con and name so much as it does by character values. You notice a con-sort effect because the color codes are taken into account when sorting even though to the end user they're invisible.

Why do I make the differentiation? Because it's doing a strict sort names with caps will be sorted seperately from those without caps. So in effect the sort ends up looking like:

+ Consider
- + Named
- + Generic

repeated for every con that's in track range (and is enabled via the apropriate "checkbox.")
__________________
Reply With Quote