user1976336
user1976336

Reputation: 217

PySide TextEditor

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

Answers (2)

Demolishun
Demolishun

Reputation: 1650

Just looking for this myself: PySide QSyntaxHighlighter

Upvotes: 1

LtWorf
LtWorf

Reputation: 7600

Try QScintilla, it's the component used by the Eric IDE

http://www.riverbankcomputing.co.uk/software/qscintilla

Upvotes: 4

Related Questions