SpugEdit - Another Programmer's EditorSpugEdit (formerly "yed") is a programmer's editor written entirely in Python using Tkinter. It supports most of the features that you would expect from a modern editor, including:
It also supports some features that other editors don't:
SpugEdit is customizable in Python either through extensions, which are
loaded at startup, or through lightweight "yedlets," which can change at
runtime.
First download spuglib and install it as follows:
$ tar -xvzf spuglib-0.15.tar.gz
$ cd spuglib-0.15
$ python setup.py build
As root:
# python setup.py install
Then download SpugEdit and install like so:
$ tar -xvzf spugedit-0.2.tar.gz
$ cd spugedit-0.2
$ python setup.py build
As root:
# python setup.py install
Run "yed". The first time you run it, the manual will come up. You can
retrieve the manual at any time by pressing F1.
KudosThanks go out to Google for letting me work on SpugEdit (and my open source projects in general) in my 20% time. |
|