Python Syntax Highlighting Module

Cliff Wells cliff at develix.com
Thu Aug 24 14:52:20 EDT 2006


On Mon, 2006-08-21 at 08:19 -0700, gene tani wrote:
> frikker at gmail.com wrote:
> > Hello,
> > I have an idea for a project which involves an editor that supports
> > syntax highlighting.  This would be for any language, particularly php,
> > html, css, etc.  I would like to write this program using python.  It
> > would only make sense to base this upon existing open source code.  My
> > question is there a python module or examples on how to write a code
> > editor which supports modulated syntax highlighting?
> >
> > Thank you,
> > Blaine
> 
> just a *few* examples

If I were to start a GUI editor project, I'd undoubtedly start by
looking at Scintilla:

http://www.scintilla.org/

Also see:
http://scintilla.sourceforge.net/ScintillaRelated.html

Regards,
Cliff
-- 




More information about the Python-list mailing list