Re: [Github-comments] [geany/geany-plugins] Line Operations: Reverse (#1057)

2021-01-12 Thread elextr
A quick google shows a number of similar utilities on Windows, not sure how hard they would be to set up. But the line operations maintainer may entertain a well written pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it o

Re: [Github-comments] [geany/geany-plugins] Line Operations: Reverse (#1057)

2021-01-12 Thread Damon Harris
@codebrainz why didn't anyone tell me about the `tac` utility before?! I better go through them all now :grin: By the way, this feature won't be available to Windows users so it is still worth considering a native independent solution. -- You are receiving this because you are subscribed to th

Re: [Github-comments] [geany/geany-plugins] Line Operations: Reverse (#1057)

2021-01-12 Thread Matthew Brush
@TheDcoder FWIW, you can do this using just Geany: ![tac](https://user-images.githubusercontent.com/181177/104349566-f28ce380-54b7-11eb-9111-705208d64c8b.png) https://www.geany.org/manual/current/#sending-text-through-custom-commands -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany-plugins] Line Operations: Reverse (#1057)

2021-01-12 Thread Damon Harris
Sorry, that was a bad example, I updated it to remove the ambiguity. -- 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-758797725

Re: [Github-comments] [geany/geany-plugins] Line Operations: Reverse (#1057)

2021-01-12 Thread elextr
"Sort" usually means order based on the value of the line contents, and forward and reverse sort is already available. But just to confirm, your request is for simply reversing the order of the lines independent of the content. (your example could be either). -- You are receiving this becau

Re: [Github-comments] [geany/geany-plugins] Line Operations: Reverse (#1057)

2021-01-12 Thread Damon Harris
@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/ge

Re: [Github-comments] [geany/geany-plugins] Line Operations: Reverse (#1057)

2021-01-12 Thread elextr
There is already a sort descending IIUC. Or do you not mean "sort" but just reverse the order of the lines? -- 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-758

[Github-comments] [geany/geany-plugins] Line Operations: Reverse (#1057)

2021-01-12 Thread Damon Harris
Hi! I want to make a feature request for the "Line Operations" plugin, it will be nice to have a "Reverse" option which will sort the selected lines in the reverse order! For some reason, I keep coming across the need for this feature :grin: -- You are receiving this because you are subscribed