Quote Originally Posted by elcuco
3) current line = current pararaph in QTextDocument terminology. I want to draw the current line with a different background.
It's planned but not working right now.

Quote Originally Posted by elcuco
When the cursor is on "}", that char should be drawed with another background color, and the same for the first "{".
Would be quite hard!!!

Quote Originally Posted by elcuco
I assume you support only C/C++/H files right now...?
Entierely true.

Due to the limitations of my wrapper around QTextEdit I started porting QScintilla to Qt4.
Pretty long and hard as I never learned Qt3!