Download von bitwrot-0568.c (bitwrot-0568.c ( externer Link: SourceForge.net): 122,559 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf bitwrot-0568.c ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
122,559 Bytes
MD5
190660cbef4fac34e1cc5009a06b138e

Projektbeschreibung

Since uppercase letters are a small part of text bandwidth, I use them as control characters. The caps-as-meta editor project applies this idea to a text editor. The main benefit is nearly modeless editting, there are no separate text-entry and command modes.

Feature-creep long ago forced me to have a Meta-key to get more than 26 commands. This editor is a little dangerous as I am always tweaking the commands to try to get the most utility out of the least number of commands. (And expect in the future that 'V' will not be the key to move the cursor to the top of the document. )

Be warned, the source compiles with the Diet Library (to under 70K), using read() and write() instead of fread() and fwrite().