home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 1 / FishNMoreVol1.bin / more / text_utils / clickread / cr2.doc < prev    next >
Text File  |  1990-09-10  |  5KB  |  137 lines

  1. ClickRead 2.0  by Ray Anderson                                   11-25-88
  2.  
  3. ClickRead was designed as a text file reader for the ".doc' files that 
  4. often accompany programs.  It was written small enough to fit comfortably 
  5. in your c: directory but still has enough features to make it real easy
  6. to use.  It has a slide gadget (at the bottom of the screen where it belongs)
  7. for positioning in the text and for paging one screen at a time. It has
  8. buttons for smooth scrolling up or down, has a simple and intuitive search
  9. mode, displays the current line number, and as a neat little feature, it can
  10. "park" itself to uncover the Workbench when you want it to.  This "park" 
  11. feature lets you keep the docs for a program close at hand while you work 
  12. with it, but out of the way until you need them with only a click of 
  13. the mouse.
  14.  
  15. Here is how to use ClickRead:
  16.  
  17.  
  18. LOADING A FILE:
  19.  
  20.  
  21.   From the CLI:   Cr [textfilename] [-p] 
  22. (or batch file)   The -p option will load the textfile and park immediately.
  23.  
  24. From Workbench:   Select the file to read by clicking once on it's icon,
  25.                   and then, while holding down the shift key, click twice
  26.                   on the CR icon.
  27.  
  28.     or            Double-click the CR icon, and when it opens, it will allow
  29.                   you to type in a filename directly.
  30.                   
  31.     or            You may enter CR as the Default Tool in the icon.info
  32.                   file of a text file you use a lot.  This way, CR will be
  33.                   called just by double-clicking on the text file icon.
  34.                   You can also rename CR as anythying you want, more or less,
  35.                   to match the Default Tool of many existing text files.
  36.                   
  37.  
  38. MOVING THROUGH TEXT:
  39.  
  40.  
  41. You may scroll up or down in the text by clicking on the " U P " or " D N "
  42. gadgets in the lower right corner of the screen.  Moving the slide bar will 
  43. position you at different places in the text quickly, while clicking at 
  44. either end of the gadget frame ( not on the slide bar ) will move up or
  45. down exactly one screen page.
  46.  
  47. The "Line" number displayed in the upper right corner corresponds to the 
  48. topmost displayed text line on the screen.  
  49.  
  50. If the text contains lines longer than 80 characters, holding down the <ALT> 
  51. key will shift the display left by 80 columns to display the ends of the lines.
  52. This makes a limit of 160 character lines that can be displayed.
  53.  
  54.  
  55. SEARCHING:
  56.  
  57.  
  58. Clicking the " S " button at the lower left of the window will allow you to
  59. enter a word or phrase to search for.  Any spaces before or after the word
  60. will be a part of the search string, but no distinction is made for capital
  61. letters.  Cr will immediately search downward in the text beginning with the 
  62. line at the top of the screen.  If a match is found, the line containing the
  63. search string is placed at the top of the screen.  To keep searching, hold
  64. down the shift key and click either the " UP " or " DN " buttons to signal
  65. a direction to search relative to the top line displayed.  If no match is
  66. found the screen will "BEEP" you by flashing yellow.  The "UP/DN" buttons
  67. can be locked into the search mode by releasing the shift key while the 
  68. select-button is still being held down.  Every click on the buttons will 
  69. then search in that direction regardless of the shift key.  Press the shift 
  70. key to unlock the buttons and they will function normally. 
  71.  
  72.  
  73. PARKING THE WINDOW:
  74.  
  75.  
  76. Clicking near the top of the window in the titlebar will cause the window to
  77. shrink tiny and park at the top of the WorkBench screen or the last place 
  78. you moved it to.  If there is a file loaded, it's name will be displayed.  
  79. To unpark, click in the lower part of the tiny window.  
  80.  
  81.  
  82.  
  83. PROGRAM EXIT:
  84.  
  85. CLicking the "close box" in the upper left corner while a text file is loaded
  86. will clear the file out of memory.  It will also display the CR title screen
  87. and allow you to type in another filename.  Notice that the directory path
  88. you typed in previously is retained.
  89.  
  90.  
  91.  
  92. NOTES:
  93.  
  94.  
  95. CR opens its main window 1 pixel smaller than the WorkBench screen so that 
  96. you may still slide down the WorkBench screen if you are careful.
  97.  
  98.  
  99. This progam was written to be fast as possible, and as small as practical,
  100. so it doesn't examine each and every character before it is displayed.
  101.  
  102. Therefore....
  103.  
  104. There is no way for you to know, except by context, if a screen line is longer
  105. than 80 characters.  Use the <ALT> key if you're not sure.
  106.  
  107.  
  108. CR currently does not try to verify that the file you are reading is really
  109. a text file and not a binary file.  Unpredicable results are forecast if you
  110. try and read a binary file,  though I have had no problems.  Also, there is
  111. no attention paid to embedded codes in the text, they may display as strange
  112. characters.  
  113.  
  114. There are no text "speed up" routines included in the program.  You may use
  115. one of the popular resident type programs such as "BlitzFonts" or "FastFonts"
  116. with excellent results.
  117.  
  118.  
  119.  
  120. POLICY:
  121.  
  122.  
  123. This program is shareware and not public domain.  I am asking only five dollars
  124. for it since it is really a short program.  To make things easy on you I am
  125. including in this arc file a short program that will print out the envelope
  126. and fill in a check for you.  The program is called PayRay5 and has it's own
  127. docs.  Try using Cr to read them.
  128.  
  129. You may leave comments and bug reports (if any) on Compuserve (76046,2634) or
  130. Genie (XTH63916).                               
  131.  
  132.  
  133. Ray Anderson
  134. 2380 Ventura
  135. Walled Lake  MI  48088
  136.  
  137.