home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / util / mredit / mredit.doc next >
Text File  |  1990-01-14  |  5KB  |  115 lines

  1.  
  2.                            M.r. Edit
  3.                               by
  4.                          Mark R. Sizer
  5.  
  6.           This is a shareware product.  If you choose to use it,
  7.      please send $15 to:  Mark R. Sizer
  8.                           PSC Box 1652
  9.                           Tyndall AFB, FL 32403
  10.      (NOTE:  if you want to be a beta tester, let me know.  I will
  11.       waive the registration fee and you can use it legally for 
  12.       free.  I do expect some feedback, so don't do this unless you
  13.       are willing to be helpful.)
  14.  
  15.      Please also include your CIS ID or your GENIE address, if you
  16.      have one.  I would prefer to post upgrade notices online.
  17.  
  18.           This is a beta version.  Therefore all features are new 
  19.      features.  I will briefly list all the features and any known
  20.      bugs in them.  
  21.  
  22.      FILE:
  23.        NEW - Creates a new file, if the current file is 
  24.        not saved, you are asked if you wish to save it.
  25.  
  26.        OPEN - Opens a disk file, if the current file is not saved, you
  27.        are asked if you wish to save it.  Virtual editing is not yet
  28.        supported.  Therefore if you select a file too large for the
  29.        amount of memory available you will either be told or the system
  30.        will crash.  There is a bug here that I can not find.
  31.  
  32.        SAVE - Saves the current file without prompting for a name (unless
  33.        the current file is (No-File)).
  34.  
  35.        SAVEAS - Saves the current file, prompting for a file name.
  36.  
  37.        PRINT - Not implemented.  The code is written but nothing 
  38.        happens.  I do not have a printer on my IBM, but am working
  39.        on the problem.
  40.  
  41.        BLOCKLOAD - Loads a disk file into the current file, selecting it
  42.        in the process.
  43.  
  44.        BLOCKSAVE - Saves the currently selected block to a disk file.
  45.  
  46.      EDIT:
  47.        UNDO - Is not implemented.
  48.  
  49.        CUT - Removes the currently selected block and places it on the
  50.        clipboard.
  51.  
  52.        COPY - Copies the currently selected block to the clipboard.
  53.  
  54.        PASTE - Pastes the contents of the clipboard into the file,
  55.        selecting it.
  56.  
  57.        DUPLICATE - Copies the selected text and Pastes it at the cursor
  58.        location.
  59.  
  60.        MOVE - Cuts the selected text and Pastes it at the cursor location.
  61.  
  62.        DESELECT - Removes the current selection.
  63.  
  64.      SEARCH:
  65.        FIND - Finds the entered text.  (The ignore case option is not
  66.        implemented).
  67.  
  68.        CHANGE - Finds the entered text and changes it.  (The ignore case
  69.        option is not implemented).
  70.  
  71.        NEXT - Repeats the last FIND or CHANGE command.
  72.  
  73.      CURSOR:
  74.        GOTOLINE - Moves the cursor to the line specified.  The dialog
  75.        box contains the max line number when it is displayed.
  76.  
  77.        OVERWRITE - Toggles the overwrite/insert modes.
  78.  
  79.        AUTOINDENT - Toggles autoindent on and off.
  80.  
  81.      INSTALL:
  82.        EDIT SETTINGS - Allows you to select the default modes for
  83.        OVERWRITE, AUTOINDENT, and TAB EXPANSION.  Your choices are
  84.        written into the win.ini file.  Note:  Tab expansion is always
  85.        spaces.  You may change it but it makes no difference.
  86.  
  87.        COLORS - Allows you to change the screen colors.  Your choices
  88.        are written into the win.ini file.  Note:  When running multiple
  89.        instances,  you may have different colors for each instance, but
  90.        the last colors changed are what is written to the win.ini file.
  91.  
  92.      This program was written as a prototype for a word processor.  If,
  93.      however, the shareware response is good, I will continue to release
  94.      upgrades.  If you decide not to use this program, please drop me
  95.      some e-mail telling me why you hate it.  I will implement most
  96.      reasonable features.  Please remember, though, this is a TEXT editor.
  97.  
  98.  
  99.      NOTES:
  100.        1) There is no macro language:  I am thinking about it.
  101.        2) No UNDO:  I am working on it.
  102.        3) As you type into an empty file, the vertical scroll bar does
  103.           not appear and the scroll bar thumb does not function properly.
  104.           Re-Size the window every now and then.  I am working on this, too.
  105.        4) Only LINES may be selected.  I hate this.  I am implementing 
  106.           column and stream selection.
  107.        5) I am releasing this now because if I wait for all the features
  108.           I want to be implemented, it will never go out.
  109.  
  110.  
  111.                      Mark R. Sizer
  112.                      CIS:    76466,524
  113.                      GENIE:  M.SIZER
  114.                      10 JAN 90
  115.