home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / qview11.zoo / QView.doc < prev    next >
Text File  |  1989-03-18  |  5KB  |  200 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                         QView 1.1 Copyright 1989 by Lyman Epp
  8.  
  9.           Another "File  Viewer???"  What for?  It seems that all the other
  10.           file viewers have been  written in  "C".   This is  okay, but the
  11.           programs are  10-20K.   This file  viewer is written in assembler
  12.           and contains most of the features of the others, but  the program
  13.           size is less than 4K bytes!  QView stands for "Quick View."
  14.  
  15.           This is  being distributed as ShareWare.  If you think that QView
  16.           is useful, please  send  $10.    Your  response  will  insure the
  17.           release  of  more  quality  programs  for your Amiga!  Be sure to
  18.           check out the latest shareware version of QMouse.
  19.  
  20.           The latest version of QView  can  always  be  found  on  the Wind
  21.           Dragon   Inn   BBS,   (402)-291-8053  or  Larry's  Hot  Tub  BBS,
  22.           (402)- 571-4316.
  23.  
  24.  
  25.                                     Lyman R. Epp
  26.                                 10072 Wirt Plaza #15
  27.                                 Omaha, Nebraska 68134
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.                                   REGISTERED USERS
  37.  
  38.  
  39.           Thanks to these users of QView for your ShareWare donation.
  40.  
  41.                Bill Hogsett                  Michael Cowperthwaite
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.                                    QVIEW FEATURES
  53.  
  54.           o    Fast  screen   updates.    Even  faster  with  FastFonts  or
  55.                BlitzFonts.
  56.  
  57.           o    Keyboard control of all  features.   Many file  viewers only
  58.                allow movement  with mouse control.  QView is designed to be
  59.                used by touch typists.
  60.  
  61.           o    Search for an ASCII character string.  Note:  search is case
  62.                independant.
  63.  
  64.           o    Hex  display  mode.    Note: search isn't implemented in hex
  65.                display mode.
  66.  
  67.           o    Works from WorkBench.
  68.  
  69.  
  70.  
  71.  
  72.                                      HOW TO USE
  73.  
  74.  
  75.           QView can be executed from the CLI or from WorkBench.
  76.  
  77.                CLI Usage:  QView file
  78.  
  79.                     If the file name contains spaces, it must be surrounded
  80.                     by quotes  (e.g. QView "test file").  Otherwise, quotes
  81.                     are optional.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.                                  CONTROL CHARACTERS
  93.  
  94.  
  95.                <ESC>          Exit from QView.  The close  gadget does this
  96.                               as well.
  97.  
  98.                <UP>           Scroll up one line.
  99.                <NK-8> (UP)
  100.  
  101.                <Ctrl><UP>     Move to the top of the file.
  102.                <Alt><UP>
  103.                <NK-7> (HOME)
  104.  
  105.                <Shift><UP>    Page up one screen.
  106.                <NK-9> (PGUP)
  107.  
  108.                <DOWN>         Scroll down one line.
  109.                <NK-2> (DOWN)
  110.  
  111.                <Ctrl><DOWN>   Move to the bottom of the file.
  112.                <Alt><DOWN>
  113.                <NK-1> (END)
  114.  
  115.                <Shift><DOWN>  Page down one screen.
  116.                <NK-3> (PGDN)
  117.  
  118.                <RIGHT>        Scroll right  20 characters.   Current offset
  119.                               will be displayed in the title bar.
  120.                <NK-6> (RIGHT)
  121.  
  122.                <LEFT>         Scroll left 20  characters.    Current offset
  123.                               will be displayed in the title bar.
  124.                <NK-4> (LEFT)
  125.  
  126.                <Ctrl><LEFT>   Move  back  to  the  left  margin.    This is
  127.                               instead of repeatedly pressing the Left key.
  128.                <Ctrl><LEFT>
  129.                <Ctrl><NK-4>
  130.  
  131.                <S>            Case insensitive  search for  an ASCII string
  132.                               of  characters.    QView  will  prompt  for a
  133.                               string at  the  bottom  of  its  window.   To
  134.                               cancel  the  search,  just  erase  the string
  135.                               gadget with Right_Amiga-X.   All other string
  136.                               gadget sequences  will also work.  QView will
  137.                               display the line containing the string at the
  138.                               top of the display.
  139.  
  140.                <A>            Continue  searching  for  an  ASCII string of
  141.                               characters.  Must use "S" first to initialize
  142.                               the search string.
  143.  
  144.                <H>            Toggle between hex and normal modes.
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.                                   RELEASE 1.1 NOTES
  155.                                      14-Mar-1989
  156.  
  157.           o    Added WorkBench interface.  Thanks to Jim Cooper for sending
  158.                the code for this.
  159.  
  160.           o    Added proportional gadget for positioning with the mouse.
  161.  
  162.           o    Made QView compatable with the WB 1.3 Resident command.
  163.  
  164.           o    Added hex display mode.
  165.  
  166.           o    Added support for the numeric keypad keys.
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.