ANN: pyeditor version 1.3a

Dave Kuhlman dkuhlman at rexx.com
Thu Jan 9 13:44:15 EST 2003


PyEditor version 1.3a

What is it -- pyeditor is a text editor whose top-level code is written in 
Python.  It exposes most of the features of Scintilla and adds 
customization in Python.  It is extensible in Python.  It supports multiple 
buffers, structure folding, undo/redo, book-marks, and much more. pyeditor 
is built on top of (1) the Scintilla text editor widget, (2) the 
pyscintilla wrapper for Scintilla, (3) the pygtk wrapper for Gtk+, and (4) 
the command-line/console from pygtk.

What's new --

  Version 1.3a (1/8/03)
    * Added creation of backup files when file is saved.
    * Renamed Commands menu to 'Tools'.
    * Moved spell checking from Edit menu to Tools menu.
    * Added ability to save and load session, i.e. to re-open the
      files that were open when pyeditor was last closed.

See:

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

Thanks and acknowledgements:

  * Archaeopteryx (http://archaeopteryx.com) for pyscintilla.
  * James Henstridge for pygtk and the command-line/console.
  * The people who did Scintilla (and don't forget SciTE) 
    (http://www.scintilla.org/).

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




More information about the Python-list mailing list