home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 484 / NPED.ZIP / NPEDITOR.DOC < prev    next >
Text File  |  1992-09-18  |  13KB  |  210 lines

  1. ──────────────────────────────────────────────────────────────────────────────
  2.  
  3. Thank you for your interest in my editor and spell checker for the new
  4. NotePad() feature of dLesko's Funcky II.
  5.  
  6. The following document shows screens and explains keys active for 
  7. editing, etc.  Also enclosed, so you can see something in action, is
  8. npEditor(), the source code for the NotePad() editor personality module.
  9. The code is NOT shareware or freeware.  It is a preview of the product
  10. and it to be incorporated into an application only in conjunction with
  11. a purchase of the product.
  12.  
  13. Please look over the following information and see if it meets your
  14. needs.  Your feedback (and especially your order) will be much appreciated!
  15.  
  16. ... Steve ... 
  17.  
  18. ──────────────────────────────────────────────────────────────────────────────
  19.  
  20.              *** Editor and Spell Checker For Funcky II ***
  21.     
  22.                       by Stephen L. Woolstenhulme
  23.                 Copyright (c) 1992  All Rights Reserved
  24.  
  25.  
  26. ──────────────────────────────────────────────────────────────────────────────
  27.  
  28. Purchase Information:  $49.95 (Texas residents add sales tax)
  29.  
  30.                        Stephen L. Woolstenhulme
  31.                        3805 Indigo Drive
  32.                        Plano, Texas 75075
  33.  
  34.                        Please specify diskette preference (5.25" or 3.5")
  35.  
  36. Support:               Primarily via CompuServe 73060,1302
  37.                        Voice messages to (214) 867-5094
  38.  
  39. Updates:               As time permits.  Updates will be uploaded
  40.                        via CompuServe free, or mailed for a $10
  41.                        fee to cover media, shipping and handling.
  42.  
  43. ──────────────────────────────────────────────────────────────────────────────
  44.  
  45. ──────────────────────────────────────────────────────────────────────────────
  46.  
  47.                         *** The Editor ***
  48.  
  49. The editor currently supports the following keys by default.  You can add
  50. others or remap these.  New features will be e-mailed via CompuServe to 
  51. registered users:
  52.  
  53.      ----------------------------------------------------------------                                                           
  54.      Navigation Keys:                                                           
  55.      ----------------------------------------------------------------                                                           
  56.      K_LEFT         Left one character (wraps to end of prior line)                                                            
  57.      K_RIGHT        Right one character (wraps to start of next line)                                                            
  58.      K_UP           Move up one line                                                            
  59.      K_DOWN         Move down one line                                                            
  60.      K_PGUP         Move up one screen                                                            
  61.      K_PGDN         Move down one screen                                                            
  62.      K_CTRL_LEFT    Jump one word left                                                            
  63.      K_CTRL_RIGHT   Jump one word right                                                            
  64.      K_HOME         Jump to beginning of current line                                                            
  65.      K_END          Jump to end of current line                                                            
  66.      K_CTRL_HOME    Jump to top of current screen                                                            
  67.      K_CTRL_END     Jump to end of current screen                                                            
  68.      K_CTRL_PGUP    Jump to top of notepad                                                            
  69.      K_CTRL_PGDN    Jump to end of notepad                                                            
  70.  
  71.      ----------------------------------------------------------------                                                           
  72.      Editing Keys:                                                           
  73.      ----------------------------------------------------------------                                                           
  74.      K_BS           Delete character to the left (backspace)                                                            
  75.      K_DEL          Delete character at cursor (delete)                                                            
  76.      K_CTRL_BS      Delete word (Funcky II delimiters)                                                            
  77.      K_CTRL_T       Same as K_CTRL_BS (Delete word)                                                           
  78.      K_ALT_BS       Delete token (user-defined delimiters)                                                            
  79.      K_CTRL_Y       Delete from cursor to end of line                                                           
  80.      K_ALT_K        Same as K_CTRL_Y (Delete to end of line)                                                           
  81.      K_ALT_L        Delete the current line                                                           
  82.      K_CTRL_ENTER   Insert hard page break character                                                            
  83.      K_ALT_R        Right-justify the current paragraph                                                            
  84.  
  85.      ----------------------------------------------------------------                                                           
  86.      Utility Keys:                                                           
  87.      ----------------------------------------------------------------                                                           
  88.      F1             Pop-up keystroke help                                                           
  89.      F2             Invoke spell-checker                                                            
  90.      K_INS          Toggle Insert/Overstrike mode                                                            
  91.      K_ALT_P        Print the notepad                                                           
  92.      K_ALT_1 to 9   Drop a bookmark at cursor location                                                           
  93.      K_ALT_J, 1-9   Jump to a previously dropped bookmark                                                            
  94.      K_ESC          Abort (with confirmation)                                                           
  95.      K_F10          Write file and exit                                                           
  96.      ----------------------------------------------------------------                                                           
  97.  
  98.  
  99. ──────────────────────────────────────────────────────────────────────────────
  100.  
  101. This is the standard edit screen.  Note the spelling error "applicand" 
  102. in the example.  See the spell-checking screen for an explanation of how
  103. misspelled words are corrected.
  104.  
  105.  
  106. < begin notepad editor screen >
  107. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  108. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  109. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  110. ▒▒▒▒▒▒┌───────────────────────── Editing Notepad ─────────────────────────┐▒▒▒▒▒
  111. ▒▒▒▒▒▒│ September 12, 1992                                               │▒▒▒▒▒
  112. ▒▒▒▒▒▒│                                                                  │▒▒▒▒▒
  113. ▒▒▒▒▒▒│ To:  Paul Hardy                                                  │▒▒▒▒▒
  114. ▒▒▒▒▒▒│ RE:  Resume                                                      │▒▒▒▒▒
  115. ▒▒▒▒▒▒│                                                                  │▒▒▒▒▒
  116. ▒▒▒▒▒▒│   You can stop by the office this morning to drop off a resume.  │▒▒▒▒▒
  117. ▒▒▒▒▒▒│ The job starts next month and we have to make a decision within   │▒▒▒▒▒
  118. ▒▒▒▒▒▒│ the next couple of weeks.  As I mentioned on the phone, Clipper   │▒▒▒▒▒
  119. ▒▒▒▒▒▒│ 5.01 is our primary platform and it's critical that the           │▒▒▒▒▒
  120. ▒▒▒▒▒▒│ successful applicand be particularly well versed in all its       │▒▒▒▒▒
  121. ▒▒▒▒▒▒│ aspects.       ^^^^                                              │▒▒▒▒▒
  122. ▒▒▒▒▒▒│                                                                  │▒▒▒▒▒
  123. ▒▒▒▒▒▒│   Our corporate benefits are not unlike those of similar         │▒▒▒▒▒
  124. ▒▒▒▒▒▒│ companies our size.  We provide health insurance coverage         │▒▒▒▒▒
  125. ▒▒▒▒▒▒│ starting ninety days after you begin work, at the end of your     │▒▒▒▒▒
  126. ▒▒▒▒▒▒│ probationary period.  Vacations are two weeks per year, and must  │▒▒▒▒▒
  127. ▒▒▒▒▒▒└─F2:Spell─────────────────────────────────────────────────F10:Exit─┘▒▒▒▒▒
  128. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  129. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  130. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  131. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  132. < end notepad editor screen >
  133.  
  134. ──────────────────────────────────────────────────────────────────────────────
  135.  
  136. ──────────────────────────────────────────────────────────────────────────────
  137.  
  138.                       *** The Spell Checker ***
  139.  
  140. On-screen, the misspelled word "applicand" would be highlighted.  The user
  141. can either select from lists of suggested words by touching the letter of
  142. the alphabet next to the word he wants, or he can skip/add/edit/look up/
  143. scroll the dictionary as well.  The spell checker automatically resizes the
  144. editing notepad (no matter what dimensions you gave it originally) during
  145. the spell-check session, then restores everything, including the cursor
  146. position in the original editing notepad, when the spell-check session ends.
  147.  
  148.  
  149. < begin spell-check screen >
  150. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  151. ▒▒▒┌─────────────────────────── Editing Notepad ────────────────────────────┐▒▒▒
  152. ▒▒▒│                                                                       │▒▒▒
  153. ▒▒▒│   You can stop by the office this morning to drop off a resume.       │▒▒▒
  154. ▒▒▒│ The job starts next month and we have to make a decision within        │▒▒▒
  155. ▒▒▒│ the next couple of weeks.  As I mentioned on the phone, Clipper        │▒▒▒
  156. ▒▒▒│ 5.01 is our primary platform and it's critical that the                │▒▒▒
  157. ▒▒▒│ successful applicand be particularly well versed in all its            │▒▒▒
  158. ▒▒▒└────────────────────────────────────────────────────────────────────────┘▒▒▒
  159. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  160. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  161. ▒▒▒┌─────────────────────────── Suggested Words ────────────────────────────┐▒▒▒
  162. ▒▒▒│        Alphabetical Order                    Soundex Order         │▒▒▒
  163. ▒▒▒│        ────────────────────                    ───────────────         │▒▒▒
  164. ▒▒▒│         A. Applesauce                           H. Applause            │▒▒▒
  165. ▒▒▒│         B. Appliance                            I. Apples              │▒▒▒
  166. ▒▒▒│         C. Appliances                           J. Applesauce          │▒▒▒
  167. ▒▒▒│         D. Applicable                           K. Applicable          │▒▒▒
  168. ▒▒▒│         E. Applicant                            L. Applicant           │▒▒▒
  169. ▒▒▒│         F. Applicants                           M. Applicants          │▒▒▒
  170. ▒▒▒│         G. Application                          N. Application         │▒▒▒
  171. ▒▒▒└────────────────────────────────────────────────────────────────────────┘▒▒▒
  172. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  173. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  174.  1:Skip   2:Skip All   3:Add   4:Edit   5:Look Up   -:Up   +:Down               
  175. < end spell-check screen >
  176.  
  177. ──────────────────────────────────────────────────────────────────────────────
  178.  
  179.  
  180.  
  181.                         *** Order Form ***
  182.  
  183.  
  184.  
  185. To:   Stephen L. Woolstenhulme                  Date: ____________________
  186.       3805 Indigo Drive
  187.       Plano, Texas 75075
  188.  
  189.  
  190. Please send me your editor and spell checker, including 30,000 word
  191. dictionary, for use with dLesko's Funcky II NotePad().
  192.  
  193.  
  194. Name: __________________________________________ Phone: __________________
  195.  
  196. Address: _________________________________________________________________
  197.  
  198. City: ________________________________ State: ______  ZIP: _______________
  199.  
  200. Diskette Preference:   3.5"    5.25"       CIS ID: _______________________
  201.  
  202.  
  203.                            ______ copies @ $49.95 = ______________________
  204.  
  205.                            Sales tax, if in Texas + ______________________
  206.  
  207.                             Total amount enclosed = ______________________
  208.  
  209.  
  210.