Version 9 of viTHE

Updated 2004-01-07 08:36:09

Page started by CB

viTHE is my attempt to combine the aspects I like best about the vi editor and THE (the Hessling editor).

Ultimately I am hoping it will include vi key bindings as well as THE key bindings. I also would like to have a mixed mode that will allow vi movement with THE style prefix commands and THE command line evaluation.

It it should be extensible via Tcl in an easy fashion. (It will use Tcl as its macro language vs the REXX that THE uses)

I am expecting this project to take me a while before it is useful anyone besides me (if ever). I am mostly doing it because I want it and it has turned out to be fun beyond my imaginings.

I intend ultimately to have both a Tk version and a character mode version (using CK). If anyone can give me advice on what it takes to get Ck compiled on Win32 and what changes are required to PDcurses [L1 ] to get it to work with Ck I would appreciate it.

I will provide source code on request and a starkit once some reasonable level of usefulness is achieved.


Current Status:

 - viTHE is now capable of being used to edit itself.
 - keybindings are not implemented yet.
 - modes are not implemented yet.
 - commandline evaluation of commands is now possible
 - arbitrary Tcl code can be evaluated from the commandline
 - system interaction with cmd.exe is being developed but is buggy --
    (due to my lack of knowledge of how to preserve text from substitution till it is passed to the shell).
 - a file buffer ring has been implemented allowing editing of multiple files without forcing saves