home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / TEDIT25.ZIP / README.1ST < prev    next >
Text File  |  1990-07-22  |  5KB  |  128 lines

  1. README.1ST               Saturday, July 21,  1990 12:00 am           Page 1
  2.  
  3.     !!YOU MUST READ THE README. FILE!!
  4.  
  5.     Tech-Edit (Technical Editor) is a FAST full featured programmers' editor.
  6.     Tech-Edit was written with the idea of creating the fastest multi-window
  7.     text editor available for DOS and OS2.
  8.  
  9.     Shareware distribution of Tech-Edit includes a full featured DOS & OS/2
  10.     version of the editor. Upon registration we will send you:
  11.  
  12.                         - Latest Release
  13.                             o OS2 version
  14.                             o DOS 808x version
  15.                             o Printed Manual
  16.                             o Source code (Optional)
  17.                         - Free update
  18.  
  19.    ----------------------------------------------------------------------
  20.  
  21.      Tech-Edit is a general purpose source code editor. It provides a fast
  22.      multi-window/-file editing environment for programmers.
  23.  
  24.      Tech-Edit uses a unique combination of editing windows and screens.
  25.      An  editing  session  can  be  broken up into multiple screens;
  26.      in turn, each screen may be broken up into multiple windows
  27.      (16 per screen).
  28.  
  29.      The  Technical  Editor  was designed with enough features to make
  30.      most editing chores non-laborious.
  31.  
  32.      The most noted features:
  33.  
  34.          Virtual memory
  35.    NEW   25,43,50 line modes (EGA/VGA only)
  36.          UNDO last 1000 text changes
  37.          Keyboard re-definition
  38.          Auto word search (searches for word under cursor)
  39.          Bracket matching
  40.          Binary and Read-only editing modes
  41.          Bookmarks (up to 5)
  42.          OS environment (single key toggle)
  43.          Extended ASCII character set
  44.          File based keymap configurations
  45.          Go to window selection list for going from window to window
  46.          Interactive editor configuration
  47.          Keyboard macros
  48.          Line and rectangular block marking
  49.          Multiple screens and windows
  50.          Auto indenting
  51.          Regular expression search and replace
  52.          Selection box for file loading (moves through directories)
  53.  
  54.    ----------------------------------------------------------------------
  55.  
  56.         Tech-Edit is a shareware product; before using this product you must
  57.     read the license agreement found in the README file.
  58.  
  59. README.1ST               Saturday, July 21,  1990 12:00 am           Page 2
  60.  
  61. -----------------------------------------------------------------------------
  62.                             PACKING LIST
  63. -----------------------------------------------------------------------------
  64.     readme.1st          What your reading
  65.  
  66.     readme.             License agreement and registration information
  67.  
  68.     t.exe               Technical Editor Executable (DOS)
  69.  
  70.     t2.exe              Technical Editor Executable (OS\2)
  71.  
  72.     t.hlp               Technical Editor Help file
  73.  
  74.     t.man               Technical Editor Manual (ASCII Format)
  75.  
  76.     feature.new         What has changed.
  77.  
  78.     prob.rep            Form for reporting Tech-Edit problems. (Please use
  79.                         this form whether or not you are a registered user.)
  80.  
  81.     contact.who         How to communicate with Superior Soft staff.
  82.  
  83. -----------------------------------------------------------------------------
  84.                     HELPFUL HINTS FOR INSTALLATION
  85. -----------------------------------------------------------------------------
  86. Copy "*.exe" and "t.hlp" files into a directory included in your DOS "PATH"
  87.  
  88. Usage:  t [-prb] file1.ext file2.ext ... filen.ext
  89.           flags and filespecs are optional;
  90.               -p choose file to edit through file pick list
  91.               -r Bring up file in read-only mode (allows no changes)
  92.               -b Bring up file in binary mode (fixed line length and
  93.                  no CR-LF translation)
  94.  
  95.           Valid wild card characters can be used for file names
  96.  
  97. Executing "t.exe" without any arguments brings up a pick-list window with
  98. all the files and directories in the current directory.
  99.  
  100.  
  101. README.1ST               Saturday, July 21,  1990 12:00 am           Page 3
  102.  
  103. Key sequences worth knowing (press F1 for help on all key sequences):
  104.  
  105. F1              HELP
  106. ALT-C           Editor configuration  (change important defaults)
  107. Alt-D           Delete current line
  108. Alt-K           Delete to end of line
  109. Alt-L           BLOCKING: Mark lines for Copy/Delete/Cut
  110. Alt-B           BLOCKING: Rectangle mark for Copy/Delete/Cut/Indent
  111. Alt-I           BLOCKING: Paste current cut buffer
  112. Alt-G           Goto line
  113. Ctrl-U          Undo last file modification
  114. Alt-Z           Exit and save all changed files
  115. Alt-X+N         Exit and discard all changed files
  116. Alt-Q           Exit and prompt to save for each changed file
  117. Alt-F+S         Save current buffer as "file name"
  118. Ctrl-S+F or F3  Search foreward
  119. Ctrl-F          Perform last search
  120. Alt--   or F9   Previous screen
  121. Alt-=   of F10  Next screen
  122. Ctrl-K+D        Key re-define (change action of any given key sequence)
  123. Ctrl-K+S        Save current key-map
  124. -----------------------------------------------------------------------------
  125. End of file
  126. -----------------------------------------------------------------------------
  127.  
  128.