		Ted : A New Editor for X Window

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 85K bytes on Linux/x86)
  Less memory-hungry, can be used to edit files with very long lines.
- Global and current directory configuration support
- 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 and HP ANSI CC only)
- Most edit commands have undo & redo capability  (100 steps, configurable)
- Powerful rectangular block & line block operations
  (insert copy, overwrite copy(rectangular block), delete, move,
   uppercase/lowercase, shifting text in rectangular block)
- History of typed commands (eg.  search, replace, chdir )
- Mouse select paste support.
- 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
- Syntax highlighting (support C,/bin/sh, Fortran and the language you defined)
- AutoIndent,  Adjustable tab
- 2-byte language support (Chinese, Japanese ...)
- And more ..

-------------------------------------------
FTP site:
ftp://moon.csie.ntu.edu.tw/pub/X/ted
      140.112.28.170
ftp://ftp.x.org/contrib/editors
-------------------------------------------

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