This fork is no longer maintained. Development continues here:
https://github.com/diegoiast/qutepart-cpp
Written in pure C++/Qt5. No any dependencies.
Component has been created for Enki editor
Currently there are no API documentation, but the header is quite clear. See also example application.
All features are configurable
CMake and qmake is supported. CMake is recommented.
mkdir build
cd build
cmake ..
make
make install # might require sudo
To build the docs see docs
Online documetation is available here
Andrei Kopats
Kate and Katepart (an editor component) is really cool software. The Kate authors and community have created, probably, the biggest set of highlighters and indenters for programming languages.
Nothing is wrong with Katepart. Qutepart has been created to enable reusing highlighters and indenters in projects where a KDE dependency is not acceptable.
LGPL v2
I don't mind if you use the code under WTFPL license. But consult you layers if I have right to release it this way.