diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /kate/README | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/README')
-rw-r--r-- | kate/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kate/README b/kate/README new file mode 100644 index 000000000..67eb04be6 --- /dev/null +++ b/kate/README @@ -0,0 +1,24 @@ + *** Kate *** +Kate is a fast texteditor for the KDE destop with an Emacs-style document interface. +I hope it works well and improves workspeed on many little textfiles. ;-) +Our new buffer managment will allow it to open 50MB files ++ in less than 5 seconds +(at least on my 400Mhz P2 ;) It is thought as a more powerful replacement for the old +KWrite app, which will still keep alive for the existing userbase and because it is +just a lot smaller and therefor faster on launch than kate. +For Kate Plugins, Kate provides the Kate Interfaces, which allow deeper access +to the Kate app and its features. + + *** KWrite *** +The KWrite app is based on the KWrite of KDE 2.0 written by Jochen Wilhelmy +but now it uses the Kate part or any other KTextEditor compatible part. +The most stuff has been rewritten since the old KDE 2.x days. + +Homepage: http://kate.kde.org + +Licensing: +The Kate app/utils/interfaces and KWrite app are licensed under the LGPL VERSION 2. + + *** Undocumented features in Kate version 2.5.2 *** +* The KateApplication DCOP interface has a function QString session() that +returns the name of the active session (which might be an empty string). +(but hey, documentation of the DCOP interface is missing completely)
\ No newline at end of file |