home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / moorv14.lha / Moor.doc < prev   
Text File  |  1993-05-09  |  5KB  |  163 lines

  1.  
  2.                         //   //  ////   ////  /////
  3.                        /////// //  // //  // //  //
  4.                       // / // //  // //  // /////
  5.                      //   // //  // //  // //  //
  6.                     //   //  ////   ////  //  //  V1.4
  7.  
  8.                   (C) Copyright 1993 by John Babina III
  9.  
  10.  
  11. This software is for OS2.0+, it will not work under 1.3!
  12.  
  13. Well here it is... Yet another text file viewer.  I wrote this one because I
  14. was sick of all the other viewers out there.  The only ones I really liked
  15. were built into other programs.  So here it is... A small, extremely FAST
  16. text file viewer.
  17.  
  18.  
  19. Features:
  20.  
  21. - Real time scroll bar
  22. - Handles ANSI codes & tabs
  23. - ASL file requester
  24. - FAST! scrolling
  25. - Environment parameters (interlace mode, color)
  26. - Text search
  27. - Looks great!
  28.  
  29.  
  30. To install, place it in your C: directory.  You will probably want to rename
  31. it MORE, or whatever you call your current poor text viewer.
  32.  
  33. To run, just type MOOR <filename>.  If there is not enough contiguous memory
  34. to load the file, or the file does not exist you should get an error message.
  35.  
  36.  
  37. Open, Quit, and Search can now be activated via pulldown menus.  More will be
  38. added in the next version.
  39.  
  40.  
  41. Command Keys:
  42.  
  43. Escape            - Quit and exit MOOR
  44.  
  45. Up/Down            - Move up/down in the file 1 line at a time
  46.  
  47. Shift Up/Shift Down,
  48. Backspace/Space,
  49. Page Up/Page Down    - Move up/down a screen at a time
  50.  
  51. Left/Right        - Move left/right two positions
  52.  
  53. Shift Left/Right    - Move 20 character positions to the left/right
  54.  
  55. Home or `            - Go to the top of the file
  56.  
  57. End or 0            - Go to the bottom of the file
  58.  
  59. Keys 1-9            - Move to that percentage in the file
  60.                   (I.E. pressing 3 would place you 30% into the file)
  61.  
  62. L                - Load a new file
  63.  
  64. S                - Search for a text string
  65.  
  66.  
  67. Environment Settings:
  68.  
  69. There are currently two options that can be set.
  70.  
  71. Code     Option       Description                           Default
  72.  I    Interlace    Places screen in interlace mode      Non-Interlace
  73.  C    Color Swap   Swaps screen text/background colors   Black on White
  74.  
  75. To change these options, place this statement in your startup sequence:
  76.  
  77. "setenv MOOR <Command Codes>"        (Order of codes does not matter)
  78.  
  79. For example, to swap the screen colors to white text on a black background
  80. and put Moor into interlace mode, the command would be:
  81.  
  82. "setenv MOOR IC"
  83.  
  84.  
  85. Miscellaneous Info:
  86.  
  87. Tab size is currently set at 5.  This will be able to be changed in later
  88. versions.
  89.  
  90.  
  91. Soon to come:
  92.  
  93. - Preferences in pulldown menus
  94. - Custom screen size
  95. - Printing options
  96. - Whatever else I can think of
  97.  
  98.  
  99. This program is currently FreeWare.  You may freely distribute MOOR as long
  100. as the original archive is kept intact.  You cannot, however, sell this
  101. software.  Fred Fish has my permission to include MOOR in his disks.
  102. (If anyone knows how to submit a file to Fred Fish, please let me know.)
  103.  
  104.  
  105. Like anyone, I appreciate getting things in the mail.  Drop me a not and tell
  106. me what you think of MOOR!  If you want to help send me through college, feel
  107. free to send me $$.
  108.  
  109. If you have any comments or suggestions, find any bugs, or you just want to
  110. tell me how great my program is, you may reach me the following ways:
  111.  
  112.  
  113. Internet Address:
  114.  
  115. jxb1742@ritvax.isc.rit.edu
  116.  
  117.  
  118. School Address(I will not be here for summer break)
  119.  
  120. John Babina III
  121. Box 640
  122. 25 Andrews Memorial Drive
  123. Rochester, NY 14623
  124.  
  125.  
  126. Home Address(You can always reach me here)
  127.  
  128. John Babina III
  129. 44 Field Rock Road
  130. Monroe, CT 06468
  131.  
  132.  
  133. Disclaimer:  Use this software at your own risk.  I take no responsibility
  134.              if anything bad happens.
  135.  
  136.  
  137. History:
  138.  
  139. v1.4        - Added pulldown menus - increased loading time drastically (5x!) -
  140.           Added ANSI hanling - Faster scrolling - Smaller more efficient code
  141.  
  142. v1.35    - Made Moor use the topaz 8 font - People with system default fonts
  143.           greater than 8x8 were screwing up the display.  Also screen now
  144.           uses prefs screen default size.
  145.           Release Date: April 30, 1993
  146.  
  147. v1.3        - Added search mode, Fixed memory handling bugs  (certain
  148.           circumstances would corrupt memory),  Executable now compressed
  149.           with Imploder v4.0
  150.           Release Date: April 29, 1993    (Yes, the same as v1.2!)
  151.  
  152. v1.2        - Added TAB handling, Environment variable settings,
  153.           Use pragmas to reduce code size, Smoother scroll on short jumps
  154.           Release Date: April 29, 1993
  155.  
  156. v1.1        - Faster scrolling, Interlace mode, ASL File Requester,
  157.           Option to load a new file
  158.           Release Date: April 28, 1993
  159.  
  160. v1.0        - First version
  161.           Release Date: April 27, 1993
  162.  
  163.