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.
Slávek Banko
3e88ddfbc3
|
11 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 13 years ago | |
Makefile.am | 11 years ago | |
README | 15 years ago | |
dockviewbase.cpp | 13 years ago | |
dockviewbase.h | 14 years ago | |
listboxview.cpp | 12 years ago | |
listboxview.h | 12 years ago | |
messageview.cpp | 13 years ago | |
messageview.h | 12 years ago |
README
README for libkateutils Contents: * What it is * Maintainer What it is ========== This library is a container for classes that may be usefull for Kate and for kate plugins. If you have a class that you think would be usefull for other plugins, ask the maintainer of this library to put it here. If you find a class in a plugin (ore even elsewhere) that you need to copy in order to use it inside kate or a kate plugin, consider debating with the author of that class to move it here. To fit in, the class must be generic enough that it can be usefull for many purposes. Apart from the convenience (and avoided copies of code) putting classes in this library will help us maintain a common feel of how kate works. Maintainer ========== This library was started in july 2002 and is maintained by Anders Lund <anders@alweb.dk>