0

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.

Davoud Taghawi-Nejad
  • 16,142
  • 12
  • 62
  • 82

1 Answers1

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