You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeaddons/kate/katesort
Slávek Banko 462324fb8d
Initial TDE conversion of katesort
11 years ago
..
doc Initial TDE conversion of katesort 11 years ago
po Initial import of katesort 1.0 11 years ago
src Initial TDE conversion of katesort 11 years ago
AUTHORS Initial import of katesort 1.0 11 years ago
COPYING Initial import of katesort 1.0 11 years ago
ChangeLog Initial import of katesort 1.0 11 years ago
INSTALL Initial import of katesort 1.0 11 years ago
Makefile.am Initial import of katesort 1.0 11 years ago
NEWS Initial import of katesort 1.0 11 years ago
README Initial TDE conversion of katesort 11 years ago
TODO Initial import of katesort 1.0 11 years ago
acinclude.m4 Initial TDE conversion of katesort 11 years ago
aclocal.m4 Initial import of katesort 1.0 11 years ago
config.h.in Initial import of katesort 1.0 11 years ago
configure.files Initial import of katesort 1.0 11 years ago
configure.in Initial TDE conversion of katesort 11 years ago
configure.in.in Initial import of katesort 1.0 11 years ago
subdirs Initial import of katesort 1.0 11 years ago

README

Kate sort plugin
================

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).

Features
--------

 * 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,
   this selection is automatically filled in the dialog.

Installation
------------

Gentoo:
 * See Overlay howto (http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds)
 * Create directory <OVERLAY_DIR>/kde-misc/katesort and go there
 * Download ebuid from http://marian.kyralovi.cz/linux/katesort/download/katesort-<version>.ebuild
   (replace version by the correct version string)
 * Create digest (ebuild katesort-<version>.ebuid digest)
 * Run emerge -av katesort
 * Enable this plugin in editor preferences
 * Run in in the from the tools menu

Other distributions:
 * Try to get a package for your distribution.
 * If doesn't exist yet compile it from source code.
   (You will need a tdelibs-devel package and development stuffs installed)

 * If you can send me a package for your distribution, you are wellcome.


Bugs
----
Bugs, comments, wishes, translations are welcome at mkyral@email.cz

Homepage
--------
http://marian.kyralovi.cz/linux/katesort