		Ted : A Small and Powerful Text Editor for X Window

New:
- vi mode (not complete emulation, coexits with normal ted mapping)
- windows key style cut-copy-paste : s-delete c-insert s-insert
- can automatically restore cursor position, window size, window position by
	files (can be turned off in tedrc)
- Vertical input mode
- Read-only mode
- initial editor commands + no display mode  -> script execution editor
- Cursor follows mouse click is now default mode (can be disabled)
- grep window : You can use up/down keys to select grep output and press enter
	to goto this line of the file.
- Export key marcro to a text file
- Regular expression search/replace
- IBM AIX port (include cc compile win support)

Features:
- Fully configurable keyboard, You can bind function and/or string to any key.
	Ted can make full use of your PC keboard. (esp. Insert, Delete & Func keys)
	'a-' stands for ALT key.  'c-' is CTRL key. 's-' is Shift key. Any
	combinations of the modifier keys are allowed.
	f [c-k][f]	FindStr()
	f [a-b]		MarkBlk()
	f [f9]          SaveIfModified(); system("make -f Makefile.dbg &")
	.
	d [a-`] "This \tis a \e[35mtest\e[m\n"
	d [as-!] "\e[31m"	# typing escape seq control code should be
	d [a-7] "\e[7m"		# easier than usual
- Multiple windows, multiple files, able to copy & paste between files/
	windows. The window style can be
		+---+     +-+-+      +---+         +-+-+
		|   |     | | |      +---+         +-+-+
		+---+     +---+      +---+         +-+-+
		single  2 vertical   2 horizontal  4 windows
- Elegant executable file
	 (stripped size is 99K bytes on Linux/x86, 131K on Sparc/Solaris)
	Less memory-hungry, can be used to edit files with very long lines.
- vi mode (not complete emulation, coexits with normal ted key mapping)
- Global and current directory configuration support
- grep window : You can use up/down keys to select grep output and press enter
	to goto this line of the file.
- Simple IDE environment: you don't have to use goto line number function
	when the 'cc' said your program has an error. Just select the error and
	ted will goto the line you want to see.
	(currently support GCC, HP ANSI CC and Sun's javac)
- Most edit commands have undo & redo capability  (100 steps, configurable)
- Keyword completion : Type the beginning several chars of a keywword and
	press escape-escape. If only one match is found, Ted puts the keyword
	directly.	If more than one match is found, You can select from the menu.
- Powerful rectangular block & line block operations
	(insert copy, overwrite copy(rectangular block), delete, move,
	 uppercase/lowercase, shifting text in marked block)
- Macro(key strokes) recording/playing
- History of typed commands in input dialog box
- windows key style cut-copy-paste : s-delete c-insert s-insert
- Parenthesis matching
- Ctags support, you can easily go to the function you want to see.
- Multiple file tag, you can switch between files easily.
- Ability to remember the cursor position of the files you have edited
- Auto saving (backup)
- Backward search/replace,  ignore case/whole word match, in-block replace,
	can go back to previous match, regular expression search
- Syntax highlighting (support C,/bin/sh, Java, Perl, Fortran, self-defined)
- Vertical input mode, AutoIndent,  Adjustable tab
- File name completion
- 2-byte language support (Chinese)
- Only use standard X11 lib, screen display is fast.
- And more ..

-------------------------------------------
FTP site:
ftp://moon.csie.ntu.edu.tw/pub/X/ted  (newest update is here)
			140.112.28.170
ftp://ftp.x.org/contrib/editors
-------------------------------------------

Edward D. H. Liu
dhliu@solar.csie.ntu.edu.tw
