Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
SpellChecker plugin
neo1691:
--- Quote from: danselmi on January 16, 2012, 02:39:28 pm ---Have you tried to right click a marked word and checked "Spelling Suggestions for 'wrongword'"?
I will adjust the wiki...
--- End quote ---
Sorry my bad! :P
Found it!!!
Thanks
ptDev:
I found a minor cosmetic issue with the SpellChecker plugin that bugged me somewhat, so I made the status bar menu and settings combo box use human-readable language names (i.e., "English (United States)") rather than the abbreviation which is not always clear to the user (i.e., "en_US").
The changes are in the attached patch. You'll notice a very primitive implementation of GetLanguageName(), but I ended up doing it this way, because I couldn't get it to work with neither wxHashMap nor std::map<> for some reason. I did lose patience, but still hope someone else takes the patch and refactors it to a more efficient alternative. For now, you can already get proper language names listed in the user interface using this patch.
EDIT: Fixed a bug in the previously uploaded patch.
xunxun:
Can you make the plugin support Language Tool :
http://languagetool.org/
http://languagetool.org/languages/
because only languagetool.org has Chinese spell checking.
And it also has Firefox/OpenOffice Add-on.
chameleon:
Mr Anselmi
Can you please make the SpellChecker support multiple languages?
My point is:
I use my native language for code comments, but comments have a big amount of english keywords.
Thanks for awesome plugin.
scarphin:
Is it just me or does it NOT compile anymore with:
--- Code: ---||=== Build: hunspell in SpellChecker (compiler: GNU GCC Compiler x32) ===|
D:\coding\projects\sw\codeblocks\trunk\src\plugins\contrib\SpellChecker\hunspell\src\hunspell\baseaffix.hxx|28|error: 'MAXCONDLEN' was not declared in this scope|
D:\coding\projects\sw\codeblocks\trunk\src\plugins\contrib\SpellChecker\hunspell\src\hunspell\baseaffix.hxx|30|error: 'MAXCONDLEN_1' was not declared in this scope|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 3 second(s)) ===|
--- End code ---
Win7 x64
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version