Ee-Ding

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences

Showing revision 1
Difference (from revision 1 to current revision) (minor diff, author diff)

Changed: 1c1
A tiny fullscreen, open source text editor written in Pascal.
A tiny fullscreen, open source text editor written in C.

Changed: 3,9c3,9
Author: Yijun Ding
Homepage: TBD
Family:
Download: http://sites.google.com/site/texteditors/Home/files/ee.zip (C source)
License: open source
Availability: yes
Platform: MSDOS, Windows, Linux/Unix?, other: C compiler and curses.
Author: Yijun Ding
Homepage: TBD
Family: TinyEditors
Download: http://sites.google.com/site/texteditors/Home/files/ee-Ding.zip (C source)
License: open source
Availability: Yes
Platform: MSDOS, Windows, Linux/Unix?, other: C compiler and curses.

Removed: 14d13



Changed: 29,30c28
* If tab characters are find, it will expand/compress the file.
Otherwise it keep the spaces (good for fixed format data file).
* If tab characters are find, it will expand/compress the file. Otherwise it keep the spaces (good for fixed format data file).

Changed: 32,33c30
* It uses two windows, but only keeps one file structure in buffer.
It works just like windows.
* It uses two windows, but only keeps one file structure in buffer. It works just like windows.

Changed: 35,36c32
* Whenever possible, portable code between IBM and mainframe
machine are used.
* Whenever possible, portable code between IBM and mainframe machine are used.

Changed: 38,39c34
Of course, you can always change it if it doesn't fit your
situation.
Of course, you can always change it if it doesn't fit your situation.

Changed: 91c86
This is a small, easy to follow text editor written in C. Less than 1100 lines of source code. Terry Loveall's Edx editor is based on ee. As Terry says, "Yijun Ding's logic and simplicity was elegant".
This is a small, easy to follow text editor written in C. Less than 1100 lines of source code. Terry Loveall's Edx editor is based on ee. As Terry says, "Yijun Ding's logic and simplicity was elegant". The Turbo C compiled version is 20k.

 A tiny fullscreen, open source text editor written in Pascal.

 Author:    Yijun Ding
 Homepage:  TBD
 Family:    
 Download:  http://sites.google.com/site/texteditors/Home/files/ee.zip (C source)
 License:   open source
 Availability: yes
 Platform:  MSDOS, Windows, Linux/Unix?, other: C compiler and curses.

From the documentation:

EE (Easy Editor)


There are many ASCII editors around, but I still find that I use my editor most often. Taking EMACS (one of the best) as an example, it is too slow to load when I am running TeX; too many different versions even within an operating system; too many commands to remember, but still don't have the ones you want.

EE is public domain with source code. It has all of basic editing functions like search/replace, block delete/paste, word wrap/paragraph fill etc. It is small enough to maintain when you have a new OS, or just changed your taste of style. Compromises have to be made to make EE small and useful including the followings:

Otherwise it keep the spaces (good for fixed format data file).

It works just like windows.

machine are used.

Of course, you can always change it if it doesn't fit your situation.

Available commands

Commentary

This is a small, easy to follow text editor written in C. Less than 1100 lines of source code. Terry Loveall's Edx editor is based on ee. As Terry says, "Yijun Ding's logic and simplicity was elegant".


HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences
Edit revision 1 of this page | View other revisions | View current revision
Edited June 25, 2010 7:58 pm (diff)
Search: