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
 Sort Selected Lines
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ontherocks
Junior Member

13 Posts

Posted - Dec 19 2014 :  04:50:35 AM  Show Profile  Reply with Quote
VA's "Sort Selected Lines" is case sensitive. It sorts Uppercase letter first.

Say for example I have the following lines

#include <bbbb.h>
#include <cccc.h>
#include <Baaa.h>
#include <aaaa.h>
#include <Caaa.h>

On sorting it results in the following

#include <Baaa.h>
#include <Caaa.h>
#include <aaaa.h>
#include <bbbb.h>
#include <cccc.h>

Can this sort be made case insensitive? I want the sorting to be as follows

#include <aaaa.h>
#include <Baaa.h>
#include <bbbb.h>
#include <Caaa.h>
#include <cccc.h>

Edited by - ontherocks on Dec 19 2014 04:52:09 AM

feline
Whole Tomato Software

United Kingdom
18724 Posts

Posted - Dec 19 2014 :  2:10:00 PM  Show Profile  Reply with Quote
We are considering adding the ability to make the sort case insensitive at some point:

case=29858

For now, you might want to look into an IDE macro if this is something you come across quite often.

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

sean
Whole Tomato Software

USA
2817 Posts

Posted - Jul 18 2016 :  10:44:15 PM  Show Profile  Reply with Quote
case=29858 is implemented in build 2107.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000