Jext is a free sofware (GNU/GPL) meant to become a flexible, multi-platform programming editor. Jext is written in Java and the latest development release (available on www.jext.org) provides serveral interesting features for Pyhon development: - auto indent - syntax colorization - internal console - embedded Jython (press F5 to execute current editing script) - Python class browser (written in Python) Jext is being partially rewritten using Python. For instance, almost all the menu item are Python driven. This tool also offers several generic features which will still help you in Python coding: - word completion - abreviation expansion (typing: ei then ESC may expand to if : elif: for instance) - workspaces - and all the kind of editing functions you may need (comment, uncomment, etc...) Hope you'll like it :-)) Romain "Java Swinguer !" Guy romain.guy@jext.org www.jext.org "Now, don't you worry. The saucers are up there. The graveyard is out there. But I'll be locked up safely in there." - Paula Trent, Plan 9 From Outer Space
participants (1)
-
Romain Guy