Text Editor with wxPython

Harald Armin Massa clpl.19.ghum at spamgourmet.com
Sat Mar 22 15:56:05 EST 2003


Franz,


> I'd like to write a small text editor with wxPython.
> How would you program a simple, but extensible editor?

Scintilly is included with wxPython. It's a complete programmers editor. 
www.scintilla.org

If you want to study just a simple editor with wxPython, go to site-
packages/wxPython/lib/editor. You can test it within the demo of wxPython

There were some rumours about documentation for the scintilla 
textcontrol, check wxPython mailinglist on aspn.activstate.com

Best wishes

Harald




More information about the Python-list mailing list