Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Spellchecker Issues
oBFusCATed:
Can someone try the ru-ru dictionary that is coming with libre office to spellcheck some of the files in the attached project on windows?
@Khram: It will be easier if you post the files for the dictionary yourself and so others can use them to debug the issue.
MortenMacFly:
--- Quote from: oBFusCATed on April 14, 2015, 02:16:52 am ---Can someone try the ru-ru dictionary that is coming with libre office to spellcheck some of the files in the attached project on windows?
--- End quote ---
Well I picked just one ru_RU dictionary I found and they are not correctly spell-checked. Maybe I picked the wrong one?
@Khram: What dictionary do you use exactly?
Alpha:
If making a guess, the issue might be here:
--- Code: (cpp) ---bool SpellCheckHelper::IsWhiteSpace(const wxChar &ch)
{
return wxIsspace(ch) || wxIspunct(ch) || wxIsdigit(ch);
}
--- End code ---
oBFusCATed:
--- Quote from: Khram on May 13, 2015, 10:47:20 pm ---In new nightly build (10253) - spellSheck no working
--- End quote ---
Of course it is not working - no one has fixed it, because they can't reproduce it.
Please post a source file and a dictionary file that should be used to reproduce the problem.
Also (probably) post a screenshot with your regional settings.
Alatar:
Please find dictonary on yandex.disk - https://yadi.sk/d/glyHPzRKgsZkQ
Testfile and screenshot of wrong behaviour are attached
Here is C::B version string and localisation settings:
--- Code: ---Code::Blocks svn build rev 10309 May 25 2015, 10:02:04 - wx2.8.12 (Linux, unicode) - 64 bit
alatar@al_work:~% locale
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=
alatar@al_work:~% uname -a
Linux al_work 3.17.7-gentoo #1 SMP PREEMPT Mon Mar 30 18:24:07 MSK 2015 x86_64 Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz GenuineIntel GNU/Linux
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version