Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

SpellChecker plugin

<< < (22/27) > >>

MortenMacFly:

--- Quote from: ollydbg on August 25, 2011, 07:26:04 am ---Hopefully some dev can put this patch to trunk.

--- End quote ---
I tried it myself meanwhile and committed accordingly. Thanks!

gd_on:
Just a suggestion in SpellChecker :
could you modify some strings preceded by a _ with a _T because I think that many of them do not need to be tranlated (and probably must not):
For example there is a \r, a single space (in SpellCheckEngineInterface) and some *aspell* (as delete_aspell*, get_aspell*, new_aspell*,...)
Thanks.

gd_on

Freem:
I have a little problem with debian.
I just try to configure it and give it a try, but the dictionary  choicelist is empty...
Another thing, I can't check/uncheck the "enable online spell checker".

I thought in first time I didn't have hunspell dictionaries (btw, I'm lost with aspell, hunspell and ispell... this is the spell hell :D) but  aptitude search hunspell* |grep "i A" give me that:

--- Code: ---i A hunspell-fr                     - French dictionary for hunspell            
i A libhunspell-1.2-0               - spell checker and morphological analyzer (

--- End code ---
so it is already installed...

[edit]
BTW, I've forgotten to say I am using rev 7386dbg from jens' debian repo

Alpha:
Suggestion: waiting until the user moves the cursor off the word or adding a small time delay before checking a word's spelling would be useful.  Currently, longer words always get highlighted red because the user does not get a chance to finish typing them before the spelling is checked.

oBFusCATed:
Danselmi:
This check is useless, because delete checks for NULL pointers! This is stated in the standard.

--- Code: ---  if (m_pSpellUserInterface != NULL)
    delete m_pSpellUserInterface;

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version