Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
SpellChecker plugin
danselmi:
Hi.
A plugin to spell check comments in source codes can be found here: http://svn.berlios.de/svnroot/repos/spellchecker/trunk .
It can be configured (through OnlineSpellChecking.xml file) which lexer-styles have to be spell-checked. Sample config file provides: spell-check only comments in C/C++, VHDL and Verilog and spell-check sources for LaTeX.
Hunspell is used for the spell checker and wxSpellChecker (from wxCode) for the GUI. Code::Blocks project files (msw and linux) are provided (tested on winXP-sp3 and fedora 11). For linux, hunspell is assumed to be installed as a system library.
It needs dictionaries to work correctly. Dictionaries for hunspell and MyThes can be downloaded from http://wiki.services.openoffice.org/wiki/Dictionaries OOo 2.x files. OOo 3.x Extensions (.oxt) are zip'ed archives containing the same files.
Regards
danselmi
MortenMacFly:
--- Quote from: danselmi on October 09, 2009, 04:37:24 pm ---A plugin to spell check comments in source codes can be found here: http://svn.berlios.de/svnroot/repos/spellchecker/trunk .
--- End quote ---
All I can say: Awesome! I am using it for some time now. It works very well.
Grab it while it's hot!
killerbot:
can we add this to the contrib plug-ins.
This sounds like a great addition ....
koso:
Very nice plugin. It works, but I had some problems during installation:
- I tried to install / compile it without dictionaries. It compiled, but probably becase missing .dic and .aff files failed some post-compile script -> my installation was missing whole directory share\CodeBlocks\SpellChecker, where are stored not only dictionaries, but also some pictures and configuration file.
- Missing dictionary file (deleted) caused crash - so probably missing file-exist chceck.
oBFusCATed:
+1 for the contribs :) even thought I don't write comments :)
Navigation
[0] Message Index
[#] Next page
Go to full version