@elextr The latter, "sort" them in the order of the lines, but in reverse. Basically reverse the lines so that:
```
1
2
3
```
becomes:
```
3
2
1
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1057#issuecomment-758529469