wxPython, Syntax highlighting

Christian ckkart at hoc.net
Wed Mar 28 06:55:21 EDT 2007


Eric von Horst wrote:
> Hi,
> 
> I am looking for wx widget that has the ability to show text, edit the
> text (like a TextCtrl) but also does syntax highlighting (if the text
> is e.g. XML or HTML).
> I have been looking in the latest wxPython version but I could not
> really find anything.

Have a look at StyledTextControl (wx.stc) in the demo.

Christian




More information about the Python-list mailing list