-
Setup:
TinyMCE spellchecker with EnchantSpell class + Enchant 1.4.2 + Hunspell 1.2.7
Description of problem:
When the spellchecker does not find suggestions for a given word, it should still display the options "Ignore" and "Ignore all". Instead, it generates a JavaScript error.
Solution:
The problem lies in line 54: $suggs = enchant_dict_suggest($d, $word);
Instead of returning an...
2008-11-12 20:21:32 UTC in TinyMCE
-
As the supported spellchecking engines were not powerful enough for my needs, I decided to modify the plugin so it supports the enchant library (see http://www.abisource.com/projects/enchant/) and thus a large number of spellchecking engines.
The EnchantSpell class for TinyMCE spellecker as well as a short documentation can be found here...
2008-04-25 16:20:16 UTC in TinyMCE
-
Here is the corresponding message from /var/log/messages
Apr 24 22:22:57 B026 kernel: hunspell[9525]: segfault at 00000000 eip b7cbe283 esp bff303fc error 4
(This is from hunspell 1.1.9 which comes with Ubuntu 7.10. Newser version produce similar messages)
2008-04-24 20:25:22 UTC in Hunspell
-
I get a segmentation fault when I call hunspell from a PHP application using shell_exec() or exec(). This happens for all versions >=1.1.6. For all version
2008-04-24 19:27:27 UTC in Hunspell
-
After a long period of inactivity, I started working on the NewsletterManager-project again. I applied lots of corrections to the code and finished most of the stuff I wanted to have finished for the first BETA-release.
Did you ever want to offer a real Newsletter-Service on your Website but didn't know how to realize this easily? No Problem! NewsletterManager is your solution. It allows you...
2004-02-29 17:21:22 UTC in NewsletterManager