wxPython, Syntax highlighting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric von Horst

    #1

    wxPython, Syntax highlighting

    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.

    Any suggestions?

    (I need this because my collegue who is very Java-minded can
    apparently do that without any problems)

    Kd

  • Justin Ezequiel

    #2
    Re: wxPython, Syntax highlighting

    On Mar 28, 2:56 pm, "Eric von Horst" <z80vsvi...@hot mail.comwrote:
    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.
    see
    ..\wxPython2.6 Docs and Demos\samples\i de\ActiveGridID E.py

    Comment

    • Christian

      #3
      Re: wxPython, Syntax highlighting

      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 StyledTextContr ol (wx.stc) in the demo.

      Christian

      Comment

      Working...