home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / amigalibdisks / disk935 / muchmore / muchmore.doc < prev    next >
Text File  |  1993-12-21  |  20KB  |  560 lines

  1.  
  2.                         M u c h M o r e   V 3.6
  3.                      ============================
  4.  
  5.  
  6.                       © 1992 by Fridtjof Siebert
  7.                              Nobileweg 67
  8.                           D-70439 Stuttgart
  9.                                Germany
  10.  
  11.                    EMail: fridi@amokst.adsp.sub.org
  12.  
  13.  
  14.                    Enhancements since Version 3.2 by
  15.  
  16.  
  17.                           Christian Stiens
  18.                              Heustiege 2
  19.                         D-59348 Lüdinghausen
  20.                               Germany
  21.  
  22.             EMail: Christian_Stiens@ouzonix.bo.open.de (UUCP)
  23.                           2:243/4802.25 (Fido) 
  24.  
  25.  
  26.  
  27.   What is MuchMore?
  28.  
  29.     MuchMore is  another  program  like  More,  Less  etc.  that prints
  30.     ASCII-Files to the screen.  Unlike these, it opens its  own  screen
  31.     to show  the  text  and  to scroll it softly!  But not only softly,
  32.     MuchMore is also able to scroll very quickly if  you  want  it  to!
  33.     Furthermore,  there are commands to search for strings and to print
  34.     the text.  MuchMore will run on any  Amiga,  whether  it's  a  PAL,
  35.     NTSC, overscan  or  any Amiga in future.  Because MuchMore's screen
  36.     has no border, there are 80 characters displayed per line.
  37.  
  38.     MuchMore can load  texts,  which are  crunched or crypted by XPK or
  39.     powerpacker,  if  you  have  installed  the XPK  (and  powerpacker)
  40.     libraries.
  41.  
  42.  
  43.   Why MuchMore instead of MORE, BLITZ or LESS?
  44.  
  45.     MuchMore  is much shorter than  LESS. BLITZ or other  programs that
  46.     scroll quickly or softly usually use 2 Colors and don't support any
  47.     special fontstyles.  MuchMore instead has four Colors and  displays
  48.     bold,  italic,  underlined  and  inverse  text.  Unlike many  other
  49.     programs, MuchMore may use any non-proportional Font to display the
  50.     text.
  51.  
  52.     MuchMore is  ideal  to  display  long  texts.    The text is loaded
  53.     simultaneously while it  is   displayed.   That  is,  while  you're
  54.     reading  the first page, the rest of the text is loaded into memory
  55.     and you're able to move  through  the  text  quickly  then  without
  56.     re-loading it.
  57.  
  58.  
  59.   How to start MuchMore:
  60.  
  61.     CLI:
  62.  
  63.       Kickstart 1.3:
  64.  
  65.       MuchMore [-a#|-b#|-c#{,#}|-e#|-f<name>/#|-l|-o|-p<name>|-s#|-t#|file]
  66.  
  67.       Kickstart 2.04 and higher:
  68.  
  69.       Template:  A=TABWIDTH/N/K,B=PLANES/N/K,C=COLORS/K,D=DISPMODEREQ/S,
  70.                  E=EXTRASPACE/N/K,F=FONT/K,N=NOOSCAN/S,O=OLDSTYLE/S,
  71.                  P=PASSWORD/K, S=SCROLLMODE/N/K,T=TOOLPRI/N/K,FILE
  72.  
  73.       'FILE' is the  name of  the  ASCII-Text  that is to be displayed.
  74.       If there  are any spaces in  the filename, it must be enclosed by
  75.       quotes. "MuchMore ?" displays  the usage.  If MuchMore is started
  76.       without an  argument it will ask for  the  filename  using a file
  77.       requester.
  78.  
  79.       With option 'A=TABWIDTH' you can set the tabulator width (default
  80.       is 8).
  81.  
  82.       With  option 'C=COLORS'  you can  set the  colors for MuchMore's
  83.       screen. Example: -cAAA,000,f00,0f0
  84.  
  85.       If you set D=DISPMODEREQ, then a requester appears, with that you
  86.       can choose the  display mode  for  the  screen.  If you  click on
  87.       'Save' then the setting is saved to 'ENV:muchmore/muchmore.prefs'
  88.       and 'ENVARC:muchmore/muchmore.prefs'.
  89.  
  90.       The  option  'E=EXTRASPACE' tells  MuchMore to put the specified
  91.       number of pixels between the lines.
  92.  
  93.       You  may select a font by providing the option 'F=FONT'. To force
  94.       MuchMore  to  use   Topaz 11,  type 'MuchMore F=topaz/11'.  Only
  95.       fixed width fonts are allowed.
  96.  
  97.       '-l' forces  MuchMore to open an  interlaced Screen. When you're
  98.       using an  interlaced WB-Screen,  this tells MuchMore  not to open
  99.       an interlaced screen. This option is for Kick 1.3 only.
  100.  
  101.       If you set Option  'N=NOOSCAN',  then MuchMore  doesn't  open an
  102.       overscan screen.
  103.  
  104.       The  option 'B=PLANES' determines  the  number of  Bitplanes  for
  105.       MuchMore's screen. The maximum is two planes.
  106.  
  107.       IF you set option 'O=OLDSTYLE',  then pageup/down is with a soft-
  108.       scroll, like in older versions of MuchMore.
  109.  
  110.       The option  'P=PASSWORD'  determines the passwort, that  MuchMore
  111.       should use to decrypt a text that was crypted by XPK.
  112.  
  113.       You can choose between four scroll modes by specifying the option
  114.       'S=SCROLLMODE'.  Please  test  which mode is the fastest  on your
  115.       machine.  Scrollmode 3 is for not draggable screens  and external
  116.       graphic cards.
  117.  
  118.       You can specify MuchMore's task priority with option 'T=TOOLPRI'.
  119.  
  120.       MuchMore's  Tooltypes  are   evaluated  now  also  on  CLI-Start
  121.       (KS 2.04). This can work only,if MuchMore isn't loaded resident.
  122.  
  123.  
  124.     Workbench:
  125.  
  126.       Just click the text to be printed with your mouse and then shift-
  127.       doubleclick MuchMore.
  128.  
  129.       Texts with  MuchMore as  their  default-tool (e.g.  ":c/MuchMore"
  130.       when MuchMore has been copied to the disk's :c/ directory) can be
  131.       displayed easily by doubleclicking them.
  132.  
  133.       MuchMore supports the following Tooltypes:
  134.  
  135.          COLORS=#{,#}           corresponding to CLI Option C
  136.          EXTRASPACE=#           corresponding to CLI Option E
  137.          FONT=name/size         corresponding to CLI Option F
  138.          NOOSCAN=TRUE|FALSE     corresponding to CLI Option N
  139.          OLDSTYLE=TRUE|FALSE    corresponding to CLI Option O
  140.          PLANES=#               corresponding to CLI Option B
  141.          PASSWORD=name          corresponding to CLI Option P
  142.          SCROLLMODE=#           corresponding to CLI Option S
  143.          TABWIDTH=#             corresponding to CLI Option A
  144.          TOGGLELACE=TRUE|FALSE  corresponding to CLI Option -l
  145.          TOOLPRI=#              corresponding to CLI Option T
  146.  
  147.       The tooltypes of the text have priority over MuchMore's tooltypes.
  148.  
  149.  
  150.   MuchMore's commands:
  151.  
  152.     The commands are activated by pressing the corresponging keys:
  153.  
  154.       Space or left mousebutton:
  155.  
  156.                  Stops  or  restarts  scrolling.   While  scrolling  is
  157.                  stopped  the  filelength,  linenumber  and the current
  158.                  percentage of the text are displayed in the bottommost
  159.                  line.
  160.  
  161.                  Pressing space at the end of the texts quits MuchMore.
  162.  
  163.       BackSpace or right mousebutton:
  164.  
  165.                  Stops or restarts  backwards  scrolling. Works similar
  166.                  to the Space-Key.
  167.  
  168.       Up/Down or 2/8 of the numeric keypad:
  169.  
  170.                  Scrolls one line up or down.
  171.  
  172.                  If you  press these  keys together  with the shift-key
  173.                  you can start and stop fast scrolling.
  174.  
  175.                  Control  plus these  keys  increased  scroll speed 2-3
  176.                  times.
  177.  
  178.                  Alternate plus these keys scroll one page up or down.
  179.  
  180.       PgUp / PgDn (numeric keypad):
  181.  
  182.                  Scroll up or down one page.
  183.  
  184.       T (top) or Home:
  185.  
  186.                  Moves to top of text.
  187.  
  188.       B (bottom) or End:
  189.  
  190.                  Moves to bottom of text.
  191.  
  192.       F (find):
  193.  
  194.                  Waits for a string to be entered and searches for this
  195.                  string   starting   at   the  topmost  line  currently
  196.                  displayed on  the  screen.   If you  press <shift>-<f>
  197.                  then the search is  case-sensitive.  If you press  key
  198.                  'f' without shift then the  search will be case-insen-
  199.                  sitive.  If the string is found,  the line  containing
  200.                  the string will be  displayed  and  the  found  string
  201.                  will be highlighted. Else the screen will flash.
  202.  
  203.       N (next):
  204.  
  205.                  Searches for the next  occurance of the string entered
  206.                  with `F'. See above.
  207.  
  208.       P (previous