Default Settings

13 views
Skip to first unread message

rory.g...@gmail.com

unread,
Mar 1, 2016, 3:06:03 PM3/1/16
to PHPSpellCheck
By default, PHP Spell Check uses a case sensitive search on the dictionary and ignores words in ALL CAPS.

Is there a way to have it, by default, use a case insensitive search and to check words that are in ALL CAPS?

I have tried changing the basic settings in default-settings.php, and changing the values of $CaseSensitive and $IgnoreAllCaps in include.php, but neither of these sets of values seem to have any effect on the default behavior. The Options page of the search dialog always shows these options checked at the start of the browser session. They can be unchecked for the remainder of the session, but are reset on the next session.

SpellChecker Support

unread,
Mar 5, 2016, 12:05:04 AM3/5/16
to rory.g...@gmail.com, PHPSpellCheck
Try Include.php line 59:
 public $IgnoreAllCaps = true;   // change to  ->   public $IgnoreAllCaps = false;

The options screen can be misleading as it remembers (in a cookie) your previous option settings.

Zainab

--
You received this message because you are subscribed to the Google Groups "PHPSpellCheck" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phpspellchec...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages