home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff234.lzh / MuchMore / MuchMore.ReadMe < prev    next >
Text File  |  1989-08-02  |  10KB  |  270 lines

  1.  
  2.  
  3.                         M u c h M o r e  v 1.8
  4.                      ============================
  5.  
  6.  
  7.                       © 1989 by Fridtjof Siebert
  8.                              Nobileweg 67
  9.                          D-7000-Stuttgart-40
  10.  
  11.  
  12.  
  13.   What is MuchMore?
  14.  
  15.     Muchmore is  another  program  like  More,  Less  etc.  that prints
  16.     ASCII-Files to the screen.  Unlike these, it opens its  own  screen
  17.     to show  the  text  and  to scroll it softly!  But not only softly,
  18.     MuchMore is also able to scroll very quickly if  you  want  it  to!
  19.     Furthermore,  there are commands to search for strings and to print
  20.     the text.  MuchMore will run on any  Amiga,  whether  it's  a  PAL,
  21.     NTSC, overscan  or  any Amiga in future.  Because MuchMore's screen
  22.     has no border, there are 80 characters displayed per line.
  23.  
  24.   Why MuchMore instead of MORE, BLITZ or LESS?
  25.  
  26.     Because  MuchMore  is  just  better  :-).  Muchmore  (19K)  is much
  27.     shorter than LESS  (28K).  BLITZ  or  other  programs  that  scroll
  28.     quickly  or  softly  usually  use  2  Colors  and don't support any
  29.     special fontstyles.  MuchMore instead has  4  Colors  and  displays
  30.     bolditalicunderlined and inverse text.
  31.  
  32.     MuchMore is  ideal  to  display  long  texts.    The text is loaded
  33.     simultaneously while it  is   displayed.   That  is,  while  you're
  34.     reading  the first page, the rest of the text is loaded into memory
  35.     and you're able to move  through  the  text  quickly  then  without
  36.     re-loading it.
  37.  
  38.   How to start MuchMore:
  39.  
  40.     CLI:
  41.  
  42.       Just Type:
  43.  
  44.         MuchMore <FileName>
  45.  
  46.       FileName is the name of the  ASCII-Text  that is to be displayed.
  47.       If there are any spaces in the filename it needn't and mustn't be
  48.       enclosed by quotes.
  49.  
  50.     Workbench:
  51.  
  52.       Just click the text to be printed with your mouse and then shift-
  53.       doubleclick Muchmore.
  54.  
  55.       Texts with  MuchMore as  their  default-tool (e.g.  ":c/MuchMore"
  56.       when MuchMore has been copied to the disk's :c/ directory) can be
  57.       displayed easily by doubleclicking them.
  58.  
  59.   MuchMore's commands:
  60.  
  61.     The commands are activated simply by pressing their keys:
  62.  
  63.       Space or left mousebutton:
  64.  
  65.                  Stops  or  restarts  scrolling.   While  scrolling  is
  66.                  stopped  the  filelength,  linenumber  and the current
  67.                  percentage of the text are displayed in the bottommost
  68.                  line.
  69.  
  70.                  Pressing space at the end of the texts quits MuchMore.
  71.  
  72.       BackSpace or right mousebutton:
  73.  
  74.                  Stops or restarts  backwards  scrolling. Works similar
  75.                  to the Space-Key.
  76.  
  77.       Up/Down or 2/8 of the numeric keypad:
  78.  
  79.                  Scrolls one line up or down.
  80.  
  81.                  If you  press these  keys together  with the shift-key
  82.                  you can start and stop fast scrolling.
  83.  
  84.                  Alternate plus these keys scrolls one page up or down.
  85.  
  86.       PgUp / PgDn (numeric keypad):
  87.  
  88.                  Scrolls up or down one page.
  89.  
  90.       T (top) or Home:
  91.  
  92.                  Moves to top of text.
  93.  
  94.       B (bottom) or End:
  95.  
  96.                  Moves to bottom of text.
  97.  
  98.       F (find):
  99.  
  100.                  Waits for a string to be entered and searches for this
  101.                  string   starting   at   the  topmost  line  currently
  102.                  displayed on   the   screen.       The    search    is
  103.                  case-insensitive.   If  the  string is found, the line
  104.                  containing the string will become the new topmost line
  105.                  on the screen.  Else the last page will be displayed.
  106.  
  107.       N (next):
  108.  
  109.                  Searches for the next  occurance of the string entered
  110.                  with `F'. See above.
  111.  
  112.       P (previous):
  113.  
  114.                  Searches  for  the  previous  occurence  of the string
  115.                  entered with `F'. It  starts  with  the  topmost  line
  116.                  that's currently displayed and searches backwards.  If
  117.                  the  search  is  succesful,  the  line  containing the
  118.                  string will be displayed like it is by the  F-Command.
  119.                  Else the first page of the text will be displayed.
  120.  
  121.       Shift + Alt + O (printout):
  122.  
  123.                  Prints the  text.    This  is  done with "TYPE text TO
  124.                  PRT:".  So  it  works  with  any  printer   when   the
  125.                  preferences are  set correctly.  The commands TYPE and
  126.                  RUN must occur in the current C: directory.  You don't
  127.                  have to wait while printing.  You can continue reading
  128.                  the text with MuchMore. I hope that it  is  impossible
  129.                  to  press shift+alt+o accidentally, so you won't print
  130.                  a 100k text when you in fact don't  need  a  printout.
  131.                  The printing cannot be interrupted, but you can switch
  132.                  off  your  printer  and  wait  for the printertrouble-
  133.                  requester :-).
  134.  
  135.       HELP or H:
  136.  
  137.                  Shows all  MuchMore-Commands.  This way  everybody who
  138.                  doesn't have this documentation file should be able to
  139.                  use  MuchMore.  After  pressing  any  key  the text is
  140.                  displayed again.
  141.  
  142.       ESC, Q, X or 5 of the numeric keypad:
  143.  
  144.                  Quit MuchMore.
  145.  
  146.   The Files in this package:
  147.  
  148.     MuchMore            The executable
  149.     MuchMore.ReadMe     This textfile
  150.     MuchMore.LiesMich   German documentation
  151.     ColTest             Text that shows all possible combinations of colors
  152.     FoxText             Text that displays all fontstyles
  153.  
  154.     src (dir)           This directory contains the source:
  155.  
  156.       MuchMore.mod      The Modula-II Source, compiles with M2Amiga 3.2
  157.       QText.asm         \  The sources of the  assemblerprocedures must
  158.       CopyLine2.asm      \ be  assembled  PC-relativ  and  inserted  as
  159.       CopyLine1.asm      / INLINE-Code  into MuchMore.mod.  A zero-Word
  160.       GetFontData.asm   /  at the end possibly has to be removed.
  161.  
  162.     Every file is equipped with an icon.
  163.  
  164.   Copyright:
  165.  
  166.     MuchMore is free to be spread on public-domain and shareware disks,
  167.     as  long as they are sold for a reasonable charge that is less than
  168.     $6 or DM 8.-.  It  may  be  used  there  to  display   readme-  and
  169.     documentation-files.   My  name  has  to  be  left  in  the program
  170.     (Help-function and while starting without argument).
  171.  
  172.     Although MuchMore is not Shareware, donations are welcome.
  173.  
  174.     It's not allowed to use this in a commercial way without my written
  175.     permission.  This permission is  also  necessary  if  you  want  to
  176.     publish MuchMore as a part of a commercial product.
  177.  
  178.     Stefan Ossowski is neither allowed to own nor to sell this product.
  179.  
  180.     If you change anything in my source you're allowed to put your name
  181.     in the program's head (:History.), but leave my name in!  If you've
  182.     made  any  enhancements,  please  send them to me (else there'll be
  183.     thousands of different versions).
  184.  
  185.   Mail:
  186.  
  187.     If you have any comments, donations,  questions or PD programs just
  188.     send them to me! If possible, also send the return postage.
  189.  
  190.  
  191.   Revisions:
  192.  
  193.    v1.0:
  194.  
  195.       - this version was terribly slow and therefore not published!
  196.  
  197.    v1.1:
  198.  
  199.       - first published version.
  200.  
  201.    v1.2:
  202.  
  203.       - now  the  file's  name,  its  length  etc. are  displayed  when
  204.         scrolling is stopped with <Space>.
  205.  
  206.       - now left and right mousebutton can be used instead of space and
  207.         backspace.
  208.  
  209.       - controlcodes aren't displayed anymore.
  210.  
  211.    v1.3:
  212.  
  213.       - Strong  increase in  speed while  scrolling. WarpText  has been
  214.         replaced by  QText (Sorry, Bill).  MuchMore  is  now as fast as
  215.         Blitz (with Video Sync) although it uses a bigger screen.
  216.  
  217.       - Now supports numeric keypad (home, end, PgUp etc.)
  218.  
  219.       - Now the screen  gets it's  size from gfxbase^.normalDisplayXXX.
  220.         This way  MuchMore  can  be run  on PAL,  NTSC, Amigas  with an
  221.         Overscan- Workbench (like mine),  and on resolutions that'll be
  222.         used  in  future.  It always  opens  its screen  as big  as the
  223.         current Workbenchscreen.
  224.  
  225.    v1.4:
  226.  
  227.       - Displaying  and  loading  of  the  text  are  now  done  by two
  228.         asynchroneous tasks.  Scrolling is  more  homogeneous  now  and
  229.         there are no more stops to load further text.
  230.  
  231.       - The feature to display several texts has been removed.
  232.  
  233.       - Bugs in filelength and end-function removed
  234.  
  235.       - New commands: find, next, previous to search for strings
  236.  
  237.       - Scrolling stops when MuchMore's window becomes inactive.
  238.  
  239.    v1.5:
  240.  
  241.       - New command: print text (shift+alt+o)
  242.  
  243.       - removed all imports to make MuchMore shorter
  244.  
  245.       - added numeric key 5 to quit
  246.  
  247.    v1.6:
  248.  
  249.       - From this  version on  texts with  different fontstyles  (bold,
  250.         italics, inverse) and different colors can be displayed!
  251.  
  252.    v1.7:
  253.  
  254.       - Now MuchMore is again as fast as MuchMore v1.5 was, although it
  255.         uses 2 bitplanes and uses several fontstyles.
  256.  
  257.       - Print  (shift+alt+o)  doesn't  crash   anymore  when  you  quit
  258.         MuchMore before printing is complete.
  259.  
  260.    v1.8:
  261.  
  262.       - Bug which occured  when searching for  a string having searched
  263.         for a longer string, removed.
  264.  
  265.       - Strings found while execution of F, N or P are highlighted now.
  266.  
  267.       - Added NK0 to display filelength etc.
  268.  
  269. ---  Fridtjof.
  270.