home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / te265d.zip / README.1ST < prev    next >
Text File  |  1993-04-06  |  4KB  |  101 lines

  1. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  2. ▌              G E N E R A L   I N F O R M A T I O N           Page 1 ▐
  3. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  4. Tech-Edit (Technical Editor) is a FAST full featured programmers' editor.
  5. Tech-Edit was written with the idea of creating the fastest multi-window
  6. text editor available for DOS and OS/2.
  7.  
  8. Shareware distribution of Tech-Edit includes a full featured DOS or
  9. OS/2 version of the editor. Upon registration we will send you:
  10.  
  11. - Latest Release of
  12.     o DOS version
  13.     o 32 Bit OS/2 version
  14.     o Printed Manual
  15.     o Source code (Optional)
  16.  
  17. Tech-Edit is a general purpose source code editor. It provides a fast
  18. multi-window and multi-file editing environment for programmers.
  19.  
  20. Tech-Edit uses a unique combination of editing windows and screens.
  21. An  editing  session  can  be  broken up into multiple screens;
  22. in turn, each screen may be broken up into multiple windows
  23. (16 per screen).
  24.  
  25. The  Technical  Editor  was designed with enough features to make
  26. most editing chores simple. The most noted features:
  27.  
  28. .   25,43,50 line modes
  29. .   Multiple screens and windows
  30. .   UNDO last 1000 text changes
  31. .   Keyboard re-definition
  32. .   Line and rectangular block marking
  33. .   Selection box for file loading (moves through directories)
  34. .   Auto word search (searches for word under cursor)
  35. .   Binary and read only editing modes
  36. .   Bookmarks (up to 5)
  37. .   Bracket matching
  38. .   Extended ASCII character set
  39. .   File based keymap configurations
  40. .   Window selection list to go from window to window
  41. .   Interactive editor configuration
  42. .   Keyboard macros
  43. .   Regular expression search and replace
  44.  
  45. Tech-Edit is a shareware product; before using it you must
  46. read the license agreement (license.txt).
  47.  
  48. Included in the evaluation .ZIP file are:
  49.  
  50. readme.1st    - General product information plus.
  51.  
  52. license.txt   - License agreement and registration/order form
  53.  
  54. t.exe/t32.exe - Technical Editor Executable
  55.  
  56. t.hlp         - Technical Editor Help file
  57.  
  58. prob.rep      - Form for reporting Tech-Edit problems.  Please use
  59.                 this form whether or not you are a registered user.
  60.                 FAX, E-Mail or US Mail it to us.
  61. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  62. ▌                 H E L P F U L L   H I N T S                  Page 2 ▐
  63. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  64.  
  65. Copy "t*.exe" and "t.hlp" files into a directory included in your "PATH"
  66.  
  67. Usage:  t [-prb] file1.ext file2.ext ... filen.ext
  68.           flags and filespecs are optional;
  69.               -p Choose file to edit through file pick list
  70.               -r Bring up file in read-only mode (allows no changes)
  71.               -b Bring up file in binary mode (fixed line length and
  72.                  no CR-LF translation)
  73.  
  74.           Valid wild card characters (*?) can be used for file names.
  75.  
  76. Executing "t.exe" or "t32.exe" without any arguments brings up a pick-list
  77. window  with all the files and directories in the current directory.
  78.  
  79. Commands for getting started:
  80.  
  81. F1              HELP
  82. ALT-C           Editor configuration  (change defaults)
  83. Alt-D           Delete current line
  84. Alt-K           Delete to end of line
  85. Alt-L           BLOCKING: Mark lines for Copy/Delete/Cut
  86. Alt-B           BLOCKING: Rectangle mark for Copy/Delete/Cut/Indent
  87. Alt-I           BLOCKING: Paste current cut buffer
  88. Alt-G           Goto line
  89. Ctrl-U          Undo last file modification
  90. Alt-Z           Exit and save all changed files
  91. Alt-X+N         Exit and discard all changed files
  92. Alt-Q           Exit and prompt to save for each changed file
  93. Alt-F+S         Save current buffer
  94. Ctrl-S+F or F3  Search forward
  95. Ctrl-F          Repeat last search
  96. Alt--   or F9   Previous screen
  97. Alt-=   of F10  Next screen
  98. Ctrl-K+D        Key re-define (change action of any given key sequence)
  99. Ctrl-K+S        Save current keymap
  100.  
  101.