QView v1.1a -- 3 August 1989 CLI usage: [Run] QView [[path]filename] If the filename contains spaces, it must be surrounded by quotes (e.g., QView "test file"). Workbench usage: 1. Click the QView icon, and then shift-double-click (extended select) the icon of the file to be read; or 2. Double-click the QView icon, and enter the (path and) name of the desired file in the string gadget provided at the bottom of the window; or 3. Set the default tool for the file to be read to "QView" (sans quotes, but with path, if necessary), and then double-click the icon. Features: QView will open its window on the front-most screen. On startup, if the file is not found, if an error occurs while trying to read the file, or if no filename is provided (e.g., just double-clicking the QView icon, or just typing "Run QView"), you will be prompted for a (new) filename with a string gadget provided at the bottom of the QView window. To quit at this point, ensure the sting gadget is clear (use Right-Amiga-X, if necessary), and hit Return. All normal intuition string gadget key sequences will work in QView's string gadget (which is used for filename and search string requests). Operation: The proportional gadget on the right side of the QView window can be used to scroll through the text. The close gadget can be used to quit the program (as can the Escape key). While iconified, clicking in the window (which contains a boolean gadget) will restore normal QView operations; clicking the close gadget will quit the program. Keyboard control: Exit from QView. The close gadget does this as well. Scroll up one line. Page up one screen. or Move to the top of the file. Scroll down one line. Page down one screen. or Move to the bottom of the file. Scroll right 20 columns. Scroll left 20 columns. Scroll back to left margin. Find -- Case insensitive search for an ASCII string of characters. QView will prompt for a string at the bottom of its window. To cancel the search request, make sure the string gadget is empty, and hit Return. QView will display the line containing the string at the top of the display. Find doesn't work in hex mode. Find Next -- Continue searching for the ASCII string of characters. "F" must have been used previously for the search string to have been initialized. Hex -- Toggle between hex and normal modes. Open file -- Read in a new file. Provide the (path and) name of the file to be read in the string gadget provided at the bottom of the window. To cancel the open file request, just hit Return (with the string gadget empty). If the new file is not found, the program continues with the existing file. Iconify -- Closes the QView window, and creates an "icon" window in the lower right corner of the screen. The icon's close gadget quits the program, and its window contains a boolean gadget that restores normal QView opeation. Other improvements/changes over version 1.1: Closes the file (releases the DOS file lock) right after the file has been read in, instead waiting until the program exits. (This prevents having to reinsert the disk containing the file if it had been swapped out.) Removed keypad support and CLI usage response (to "QView ?").