home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 335.lha / QView_v1.1b / QView.doc < prev    next >
Text File  |  1990-01-10  |  3KB  |  93 lines

  1. QView v1.1b                                                  3 August 1989 
  2.  
  3.  
  4. CLI usage:  [Run] QView [[path]filename]
  5.  
  6. This version of QView uses the ARP requestor and requires the ARP.library 
  7. in your "libs" directory.
  8.  
  9. Workbench usage:
  10.  
  11. 1.  Click the QView icon, and then shift-double-click (extended select) the
  12. icon of the file to be read; or 
  13.  
  14. 2.  Double click the QView icon.
  15.  
  16. 3.  Set the default tool for the file to be read to "QView" (sans quotes,
  17. but with path, if necessary), and then double-click the icon. 
  18.  
  19.  
  20. Features:
  21.  
  22. QView will open its window on the front-most screen.
  23.  
  24. On startup, if the file is not found, if an error occurs while trying to
  25. read the file, or if no filename is provided (e.g., just double-clicking
  26. the QView icon, or just typing "Run QView"), you will be prompted for a
  27. (new) filename with a string gadget provided at the bottom of the QView
  28. window.  To quit at this point, ensure the sting gadget is clear (use
  29. Right-Amiga-X, if necessary), and hit Return. 
  30.  
  31. All normal intuition string gadget key sequences will work in QView's
  32. string gadget (which is used for filename and search string requests). 
  33.  
  34.  
  35. Operation:
  36.  
  37. The proportional gadget on the right side of the QView window can be used
  38. to scroll through the text. 
  39.  
  40. The close gadget can be used to quit the program (as can the Escape key).
  41.  
  42. While iconified, clicking in the window (which contains a boolean gadget)
  43. will restore normal QView operations; clicking the close gadget will quit
  44. the program. 
  45.  
  46.  
  47. Keyboard control:
  48.  
  49. <ESC>   Exit from QView.  The close gadget does this as well.
  50.  
  51. <UP>                      Scroll up one line.
  52. <Shift><UP>               Page up one screen.
  53. <Ctrl><UP> or <Alt><UP>   Move to the top of the file.
  54.  
  55. <DOWN>                        Scroll down one line.
  56. <Shift><DOWN>                 Page down one screen.
  57. <Ctrl><DOWN> or <Alt><DOWN>   Move to the bottom of the file.
  58.  
  59. <RIGHT>        Scroll right 20 columns.
  60. <LEFT>         Scroll left 20 columns.
  61. <Ctrl><LEFT>   Scroll back to left margin.  
  62.  
  63. <F>   Find -- Case insensitive search for an ASCII string of characters.
  64. QView will prompt for a string at the bottom of its window.  To cancel the
  65. search request, make sure the string gadget is empty, and hit Return. 
  66. QView will display the line containing the string at the top of the
  67. display.  Find doesn't work in hex mode. 
  68.  
  69. <N>   Find Next -- Continue searching for the ASCII string of characters.  
  70. "F" must have been used previously for the search string to have been 
  71. initialized. 
  72.  
  73. <H>   Hex -- Toggle between hex and normal modes.
  74.  
  75. <O>   Open file -- Read in a new file.  Provide the (path and) name of the
  76. file to be read in the requestor. To cancel the open file request, just hit 
  77. Return (with the string gadget empty).  If the new file is not found, the 
  78. program continues with the existing file. 
  79.  
  80. <I>   Iconify -- Closes the QView window, and creates an "icon" window in
  81. the lower right corner of the screen.  The icon's close gadget quits the
  82. program, and its window contains a boolean gadget that restores normal
  83. QView opeation. 
  84.  
  85.  
  86. Other improvements/changes over version 1.1:
  87.  
  88. Closes the file (releases the DOS file lock) right after the file has been
  89. read in, instead waiting until the program exits.  (This prevents having to
  90. reinsert the disk containing the file if it had been swapped out.)
  91.  
  92. Removed keypad support and CLI usage response (to "QView ?").
  93.