Editor-README written by Michael Riedel, 02/05/98 This is the readme file for KColorEditor Version 0.1.0, an editor capable of syntax coloring for programming languages; to create it from the sources do a simple `make', to install it in KDE´s bin folder run `make install'. This will copy the syntax description and keyword files as well. You should use this, because KColorEditor searches for these files at a certain position (.../kde/share/apps/KColorEditor). To remove the files from your kde folder, you may call `make uninstall'. For bugs see the file Editor-BUGS, for currently not implemented features see Editor-TODO. You may use this version of KColorEditor to test wether it suits to your own development project; but I recommend not to use it, since I can´t guarantee any interfaces to be static; nevertheless you can use it as a external program or use an instance of the `Editor' class (declared in Editor.h, see also MainEditor.C). Please send me any suggestions/bug reports (for bugs that are not mentioned in Editor-BUGS) or any other features that you may need to use this Editor in your project.