Page 1 of 1

sort by line lenght ?

Posted: Mon Aug 08, 2005 4:04 pm
by komar77r
is it somehow possible to sort in textpad by placing shorter lines on top and longer on bottom ?

or insert lenght of the current line, or number of the current cursor position?

Posted: Tue Aug 09, 2005 6:55 am
by schnitzi
You can highlight the line and then go Edit | Insert | Statistics. That will put in the number of characters, words, and lines in that line. You could theoretically do that for each line then sort on that information and later remove it. Maybe all as part of a macro.