home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / Demos / Pluto / trial / Docs / Spellcheck < prev   
Encoding:
Internet Message Format  |  1998-01-03  |  1.9 KB

  1. From: Jonathan Duddington
  2. Subject: Spellcheck and Abbreviation Dictionary
  3. Date: Mon, 22 Dec 1997 18:15:00
  4. Source: docs
  5.  
  6. To use the spellcheck functions, Pluto must have:
  7.  
  8. 1.  The spellcheck data files present in the !Pluto.Resources directory.
  9.     These are the files:  Dict, DictSp1, DictSp2, DictSp3.
  10.     (These are the same files that are used by the spelling checker in
  11.      the !Speak application).
  12.  
  13. 2.  The Speak module must be present.
  14.  
  15.  
  16. F9 key
  17. ======
  18.  
  19. The F9 key is used to open the spellcheck window.
  20.  
  21. If you are using "check as you type" then when an error is detected,
  22. a beep will sound.  Press F9.  This highlights the bad word and
  23. transfers the input focus to the spellcheck window.  You can then
  24. simply press Return to replace the bad word by the first item in the
  25. suggestions list.  The up and down arrow keys can be used to choose
  26. other words from the suggestions list.
  27.  
  28.  
  29. User Dictionary
  30. ===============
  31.  
  32. The User dictionary can be used to add additional words to the
  33. spellchecker which are not recognised by its main dictionary.
  34.  
  35. You can view and edit the User dictionary by clicking the "Dict"
  36. button on the spellcheck window.  This lists the User dictionary
  37. using your default editor.  You can add or remove words from the
  38. list, or import a word list from another file, and then save it.
  39.  
  40. You can also add a word to the User dictionary when it has been
  41. detected as a "spelling error".  Click the "Add" button in the
  42. spellcheck window to it to the User dictionary.
  43.  
  44.  
  45. Abbreviations Dictionary
  46. ========================
  47.  
  48. You can also use the User dictionary to specify an expansion for an
  49. abbreviation.   Whenever you type the specified word, it will be
  50. expanded into the full word or phrase.
  51.  
  52. To add an abbreviation to the User dictionary, open it by clicking
  53. on the "Dict" button as described above.  Add the abbreviation
  54. followed by it's expansion on a single line.  For example:
  55.  
  56. btw  by the way
  57.  
  58. will replace "btw" by "by the way" when you type it.
  59.