Description: Katesort is a KPart plugin for all KPart compatible editors (Kate, KWrite, ...). It is inspired by the famous windows text editor PsPad (http://www.pspad.com).
Sorts selected rows or whole file. Sort by ASCII or numeric value. Sort in ascendig or descending order. Allows case sensitive sort. Allows removing of duplicities. Can sort according to given column, if part of one row is selected, selection is automatically filled in the dialog.Last changelog:
Great plugin, I missed this functionality in Kate a lot. Thanks!
> Do you have an idea for another plugin? I can promise nothing, but if it interest me, maybe I will do it.
Find/Replace in all open files? Basically it's an additional checkbox "[ ] in all open files" in the Replace dialog; when search reaches the bottom of the current file, it should simply wrap to the next open file. That's all. In other editors I use it all the time, and it's annoying that neither Kate nor Gedit supports it. Interested? :)
While it is always nice to see new KTextEditor plugins, sorting can already be achieved by using the textfilter plugin with sort(1)
Sure, you can use the sort command. But you have to always select a text to be sorted, type sort with correct parameters because the TextFilter plugin has a missing history (a place for future improvements ?)
It is much easier with Katesort and because I'm lazy, I wrote it. And also I wanted to start to learn the C++ as I work mostly with C, SQL and Shell now.
Do you have an idea for another plugin? I can promise nothing, but if it interest me, maybe I will do it.
Ratings & Comments
6 Comments
Great plugin, I missed this functionality in Kate a lot. Thanks! > Do you have an idea for another plugin? I can promise nothing, but if it interest me, maybe I will do it. Find/Replace in all open files? Basically it's an additional checkbox "[ ] in all open files" in the Replace dialog; when search reaches the bottom of the current file, it should simply wrap to the next open file. That's all. In other editors I use it all the time, and it's annoying that neither Kate nor Gedit supports it. Interested? :)
Thanks, I'll put your idea to my TODO list. But I can promise nothing yet. There is a lot thinks and no time :-(
While it is always nice to see new KTextEditor plugins, sorting can already be achieved by using the textfilter plugin with sort(1)
Quote:While it is always nice to see new KTextEditor plugins, sorting can already be achieved by using the textfilter plugin with sort(1)
Sure, you can use the sort command. But you have to always select a text to be sorted, type sort with correct parameters because the TextFilter plugin has a missing history (a place for future improvements ?)
It is much easier with Katesort and because I'm lazy, I wrote it. And also I wanted to start to learn the C++ as I work mostly with C, SQL and Shell now.
Do you have an idea for another plugin? I can promise nothing, but if it interest me, maybe I will do it.
available at http://donnie.110mb.com and http://software.opensuse.org/search?baseproject=ALL&p=1&q=katesort
Thanks.