Reputation: 217
I want to incorporate a lightweight text editor into my python/pyside program. It should be able to do basic stuff like show line numbers and syntax highlighting.
Is there a Module/Widget for that, or would I have to make one myself?
Upvotes: 4
Views: 1607
Reputation: 7600
Try QScintilla, it's the component used by the Eric IDE
http://www.riverbankcomputing.co.uk/software/qscintilla
Upvotes: 4