plugins:spell-checker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugins:spell-checker [2015/12/02 11:50] – [Dictionaries] adminplugins:spell-checker [2018/01/10 20:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Spell Checker ====== ====== Spell Checker ======
  
-Spell Checker plug-in in HippoEDIT based on [[http://hunspell.sourceforge.net/|Hunspell]] engine used in such applications as Open Office, Mozilla FireFox, Google Chrome etc. This mean that it is well tested, highly optimized core with a [[http://wiki.services.openoffice.org/wiki/Dictionaries|lot of existing dictionaries]].+Spell Checker plug-in in HippoEDIT based on [[http://hunspell.sourceforge.net/|Hunspell]] engine used in such applications as Open Office, Mozilla FireFox, Google Chrome etc. This mean that it is well tested, highly optimized core with a [[http://wiki.services.openoffice.org/wiki/Dictionaries|lot of existing dictionaries]].
  
-HippoEDIT tries to get most from Hunspell and use it in best way as possible. Following features are supported:+HippoEDIT tries to get most from Hunspell and use it in the best way as possible. Following features are supported:
   * Automatic lookup of the dictionaries from other existing applications (as FireFox or Open Office).   * Automatic lookup of the dictionaries from other existing applications (as FireFox or Open Office).
   * Support of user dictionaries for new and ignore words   * Support of user dictionaries for new and ignore words
-  * Automatic recognition of the text to be parsed by spell checker in source code files (as check of comments an strings only)+  * Automatic recognition of the text to be parsed by spell checker in source code files (as check of comments and strings only)
   * Supported of spelling mixed native languages documents   * Supported of spelling mixed native languages documents
   * Recognition of commented source code for reducing false positives on checking   * Recognition of commented source code for reducing false positives on checking
Line 12: Line 12:
   * Suggestion lists for spell error correction   * Suggestion lists for spell error correction
 ===== Text Editor ===== ===== Text Editor =====
-{{ :plugins:spell_checker_text.png?200|Results of spell checking in text}}Most common usage of the spell checker is background spell checking. It is activated by defaultand indicate wrongly spelled words in your document with red squeezes as you type. If spell checker finds duplicated word it indicates second instance with blue squeezes. +{{ :plugins:spell_checker_text.png?200|Results of spell checking in text}}Most common usage of the spell checker is background spell checking. It is activated by default and indicates wrongly spelled words in your document with red squeezes as you type. If spell checker finds duplicated word it indicates the second instance with blue squeezes. 
  
-To correct misspelled word you can use context menu where spell checker inserts suggested variants of correction or give you the chance to add word to user dictionary or ignore the error for further processing.+To correct misspelled word you can use context menu where spell checker inserts suggested variants of correction or give you the chance to add the word to user dictionary or ignore the error for further processing.
  
 Spell checker is intelligent enough to recognize text styles and do the check only in comments or strings (it checks [[syntax:styles#text|styles]] that have property //text// set to 1) for syntaxes inherited from [[syntax:default:source|DefaultSource]] syntax (as JavaScript, C++, Pascal etc) and complete text for documents inherited from [[syntax:default:text|DefaultText]] (as Plain text, XML, HTML etc). It can also recognize commented source and do not give you errors in this case. Spell checker is intelligent enough to recognize text styles and do the check only in comments or strings (it checks [[syntax:styles#text|styles]] that have property //text// set to 1) for syntaxes inherited from [[syntax:default:source|DefaultSource]] syntax (as JavaScript, C++, Pascal etc) and complete text for documents inherited from [[syntax:default:text|DefaultText]] (as Plain text, XML, HTML etc). It can also recognize commented source and do not give you errors in this case.
Line 32: Line 32:
  
 ===== Configuration ===== ===== Configuration =====
-{{:plugins:spell_checker_toolbar.png?nolink |Spell Checking ToolBar in HippoEDIT}}If you would like to stop/start background checking, chnage active dictionary or call interactive checking, you can use Spell Checker ToolBar. If you like to adjust more advanced settings, you need to go to plug-in settings that can be found in menu Tools->Options->Plugins->Spell Checker. +{{:plugins:spell_checker_toolbar.png?nolink |Spell Checking ToolBar in HippoEDIT}}If you would like to stop/start background checking, change active dictionary or call interactive checking, you can use Spell Checker ToolBar. If you like to adjust more advanced settings, you need to go to plug-in settings that can be found in menu Tools->Options->Plugins->Spell Checker. 
  
 ==== Dictionaries ==== ==== Dictionaries ====
 {{ :plugins:spell_checker_options.png?300|Spell Checking Options}}You can select main spell check language or decide to use all installed dictionaries for simultaneous check here. The option //All Languages// will be available only if you have more than one dictionary installed.  {{ :plugins:spell_checker_options.png?300|Spell Checking Options}}You can select main spell check language or decide to use all installed dictionaries for simultaneous check here. The option //All Languages// will be available only if you have more than one dictionary installed. 
  
-You can also instruct Spell Checker plugin to search for dictionaries installed by other applications (as FireFox or OpenOffice) and use them in addition to installed with HippoEDIT. Controlled by option //Search dictionaries from other applications//+You can also instruct Spell Checker plugin to search for dictionaries installed by other applications (as FireFox or OpenOffice) and use them in addition to ones installed with HippoEDIT. Controlled by option //Search dictionaries from other applications//
  
 Link //Download more dictionaries// will take you to Open Office dictionaries page where you can find dictionary for language you need. To install new dictionary, you need manually download archive with it from OpenOffice web site and unpack it in sub-folder //dictionary// located in your [[options:user_directory|user directory]].\\ Link //Download more dictionaries// will take you to Open Office dictionaries page where you can find dictionary for language you need. To install new dictionary, you need manually download archive with it from OpenOffice web site and unpack it in sub-folder //dictionary// located in your [[options:user_directory|user directory]].\\
Line 59: Line 59:
 HippoEDIT will suggest you to download additional dictionaries (by default only English(US) dictionary installed) on initial start up. The decision, which dictionary to suggest based on your installed keyboard layouts and dictionaries available in [[online-repository:start|HippoEDIT on-line repository]].  HippoEDIT will suggest you to download additional dictionaries (by default only English(US) dictionary installed) on initial start up. The decision, which dictionary to suggest based on your installed keyboard layouts and dictionaries available in [[online-repository:start|HippoEDIT on-line repository]]. 
  
-If you need additional dictionaries you can download them explicitly using [[online-repository:start|Update Manager]] (filter by category //Dictionary//) or directly from [[http://www.hippoedit.com/dictionaries.php|HippoEDIT web site]]. +If you need additional dictionaries you can download them explicitly using [[options:update-manager|Update Manager]] (filter by category //Dictionary//) or directly from [[http://www.hippoedit.com/dictionaries.php|HippoEDIT web site]]. 
  
 ====== Alternative dictionary sources ====== ====== Alternative dictionary sources ======