I'm looking for a way to change the default alphabetic sorting order. For some fields, I have defined special values, like "~ Unknown ~". These should be at the end of the drop-down list and not at the beginning as they are now. Windows Explorer is sorting the same way, but good-old 'dir' sorts differently and puts all files that start with a character that have a higher ascii code than Z at the end.
For example: ~test.txt comes after Zappa.txt when using the dos dir command (same with exploreXP) but ~test.txt comes at the start of the list when using Windows Explorer and in TFS.
Is there any registry setting (on the TFS-server) that I can modify to change the way TFS sorts ?
Or is there some special character I could put in front of my special value fields to have them listed at the end ?
Thanks. |