[Q] Customizable text editor based on Python?

Dave Kuhlman dkuhlman at rexx.com
Thu Jan 30 12:19:39 EST 2003


Simon Brunning wrote:

>> From:        eRrEiMcOgVoErMrE at cox.net [SMTP:eRrEiMcOgVoErMrE at cox.net]
>> I was wondering if people could point me to a text editor which can be
>> extended using Python, similar to how Emacs can be extended via LISP and
>> Alpha can be extended via TCL/TK.

Also see PyEditor:

    http://www.rexx.com/~dkuhlman/#pyeditor

It's built on the scintilla editor widget, which is implemented in C++, 
making it pretty quick.  The top level code is Python; so, for example, you 
can add new menu items implemented in Python.

Requires pyscintilla and pygtk.

-- 
Dave Kuhlman
dkuhlman at rexx.com
http://www.rexx.com/~dkuhlman




More information about the Python-list mailing list