home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d935 / muchmore.lha / MuchMore / MuchMore.doc < prev    next >
Text File  |  1993-12-20  |  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):
  209.  
  210.                  Searches  for  the  previous  occurence  of the string
  211.                  entered with `F'. It  starts  with  the  topmost  line
  212.                  that's currently displayed and searches backwards.  If
  213.                  the  search  is  succesful,  the  line  containing the
  214.                  string will be displayed like it is by the  F-Command.
  215.                  Else a beep will be displayed.
  216.  
  217.       Shift + Fn:
  218.  
  219.                  Shift plus one of F1 to F10  sets a text marker at the
  220.                  current position.
  221.  
  222.       Fn:
  223.  
  224.                  Jumps to the text marker #n that's been set with Shift
  225.                  plus Fn.  If text marker #n isn't set yet,  it will be
  226.                  set to the current position,  as it would have been if
  227.                  you had pressed shift plus Fn.
  228.  
  229.       G (goto):
  230.  
  231.                  Opens a Window  with an integer-gadget.  You can enter
  232.                  the number of the line that is to be displayed.
  233.  
  234.       Shift + Alt + O (printout):
  235.  
  236.                  Prints the  text.    This  is  done with "TYPE text TO
  237.                  PRT:".  So  it  works  with  any  printer   when   the
  238.                  preferences are  set correctly.  The commands TYPE and
  239.                  RUN must occur in the current C: directory.  You don't
  240.                  have to wait while printing.  You can continue reading
  241.                  the text with MuchMore. I hope that it  is  impossible
  242.                  to  press shift+alt+o accidentally, so you won't print
  243.                  a 100k text when you in fact don't  need  a  printout.
  244.                  The printing cannot be interrupted, but you can switch
  245.                  off  your  printer  and  wait  for the printertrouble-
  246.                  requester :-).
  247.  
  248.       W (write):
  249.  
  250.                  Writes the  text that's marked between the textmarkers
  251.                  that have been set with F1 and F2 to a file or to PRT:
  252.                  when  you  accept the  default filename.  The text  is
  253.                  saved starting at  the topmost line of the page marked
  254.                  with  F1 until  the bottommost line of  F2's page.  To
  255.                  print  the  current   page  you  just  press  Shift+F1,
  256.                  Shift+F2, w and RETURN.
  257.  
  258.       C (copy):
  259.  
  260.                  Copies the text that's marked  between the textmarkers
  261.                  that have  been set with  F1 and F2  to the clipboard.
  262.                  This  command  requires the  iffparse.library of Work-
  263.                  bench 2.04+.
  264.  
  265.       L (load):
  266.  
  267.                  Opens the filerequester and loads a new text.
  268.  
  269.       HELP or H:
  270.  
  271.                  Shows all  MuchMore-Commands.  This way  everybody who
  272.                  doesn't have this documentation file should be able to
  273.                  use  MuchMore.  After  pressing  any  key  the text is
  274.                  displayed again.
  275.  
  276.       ESC, Q, X or 5 of the numeric keypad:
  277.  
  278.                  Quit MuchMore. To avoid leaving the program by mistake
  279.                  the keys Q, X and NK5 first show the info  line before
  280.                  quitting.
  281.  
  282.  
  283.   The Files in this package:
  284.  
  285.     MuchMore       The executable
  286.     MuchMore.doc   This textfile
  287.     MuchMore.dok   German documentation
  288.  
  289.     src (dir)      This directory contains the source:
  290.  
  291.       MuchMore.mod      The OBERON Source
  292.  
  293.  
  294.   Disclaimer:
  295.  
  296.     The use of this program is on your own risk. There  is no liability
  297.     or responsibility for any damage caused by the program.
  298.  
  299.  
  300.   Copyright:
  301.  
  302.     MuchMore is free to be spread on public-domain and shareware disks,
  303.     as long as they  are sold for a reasonable charge.  It may be used
  304.     there to display readme- and  documentation-files.  My name has to
  305.     be left in the program (HELP).
  306.  
  307.     Although MuchMore is not Shareware, donations are welcome.
  308.  
  309.     It's not allowed to use this in a commercial way without my written
  310.     permission.  This permission is  also  necessary  if  you  want  to
  311.     publish  MuchMore as a  part of a  commercial product or use this
  312.     program commercially in any other way.
  313.  
  314.     If you change anything in my source you're allowed to put your name
  315.     in the program's head (:History.), but leave my name in!  If you've
  316.     made  any  enhancements,  please  send them to me (else there'll be
  317.     thousands of different versions).
  318.  
  319.  
  320.   Compiling:
  321.  
  322.     MuchMore was  written  in Oberon-2 using the Amiga Oberon Compiler
  323.     V3.01.  You  can  find a  demo version  of the  Compiler  on  Fish
  324.     Disk #880.
  325.  
  326.  
  327.   Revisions:
  328.  
  329.    v1.0:
  330.  
  331.       - this version was terribly slow and therefore not published!
  332.  
  333.    v1.1:
  334.  
  335.       - first published version.
  336.  
  337.    v1.2:
  338.  
  339.       - now  the  file's  name,  its  length  etc. are  displayed  when
  340.         scrolling is stopped with <Space>.
  341.       - now left and right mousebutton can be used instead of space and
  342.         backspace.
  343.       - controlcodes aren't displayed anymore.
  344.  
  345.    v1.3:
  346.  
  347.       - Strong  increase in  speed while  scrolling. WarpText  has been
  348.         replaced by  QText (Sorry, Bill).  MuchMore  is  now as fast as
  349.         Blitz (with Video Sync) although it uses a bigger screen.
  350.       - Now supports numeric keypad (home, end, PgUp etc.)
  351.       - Now the screen  gets it's  size from gfxbase^.normalDisplayXXX.
  352.         This way  MuchMore  can  be run  on PAL,  NTSC, Amigas  with an
  353.         Overscan- Workbench (like mine),  and on resolutions that'll be
  354.         used  in  future.  It always  opens  its screen  as big  as the
  355.         current Workbenchscreen.
  356.  
  357.    v1.4:
  358.  
  359.       - Displaying  and  loading  of  the  text  are  now  done  by two
  360.         asynchroneous tasks.  Scrolling is  more  homogeneous  now  and
  361.         there are no more stops to load further text.
  362.       - The feature to display several texts has been removed.
  363.       - Bugs in filelength and end-function removed
  364.       - New commands: find, next, previous to search for strings
  365.       - Scrolling stops when MuchMore's window becomes inactive.
  366.  
  367.    v1.5:
  368.  
  369.       - New command: print text (shift+alt+o)
  370.       - removed all imports to make MuchMore shorter
  371.       - added numeric key 5 to quit
  372.  
  373.    v1.6:
  374.  
  375.       - From this  version on  texts with  different fontstyles  (bold,
  376.         italics, inverse) and different colors can be displayed!
  377.  
  378.    v1.7:
  379.  
  380.       - Now MuchMore is again as fast as MuchMore v1.5 was, although it
  381.         uses 2 bitplanes and uses several fontstyles.
  382.       - Print  (shift+alt+o)  doesn't  crash   anymore  when  you  quit
  383.         MuchMore before printing is complete.
  384.  
  385.    v1.8:
  386.  
  387.       - Bug which occured  when searching for  a string having searched
  388.         for a longer string, removed.
  389.       - Strings found while execution of F, N or P are highlighted now.
  390.       - Added NK0 to display filelength etc.
  391.  
  392.    v2.0:
  393.  
  394.       - Ported MuchMore to OBERON
  395.       - Removed bug that caused RMB not  to work on some amigas (it did
  396.         work on my computer)
  397.       - now uses the arp-filerequester
  398.       - new command: L = load new text
  399.  
  400.    v2.1:
  401.  
  402.       - Read-/write-errors used to create some very interesting crashes
  403.         with colorful graphics  and stereo sound.  I'm sorry, but I had
  404.         to remove this.
  405.       - CSI-Codes  have been executed BACKWARDs.  This caused  problems
  406.         with sequences like <CSI>0;4m. Fixed now.
  407.       - New Commands: Ping & Pong, Goto
  408.       - First  page  is  displayed  immediately  now  when  MuchMore is
  409.         started.
  410.  
  411.    v2.2:
  412.  
  413.       - Now MuchMore uses console's keymapping instead of the hardcoded
  414.         one it  used  before.  So  there  won't  be  problems with  any
  415.         japanese keymaps.
  416.  
  417.    v2.3:
  418.  
  419.       - New   command: 's'  (sleep)   and  pop  up  function  lAlt+ESC.
  420.         'MuchMore -s' sleeps immediately.
  421.       - Bug in interpretation of <CSI>[m fixed.  <CSI>[m is now treated
  422.         as <CSI>[m.
  423.  
  424.    v2.4:
  425.  
  426.       - New Command: 'w' to write block to file or priner
  427.       - Argumentparser rewritten. Now supports quotes.
  428.  
  429.    v2.5:
  430.  
  431.       - Uses 8x8 Font set with SetFont instead of topaz 8.
  432.       - Allocates 4K Memory chunks instead  of one memorychunk for each
  433.         line.  So MuchMore  won't scatter  the Memory anymore.  Another
  434.         positive effect  is that MuchMore  needs less nemory now (about
  435.         14 Bytes per line).
  436.  
  437.    v2.6:
  438.  
  439.       - asynchronous fast scrolling with the ctrl-key.
  440.       - MuchMore is reentrant (pure)
  441.       - MuchMore uses  an interlace screen when  the preferences  are  set
  442.         accordingly.
  443.       - On low chip-memory, MuchMore uses a 1-plane screen.
  444.  
  445.    v2.7:
  446.  
  447.       - '-l' to toggle interlaced mode
  448.       - uses ASL's FileRequester
  449.       - no more calls RethinkDisplay() 50 (or even 60) times a second
  450.  
  451.    v2.8:
  452.  
  453.       - leaves some spaces between the lines on interlace screens to make
  454.         the text more readable.
  455.  
  456.    v3.0:
  457.  
  458.       - sleep ('-s') is no more supported (was rarely used).
  459.       - now MuchMore uses any non-proportional font.
  460.       - new options to select a font: '-f<font>' and '-s<size>'.
  461.  
  462.    v3.1:
  463.  
  464.       - Uses Screenmode of Workbench Screen
  465.  
  466.    v3.2:
  467.  
  468.       - Support for not srollable Screens
  469.       - No more Scrolling if complete display rebuilding
  470.  
  471. --- Fridtjof.
  472.  
  473.    v3.2.1:
  474.  
  475.       - XPK Support
  476.       - New Syntax for option -f. Example: -ftopaz/11
  477.       - New option -p for Password
  478.       - New option -e for Extra Spacing
  479.       - New option -c for Screen Colors. Example: -c0,abc,f00
  480.       - Tool-Types
  481.  
  482.    v3.2.2:
  483.  
  484.       - The last version displayed the first two chars of each line
  485.         at the end of the line on some overscan dimensions.
  486.  
  487.    v3.2.3:
  488.  
  489.       - The non-scroll mode now works under KS2.04 when using a 8x8 font
  490.       - The Console-Device wasn't closed
  491.       - Display Mode Requester
  492.       - New option -s for Scrollmode
  493.       - Busypointer
  494.       - ToolType evaluation if CLI started (AmigaOS 2.04)
  495.       - Finds MuchMore's Tooltypes now also, if MM as default tool of the
  496.         Text wasn't found directly but over the Dos search path.
  497.  
  498.    v3.2.4:
  499.  
  500.       - Some bugs in GetString() removed
  501.       - MM now ignores key/mouse strikes while it is busy
  502.  
  503.    v3.2.5:
  504.  
  505.       - Asynchronous scrolling changed.
  506.       - Dos.ReadArgs
  507.       - New Option -t / "T=TOOLPRI" for task priority
  508.  
  509.    v3.2.6:
  510.  
  511.       - Scrollmode 3 scrolls soft
  512.       - Scrollmode 1 is default under KS2.04 and higher
  513.       - New option -a or "A=TABWIDTH" for tabulator width
  514.       - New option -o or "O=ONEPLANE"
  515.       - New option "N=NOOSCAN"
  516.       - Opens screen with full overscan width
  517.       - Uses QText no more
  518.  
  519.    v3.2.7:
  520.  
  521.       - MM doesn't poke to his bitplanes no more, but uses the
  522.         funcs of graphics.library for this purpose
  523.  
  524.    v3.2.8:
  525.  
  526.       - Option "O=ONEPLANE" removed
  527.       - new Option "B=PLANES" instead
  528.  
  529.    v3.2.9:
  530.  
  531.       - implemented V36 ANSI Codes (<CSI>22-28m)
  532.  
  533.    v3.2.10:
  534.  
  535.       - Locale Support
  536.       - Made Display Mode Requester font-sensitive
  537.  
  538.    v3.3:
  539.  
  540.       - Keys Q, X and NK5 quit after first showing the info line
  541.         to avoid unintended quitting
  542.  
  543.    v3.4:
  544.  
  545.       - Key 'c' copies the text between markers #1 and #2 to the
  546.         clipboard
  547.  
  548.    v3.5:
  549.  
  550.       - Search can be case-sensitiv or case-insensitiv
  551.       - Searching now with Boyer-Moore Algorithm
  552.  
  553.    v3.6:
  554.  
  555.       - New Option O=OLDSTYLE for page up/down w/ softscroll
  556.       - Screen flashes when pressing Up (Down) at BOF (EOF)
  557.  
  558. --- Christian.
  559.  
  560.