From: Simon Strandgaard Date: 2005-01-04T07:12:37+09:00 Subject: [ann] aeditor-2.0 (very barebone release) AEDITOR 2.0 =========== This is a new incarnation of AEditor, still barebones, still very rough. No syntax coloring, no folding, nothing. (it has a new datastructure that rocks). No delete key, no pageup/pagedown. Its written in less than 1000 lines of code. This README is written with this editor (it has successfully been bootstrapped just a few minutes ago 03-jan-2004 in the evening). download: http://rubyforge.org/frs/download.php/2443/aeditor-2.0.tar.gz screenshot: http://aeditor.rubyforge.org/aeditor_shots/044.png Keybindings =========== ctrl x ......... quit ctrl o ......... save buffer arrow keys ..... move cursor letters ........ insert text backspace ...... erase char left of cursor home ........... move cursor to linebegin end ............ move cursor to lineend F1 ............. insert a fullwidth glyph F2 ............. dump statistics to log Logfile ======= A logfile is outputted in the homedir. $HOME/aeditor-2.0.log It's interesting to do a tail -f on it. License ======= Ruby license Author ====== Simon Strandgaard // END