home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 1 / FishNMoreVol1.bin / more / text_utils / fullview2.01 / fullview.doc / fullview.doc
Text File  |  1990-09-10  |  6KB  |  127 lines

  1. /*****************************************************************************
  2.  *                                                                           *
  3.  *                                 FullView                                  *
  4.  *                                                                           *
  5.  *                 © Copyright 1989,1990 by Jonathan Potter                  *
  6.  *                                                                           *
  7.  *****************************************************************************/
  8.  
  9.      (JUMPDISK NOTE: This is a considerably upgraded version of FULLVIEW,
  10. which was originally published in JUMPDISK. Of course, we are using
  11. FULLVIEW itself to display this file. This is the sole text file using
  12. FULLVIEW access in this issue. This new version supports text and images
  13. crunched by Powerpacker.)
  14.  
  15.                 -- See the bottom of this files for changes --
  16.  
  17.                                 FullView v1.1
  18.  
  19. FullView is a text viewer, with one basic difference to all other text viewers
  20. I have seen - the up/down gadgets are at the bottom of the screen, instead of
  21. on the side of the screen. This means that you get the full 80 columns across,
  22. instead of only 78. FullView will also open up to the height of the Workbench
  23. screen, meaning you get the maximum possible screen size.
  24.  
  25. To start FullView, type from the CLI
  26.  
  27.   FullView filename
  28.  
  29. or from the Workbench, doubleclick on a project icon that has FullView as its
  30. default tool.
  31.  
  32. FullView consists of a hi-res screen, 3 gadgets and 2 menus. The gadgets are
  33. at the bottom of the screen. The up and down arrows move you in that direction
  34. through the text. The status bar between the two arrows tells you your
  35. current posisition in the file. The close gadget at the top provides a way to
  36. exit the program.
  37.  
  38. The first menu, Project, contains the following options :
  39.  
  40.   [NB A-xx means RIGHT-AMIGA + xx]
  41.  
  42.   Load     (A-L) - allows you to load a new text file from within FullView.
  43.   Save     (A-S) - allows you to save the current file as straight ASCII text.
  44.   Print
  45.     Screen (A-C) - allows you to send the screen as ASCII text to the printer.
  46.     All    (A-P) - allows you to send the whole text file to the printer.
  47.   Search   (A-E) - allows you to search for a specified text string in the
  48.                    text.
  49.   Scroll   (1-4) - allows you to change the scroll speed, 1 being the slowest,
  50.                    and 4 the fastest.
  51.   About    (A-A) - Displays a requester giving short program info.
  52.   Iconify  (A-I) - Iconifies FullView to a small window on the Workbench
  53.                    screen.
  54.   Quit    ESC, Q - exits FullView.
  55.  
  56. The second menu, Move, contains the following options :
  57.  
  58.   Top       (A-T) - Move to the top of the current text
  59.   Bottom    (A-B) - Move to the bottom of the current text
  60.   Page Up   (A-U) - Move one page upwards
  61.   Page Down (A-D) - Move one page downwards
  62.  
  63. The following keys may be used in FullView :
  64.  
  65.   Up Arrow
  66.   Left Arrow
  67.                - Move one line up
  68.                  With SHIFT, move one page up
  69.                  With CTRL, move to top of file
  70.  
  71.   Down Arrow
  72.   Right Arrow  - Move one line down
  73.                  With SHIFT, move one page down
  74.                  With CTRL, move to bottom of file
  75.  
  76.   ESC, Q       - Quit
  77.   1-4          - Change scroll speed
  78.   SPACE        - Start/stop forwards scrolling (also left mouse button)
  79.   BACKSPACE    - Start/stop reverse scrolling (also right mouse button)
  80.  
  81. FullView also allows you to load files compressed with the FVCompress
  82. program accompanying FullView. The compression generally yields between
  83. a 30% and 50% reduction in size.
  84. FullView is freely redistributable, but is not Public Domain.
  85. If you use FullView, please give credit where credit is due, and
  86. if FullView is used on a Commercial product, you might like to send a $20
  87. donation to the author. A $20 donation will get you the latest version
  88. and source code.
  89.  
  90. ------------------------------------------------------------------------------
  91.  
  92.                                  FullView 2.0
  93.  
  94. Major changes to FullView in v2.0 are :
  95.  
  96. a) Use of the ARP library. The results in a better file requester, slightly
  97.    smaller executable size, and full wildcard support in searching.
  98. b) Loading and Saving are much faster.
  99. c) The old FullView compression routines (Huffman) have been replaced by
  100.    the PowerPacker decrunch routines. PowerPacker gives better compression,
  101.    and the decrunching is much faster.
  102. d) FullView now opens to the full width of the Workbench screen, as well as
  103.    the height.
  104. e) Scroll speed has been removed from the menu. The scroll speed and
  105.    direction are based on the vertical position of the mouse pointer.
  106.  
  107. FullView is freely redistributable, but is not Public Domain.
  108. If you use FullView, please give credit where credit is due, and
  109. if FullView is used on a Commercial product, please send a $20 donation to the
  110. author.
  111.  
  112. ------------------------------------------------------------------------------
  113.  
  114.                                 FullView 2.01
  115.  
  116. FullView no longer needs ARP (that was quick!). Slightly longer code, though.
  117. You can now view IFF pictures. These may or may not have been crunched with
  118. PowerPacker.
  119.  
  120.                                  Jonathan Potter
  121.                                  P.O. Box 289
  122.                                  Goodwood, SA 5034
  123.                                  Australia
  124.                             ph : (08) 293 2788
  125.  
  126. ------------------------------------------------------------------------------
  127.