>Do you mean "reverse" order?
for exapmle:
Input:
last_line
before_last_line
smth here
first line
I want to revers lines in my text:
first line
smth here
before_last_line
last_line
I find the way to do it in Notepad++:
1)Intick all TextFX/TextFX Tools/Sort
2)Select sorting lines
3)TextFX/TextFX Tools/Insert lines numbers
4)TextFX/TextFX Tools/Sort lines case insensitive (at column)
5)TextFX/TextFX Tools/Delete lines numbers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cannot find it in TextFX->TextFX Tools.
There are only sort lines case [in]sensitive.
Do you mean "reverse" order? Untick TextFX/TextFX Tools/Sort Ascending first, then sort it.
Yes, not "revert". I did mean "reverse", of course
>Do you mean "reverse" order?
for exapmle:
Input:
last_line
before_last_line
smth here
first line
I want to revers lines in my text:
first line
smth here
before_last_line
last_line
I find the way to do it in Notepad++:
1)Intick all TextFX/TextFX Tools/Sort
2)Select sorting lines
3)TextFX/TextFX Tools/Insert lines numbers
4)TextFX/TextFX Tools/Sort lines case insensitive (at column)
5)TextFX/TextFX Tools/Delete lines numbers