

This might contain just a list of words, or it might also contain additional information, such as hyphenation points or lexical and grammatical attributes.

To add styles, look for the name of the programming-language and the indices in the corresponding lexer_*.xml file and add this information to the file OnlineSpellChecking.xml.įor example, to check the spelling in bash shell scripts ( *. The indices differ for different programming-languages so the file contains a list for every programming-language.

The file OnlineSpellChecking.xml contains a list with indices of the styles to check. Styles are automatically set by Scintilla (CodeBlocks editing component). Only text with specific styles gets checked (for example only comments and strings). Choose a flag from the famfamfam_flag_icons and copy it to the directory configured in 'Path settings, Bitmaps' (see above) and rename it to match the name of the dictionary but let the extension png.Įxample: If the dictionary files (for one language) are "en_GB.aff" and "en_GB.dic" the the bitmap is named "en_GB.png". If no bitmap is found, the name of the language is shown. The bitmap of the actually selected language is shown in the status bar. On Windows, if either or LibreOffice is installed, they often include thesaurus files in Set the spell checker to use the files from their current location. On my Linux system I found thesaurus files already installed in /usr/share/myspell/dicts and /usr/share/mythes. 'Path settings, Thesauri' (see above) and rename them to match the name of the dictionary but prepend "th_" and let the extension as is.Įxample: If the dictionary files (for one language) are "en_GB.aff" and "en_GB.dic" the files used for the thesaurus are "th_en_GB.idx" and "th_en_GB.dat". Copy the thesaurus files ( th_*.dat and th_*.idx) to the directory configured in The files for the thesaurus are also available from OOo, like the dictionaries. bdic format and the Code::Blocks spell checker plugin will not work with them. The Google Chrome browser also installs dictionaries, but they are.
#Download a spell checker program install#
In addition, both and LibreOffice install dictionary files toĬ:\Program Files\ (Open/Libre)Office\share\extensions\dict-*. These can be found in.Ĭ:\Program Files\Mozilla Firefox\dictionaries or C:\Program Files\Mozilla Thunderbird\dictionaries. I understand on Windows, Firefox and Thunderbird also install compatible dictionary files.

Just point the spell checker to where the files are already located. The reason I like the myspell files is they already include thesaurus files which are named correctly to work with the thesaurus, and everything is all in one location. Look in /usr/share/hunspell or my choice is /usr/share/myspell/dicts. If you're running Linux you've probably already got compatible dictionaries installed. dic file to the directory configured in 'Path settings, Dictionaries' (see above). The OOo 3.x extensions (*.oxt) are compressed archives which can be opened with your favourite archiver (for example 7-Zip or File Roller).Ĭopy the. Open Office provides a collection of dictionaries for several languages and dialects to download. Dictionaries available for those applications are compatible with this plugin. Hunspell is the spell checker of, Mozilla Firefox and other projects. SpellChecker uses a library called hunspell.
#Download a spell checker program portable#
This is quite convenient if you use portable C::B. $(CODEBLOCKS)/share/codeblocks/SpellChecker. Note: You can use Macros in the above three path settings, such as Path settings, Bitmaps (Optional) The plugin is looking in this path for the flags to show in the status bar. Path settings, Thesauri The plugin is looking in this path for the files needed by the thesaurus. Path settings, Dictionaries The plugin is looking in this path for the dictionary files. This can also be changed in the status bar. Language The language used for spell checking and the thesaurus is selected by choosing a dictionary. The spell check option are about half way down the list on the left.Įnable online spell checker Enable or disable the spell checker. The context menu (right click the word) provides spelling suggestions.Ĭonfiguration is in the menu Settings > Editor. from the Edit menu (the operation can be bound to a hot-key via the Keyboard Shortcuts plugin). Both may be accessed on-demand by selecting the word in question, then choosing either Spelling. A plugin to check the spelling of strings and comments.
