home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / TED2.ZIP / TED.DOC < prev    next >
Text File  |  1988-10-26  |  2KB  |  50 lines

  1. TED
  2. Command
  3.  
  4. Tom Kihlken 
  5. 1988 No. 19 (Utilities)
  6.  
  7.  
  8. Purpose:    A small, full-screen editor for line-oriented files of up to 
  9. 64K in length that supports scrolling, cut, copy, paste, and printing
  10. operations, and permits entry of all members of the IBM character set.
  11.     
  12. Format:    TED [filespec]
  13.     
  14. Remarks:    TED will open and read a file whose name (and path, if required)
  15. are supplied initially.  If no filespec is provided it will open a new file and
  16. prompt for a filename when the Save and Exit command (F7) is given.  The
  17. original of a modified file is saved with a .BAK extension.  The Abort command
  18. (F1), when verified, abandons any modifications and leaves the original file
  19. intact.
  20.  
  21.     Lines may be of any length, and each must be terminated by pressing
  22. Enter.  Lines longer than the screen width display a diamond in the rightmost
  23. column.  Offscreen characters (up to 248 columns) may be viewed by using the
  24. Ctrl-<arrow> keys.  Lines may be broken by pressing Enter at any point, and may
  25. be conflated by pressing Delete at the line end.
  26.     
  27.     A block of text is defined by toggling on the Mark command (F4) and
  28. moving the cursor with the arrow keys.  The Marked area is shown in inverse
  29. video.  Pressing F3 prints the blocked text; F5 (Cut) removes it to a buffer
  30. from which it can be Pasted (F6) at any point where the cursor is located.  The
  31. paste buffer remains intact until another section is marked and cut.
  32.  
  33.     Pressing F8 deletes to the end of a line; F9 deletes the entire line. 
  34. F10 restores the most recent deletion of F8 or F9.  The Undo command (F2)
  35. restores letters deleted by the Delete (but not by the Backspace) key if the
  36. cursor has not been moved.
  37.  
  38.     The Home and End keys move the cursor to the beginning and end of the
  39. current screen line; the Tab key moves to the next column evenly divisible by
  40. eight.  Text is entered in Insert mode by default; pressing the Insert key
  41. toggles to overstrike mode.  TED configures itself to the display in use and
  42. supports EGA and VGA text modes other than the standard 80 columns by 25 rows.
  43. PgUp and PgDn scroll the file by the number of rows displayed, minus 5.  
  44. Ctrl-PgUp and Ctrl-PgDn move to the top and bottom of the file.  
  45.  
  46.     Any character in the IBM set can be entered by pressing the Alt key,
  47. typing its ASCII value on the numeric keypad, then releasing the Alt key. 
  48.  
  49.  
  50.