Tracker: Plugins

5 Spellchecker for ColdFusion - ID: 1908279
Last Update: Attachment added ( richardkdavies )

This is a ColdFusion port of the TinyMCE PHP spellchecker plugin.

This plugin is compatible with TinyMCE 3.0. If using TinyMCE 2.x, use the "SpellChecker CFM"
plugin available at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1526516&group_id=103281&atid=738747


Richard Davies ( richardkdavies ) - 2008-03-05 12:21:04 PST

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 18 )

Date: 2009-11-27 03:28:48 PST
Sender: deepakb

Great work. We had the same problem as 'nobody' mentioned running CF on
Debian

One note to the workaround provided is that it uses doubled up quotes,
which at first did not work, I just escaped the quotes properly and now it
works as a charm!

<cfset Local.cmd.exec = "bash" />
<cfset Local.cmd.args = '-c "cat #Variables.tmpfile# |
#this._config.PSpellShell.aspell# -a --encoding=utf-8 --size=10 -H
--lang=#Local.lang#"' />


Date: 2009-09-15 16:45:16 PDT
Sender: gjslick

Hey, good stuff man, thanks for this. Made the implementation of the spell
checking functionality a whole lot easier for me without having to install
php and such.


Date: 2009-03-09 11:41:29 PDT
Sender: richardkdavies

Having trouble locating the download link? The download link is toward the
bottom of this page under the 'attached files' heading and right above the
'changes' section.


Date: 2009-02-11 10:09:03 PST
Sender: richardkdavies

@thyhive311

I haven't tested this on Railo, but based on the error details you
provided, it looks like Railo is getting confused by the structure keys
which contain the dot character.

Try changing line 76 of GoogleSpell.cfc to:
<cfset Local.ignoreDigits = this._config['GoogleSpell.ignoreDigits'] />

You'll also have to likewise update the other places in the file that
reference this._config. Let me know if that resolves your issue. If so,
I'll update the source code here to include the compatibility fix for other
Railo users.



Date: 2009-02-11 07:50:42 PST
Sender: thyhive311

The error I have received is:
key [GOOGLESPELL] doesn't exist in struct
(keys:GoogleSpell.ignoreDigits,general.engine,cfhttp.proxyServer,cfhttp.proxyPassword,cfhttp.proxyUser,cfhttp.proxyPort,GoogleSpell.ignoreAllCaps)

From:
C:\Railo\webapps\ROOT\scripts\tinymce\plugins\spellchecker\classes\GoogleSpell.cfc:
line 76

76: <cfset Local.ignoreDigits = this._config.GoogleSpell.ignoreDigits />


Date: 2009-01-11 11:05:05 PST
Sender: wallad00

I'm getting an error: k.indexOf is not a function.

I have Aspell installed here: 'c:\Program Files\Aspell\bin\aspell.exe' and
I have a dictionary folder
here: 'c:\Program Files\Aspell\dict'

Any idea what I may be doing wrong?


Date: 2008-08-07 05:44:27 PDT
Sender: nobody

Logged In: NO

I had an issue using the PSpellShell/aspell option on suse linux running CF
7. The problem was with the cfexecute syntax being used. Pipeing multiple
commands has never worked for me, but I found a work around a while back.
I changed lines 113 and 114 to:
<cfset Local.cmd.exec = "bash" />
<cfset Local.cmd.args = "-c ""cat #Variables.tmpfile# |
#this._config.PSpellShell.aspell# -a --encoding=utf-8 --size=10 -H
--lang=#Local.lang#""" />
and it works fine.

Thanks for this plugin!!!


Date: 2008-05-07 11:11:17 PDT
Sender: richardkdavies


File Added: CF_spellchecker.zip


Date: 2008-05-07 11:07:10 PDT
Sender: richardkdavies


File Added: CF_spellchecker.zip


Date: 2008-04-08 16:53:47 PDT
Sender: nobody

Logged In: NO

speling this rong


Date: 2008-04-03 13:06:45 PDT
Sender: richardkdavies


File Added: CF_spellchecker.zip


Date: 2008-03-31 10:29:24 PDT
Sender: richardkdavies


File Added: CF_spellchecker.zip


Date: 2008-03-27 12:15:11 PDT
Sender: richardkdavies


Version 2.0 now supports PSpell spellchecker in addition to Google
spellchecker.
File Added: CF_spellchecker.zip


Date: 2008-03-12 14:59:55 PDT
Sender: nobody

Logged In: NO

elado
magyar
pentaros


Date: 2008-03-05 15:10:22 PST
Sender: richardkdavies


File Added: CF_spellchecker.zip


Date: 2008-03-05 13:26:19 PST
Sender: richardkdavies


File Added: CF_spellchecker.zip


Date: 2008-03-05 12:38:48 PST
Sender: richardkdavies


File Added: CF_spellchecker.zip


Date: 2008-03-05 12:22:03 PST
Sender: richardkdavies


Currently it only supports the Google spellchecker engine.


Attached Files ( 2 )

Filename Description Download
CF_spellchecker.zip Version 2.0.3 Download
CF_spellchecker.zip Version 2.0.4 Download

Changes ( 20 )

Field Old Value Date By
File Added 417965: CF_spellchecker.zip 2011-07-12 13:30:04 PDT richardkdavies
File Deleted 372992: 2011-07-12 13:29:44 PDT richardkdavies
File Added 372992: CF_spellchecker.zip 2010-05-05 14:04:46 PDT richardkdavies
File Deleted 277120: 2008-05-07 11:11:17 PDT richardkdavies
File Added 277121: CF_spellchecker.zip 2008-05-07 11:11:17 PDT richardkdavies
File Deleted 273112: 2008-05-07 11:07:11 PDT richardkdavies
File Added 277120: CF_spellchecker.zip 2008-05-07 11:07:10 PDT richardkdavies
File Deleted 272630: 2008-04-03 13:06:46 PDT richardkdavies
File Added 273112: CF_spellchecker.zip 2008-04-03 13:06:45 PDT richardkdavies
File Deleted 272128: 2008-03-31 10:29:24 PDT richardkdavies
File Added 272630: CF_spellchecker.zip 2008-03-31 10:29:23 PDT richardkdavies
File Deleted 269248: 2008-03-27 12:15:14 PDT richardkdavies
File Added 272128: CF_spellchecker.zip 2008-03-27 12:15:11 PDT richardkdavies
File Deleted 269238: 2008-03-05 15:10:23 PST richardkdavies
File Added 269248: CF_spellchecker.zip 2008-03-05 15:10:22 PST richardkdavies
File Added 269238: CF_spellchecker.zip 2008-03-05 13:26:19 PST richardkdavies
File Deleted 269233: 2008-03-05 13:26:03 PST richardkdavies
File Added 269233: CF_spellchecker.zip 2008-03-05 12:38:48 PST richardkdavies
File Deleted 269228: 2008-03-05 12:38:26 PST richardkdavies
File Added 269228: CF_spellchecker.zip 2008-03-05 12:21:07 PST richardkdavies