home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / TEDS11.ZIP / TEDS11.DOC < prev   
Text File  |  1992-07-14  |  5KB  |  219 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.                      T A Y L O R   E D I T O R                     
  35.  
  36.                         For OS/2 1.0 -> 2.0
  37.  
  38.                            Version 1.1                           
  39.  
  40.                        (C) Copyright 1992                        
  41.  
  42.                          Stephen Balbach                         
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.                             Chapter 1
  83.  
  84.                           Introduction
  85.  
  86.  
  87. Taylor Editor is an ASCII text editor similar in all respects to
  88. Microsoft editor included with MS-DOS 5.0.  I wrote Taylor Editor
  89. with the goal of duplicating Microsoft Editor.  So why use Taylor
  90. Editor?  It's FREE!!  Absolutely no commitment or obligation is
  91. required to use Taylor Editor.  You may ask, is not Microsoft
  92. Editor for all purposes free as well?  It came with my system, it
  93. came with MS-DOS, why change?
  94.  
  95. Taylor Editor offers you the opportunity to take part in the
  96. fight against the ever growing menace known as the Software
  97. Industry.  Gone are the days when information among software
  98. developers flowed freely in the name of progress.  Instead these
  99. are times of secrecy, corporate wars of 'look-and-feel' and the
  100. retardation of knowledge among programmers in the name of
  101. Copyright.  The net effect has been the slow down of advancement
  102. and the eventual stagnation of the art.
  103.  
  104.  
  105. By using this product you boycott the Commercial Software
  106. Industry trend towards priority software and fight for your
  107. FREEDOM to choose which information or information tool you wish
  108. to use.  I ask for no money, only that someone, somewhere can
  109. find a use for my product and contribute to society as well.
  110.  
  111.  
  112. I am distributing this software under the WARRENTY and COPYRIGHT
  113. agreements as set forth by the GNU project.  In general, I can
  114. not be held liable for the program and Taylor Editor is (C)
  115. Copyright 1992 Stephen Balbach.  You may distrubute freely but
  116. only under the same agreement that you have recieved a copy of
  117. this program.  A full copy of the WARRANTY and COPYRIGHT
  118. agreement that Taylor Editor is distributed under if it is not
  119. with this package can be obtained from any GNU product or the GNU
  120. in MA.
  121.  
  122.  
  123.  
  124. 1.   COMMANDS
  125.  
  126.  
  127.      F10 - Main Menu
  128.  
  129.      F2  - Cursor Position
  130.  
  131.            Pressing F2 will display the current cursor position.
  132.  
  133.      ALT+X - Save and Exit
  134.      [Quit menu]
  135.  
  136.            Save current file and exit.  Will prompt for filename 
  137.            if none already.  This is much faster and smoother 
  138.            then Microsoft Editor which requires three to four key 
  139.            strokes.
  140.  
  141.      ALT+M - Mark Text (line   mode)
  142.      ALT+C - Mark Text (column mode)
  143.      [Edit menu]
  144.  
  145.            Turn text marking on and off.  See following commands 
  146.            for use of text marking.
  147.  
  148.      GREYPLUS - Copy Marked Text to Buffer
  149.      [Edit menu]
  150.  
  151.            All marked text will be copied to the text buffer.  
  152.            This is the first step to copying a block of text. See 
  153.            INS below.
  154.  
  155.      GREYMINUS - Cut Marked Text to Buffer
  156.      [Edit menu]
  157.  
  158.            All marked text will be cut (moved) to the text 
  159.            buffer.  This is the first step to moving a block of 
  160.            text.
  161.  
  162.      INS - Paste Text from Buffer to Screen
  163.      [Edit menu]
  164.  
  165.            Text in the text buffer will be Pasted at the current 
  166.            cursor position.
  167.  
  168.      DEL - Delete Marked Text
  169.      [Edit menu]
  170.  
  171.            All marked text will be deleted.
  172.  
  173.      ALT+S - Search
  174.      [Search menu]
  175.  
  176.            Search for given string from Cursor position forward. 
  177.            Repeat search by pressing ALT+S again.
  178.  
  179.      ALT+R - Search and Replace
  180.      [Search menu]
  181.  
  182.            Search and Replace given string throughout document.  
  183.            You are prompted for each replacement.
  184.  
  185.      CNTRL+Y - Delete Line
  186.  
  187.            Delete current line.
  188.  
  189.  
  190.  
  191. 2. OS/2
  192.  
  193. Taylor Editor can be a replacement for Enhanced Editor, but it
  194. does not run in a window (but can be run from a window).  If
  195. your ASCII editing requirements allows you to remove Enhanced 
  196. Editor it will free almost a megabyte of space.
  197.  
  198. Taylor Editor for OS/2 runs from the command prompt.  It can
  199. be run from a window in full-screen mode.  
  200.  
  201.  
  202. 3. NOTES
  203.  
  204. This version supports plain ASCII text files up to 64K.
  205.  
  206. Taylor Editor was written in Microsoft C 5.1
  207.  
  208. Future enhancements if I get any response include a hook to
  209. external programs so you can add in spell checkers, option to
  210. change colors, pick-list of available files, more editor
  211. commands.
  212.  
  213. Source code is available for the cost of getting it to you.  You
  214. will need C-Scape windowing library to recompile, however.
  215.  
  216. Stephen Balbach
  217. 11307 Tooks Way
  218. Columbia, MD 21044
  219.