I need to integrate an editor into a window/dialog in my PyQt4 application. It needs to support syntax highlighting for Python, Java and C++. It should run under Linux and ideally windows. What would you suggest and where can I find the API and instructions? I was thinking about Katepart, but I can't find instructions for it.
Asked
Active
Viewed 168 times
1 Answers
1
http://www.riverbankcomputing.co.uk/software/qscintilla/intro
http://www.riverbankcomputing.co.uk/static/Docs/QScintilla2/index.html
http://eli.thegreenplace.net/2011/04/01/sample-using-qscintilla-with-pyqt/

Ecir Hana
- 10,864
- 13
- 67
- 117
-
Also there is a plugin for Qt4-designer, which makes the use extremely easy. Thanks – Davoud Taghawi-Nejad Nov 23 '11 at 22:43
-
You are welcome. You might also want to check this question as answered. – Ecir Hana Nov 23 '11 at 23:15