public marks

PUBLIC MARKS from tadeufilippini with tags editor & languages

09 January 2008

DrPython - Default branch

About: DrPython is a highly customizable, simple, and clean editing environment for developing Python programs. It is intended primarily for use in schools, and is a tribute to DrScheme.

medit the text editor

* Configurable syntax highlighting. * Configurable keyboard accelerators. * Multiplatform - works both on unix and windows. * Plugins: can be written in C or Python. * Configurable tools available from the main and context menus. They can be written in Python, or it can be a shell script, or in MooScript - simple builtin scripting lanugage. * Regular expression search/replace, grep and find frontends, builtin file selector and whatnot. * See screenshots.

drpython

by 2 others
DrPython is a highly customizable, extensible editor/environment for developing programs written in the Python programming Language. It is implemented in wxPython. (wxPython is a set of python bindings (and extra widgets) for wxWidgets). It uses Scintilla for the Text Controls.

19 July 2007