hi,
I'm working on a C++ IDE with build-in support for Qt4.
Basic GUI is working but QTextEdit does not match my requirements:
I'm looking for an editor which would show lines number, allow search and replace and so on...
QScintilla may have be fine but it hasn't been ported to Qt4 yet.
QSA implements a similar text editor but I have troubles customizing it!!!
Any ideas???