Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Sort Selected Lines

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
ontherocks Posted - Dec 19 2014 : 04:50:35 AM
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>
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Jul 18 2016 : 10:44:15 PM
case=29858 is implemented in build 2107.
feline Posted - Dec 19 2014 : 2:10:00 PM
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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000