Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 1274: Sort selected lines is case sensitive
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Valyk
Senior Member

Canada
26 Posts

Posted - Oct 12 2004 :  2:07:50 PM  Show Profile
Using release 1274 and Visual .Net 2003

The Sort Selected Lines features is now case-sensitive.

Here's an example:

#include "z.h"
#include "Z.h"
#include "a.h"
#include "B.h"

The results of Sort Selected Lines gives:

#include "B.h"
#include "Z.h"
#include "a.h"
#include "z.h"

This is not the behaviour I am used from previous releases of VAX.

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Oct 12 2004 :  5:04:11 PM  Show Profile
which previous version of VAX did case insensitive sorting? i never noticed, so i have just tried 1246 in .NET 2003, and it produces this effect. so this change must have happened in an earlier version.

zen is the art of being at one with the two'ness
Go to Top of Page

PatLuja
Tomato Guru

Belgium
416 Posts

Posted - Oct 13 2004 :  02:25:56 AM  Show Profile
Hello all,

Well I think Valyk made an interesting point. Maybe it comes in handy when a user has two options, one to sort the lines case-sensitive and one to sort the lines case-insensitive? I think they are both usefull; in some situations the one is more usefull as the other. If I have to sort a list lexically (case-insensitive) and there is a case-sensitive ordening (like in Valyk's example), I have to merge the two lists by hand sigh.

Could this please be considered? Thanks.

With kind regards,
Patrick Luja
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000