home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 448a.lha / Citation_Base_v1.1 / QView.doc < prev    next >
Encoding:
Text File  |  1990-06-16  |  4.7 KB  |  199 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 3K 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.
  22.  
  23.  
  24.                                     Lyman R. Epp
  25.                                 10072 Wirt Plaza #15
  26.                                 Omaha, Nebraska 68134
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.                                   REGISTERED USERS
  36.  
  37.  
  38.           Thanks to these users of QView for your ShareWare donation.
  39.  
  40.                Bill Hogsett                  Michael Cowperthwaite
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.                                    QVIEW FEATURES
  52.  
  53.           o    Fast  screen   updates.    Even  faster  with  FastFonts  or
  54.                BlitzFonts.
  55.  
  56.           o    Keyboard control of all  features.   Many file  viewers only
  57.                allow movement  with mouse control.  QView is designed to be
  58.                used by touch typists.
  59.  
  60.           o    Search for an ASCII character string.  Note:  search is case
  61.                independant.
  62.  
  63.           o    Hex  display  mode.    Note: search isn't implemented in hex
  64.                display mode.
  65.  
  66.           o    Works from WorkBench.
  67.  
  68.  
  69.  
  70.  
  71.                                      HOW TO USE
  72.  
  73.  
  74.           QView can be executed from the CLI or from WorkBench.
  75.  
  76.                CLI Usage:  QView file
  77.  
  78.                     If the file name contains spaces, it must be surrounded
  79.                     by quotes  (e.g. QView "test file").  Otherwise, quotes
  80.                     are optional.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.                                  CONTROL CHARACTERS
  92.  
  93.  
  94.                <ESC>          Exit from QView.  The close  gadget does this
  95.                               as well.
  96.  
  97.                <UP>           Scroll up one line.
  98.                <NK-8> (UP)
  99.  
  100.                <Ctrl><UP>     Move to the top of the file.
  101.                <Alt><UP>
  102.                <NK-7> (HOME)
  103.  
  104.                <Shift><UP>    Page up one screen.
  105.                <NK-9> (PGUP)
  106.  
  107.                <DOWN>         Scroll down one line.
  108.                <NK-2> (DOWN)
  109.  
  110.                <Ctrl><DOWN>   Move to the bottom of the file.
  111.                <Alt><DOWN>
  112.                <NK-1> (END)
  113.  
  114.                <Shift><DOWN>  Page down one screen.
  115.                <NK-3> (PGDN)
  116.  
  117.                <RIGHT>        Scroll right  20 characters.   Current offset
  118.                               will be displayed in the title bar.
  119.                <NK-6> (RIGHT)
  120.  
  121.                <LEFT>         Scroll left 20  characters.    Current offset
  122.                               will be displayed in the title bar.
  123.                <NK-4> (LEFT)
  124.  
  125.                <Ctrl><LEFT>   Move  back  to  the  left  margin.    This is
  126.                               instead of repeatedly pressing the Left key.
  127.                <Ctrl><LEFT>
  128.                <Ctrl><NK-4>
  129.  
  130.                <S>            Case insensitive  search for  an ASCII string
  131.                               of  characters.    QView  will  prompt  for a
  132.                               string at  the  bottom  of  its  window.   To
  133.                               cancel  the  search,  just  erase  the string
  134.                               gadget with Right_Amiga-X.   All other string
  135.                               gadget sequences  will also work.  QView will
  136.                               display the line containing the string at the
  137.                               top of the display.
  138.  
  139.                <A>            Continue  searching  for  an  ASCII string of
  140.                               characters.  Must use "S" first to initialize
  141.                               the search string.
  142.  
  143.                <H>            Toggle between hex and normal modes.
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.                                   RELEASE 1.1 NOTES
  154.                                      14-Mar-1989
  155.  
  156.           o    Added WorkBench interface.  Thanks to Jim Cooper for sending
  157.                the code for this.
  158.  
  159.           o    Added proportional gadget for positioning with the mouse.
  160.  
  161.           o    Made QView compatable with the WB 1.3 Resident command.
  162.  
  163.           o    Added hex display mode.
  164.  
  165.           o    Added support for the numeric keypad keys.
  166.  
  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.