Python editor in a PyQt4 application

181 views Asked by At

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.

1

There are 1 answers