Why doesn't CF10 include the upgraded CKEditor 3.6x? Still using old FCK version?
I confirmed with Charlie Arehart that both CF9 and CF10 are using the same "old" version of FCKeditor, which runs the rich text option of cftextarea. The CFIDE in both editions (such as C:\ColdFusion10\cfusion\wwwroot\CFIDE\scripts\ajax\FCKeditor\fckeditor.js) reports this:
FCKeditor.prototype.Version = '2.6.4.1' ;
FCKeditor.prototype.VersionBuild = '23187' ;
This version of the editor is no longer supported by the company that build the plugin (scroll to bottom of this link): http://ckeditor.com/download
The latest version has more plugins and support that would be very useful, such as line numbers and syntax highlighting of the rich text source code. Lots of Googling indicates there was, at some point, a plugin for the old FCKeditor that allowed syntax highlighting but those sources are no longer available (i.e., the web site has gone dark).
Anyway, since jumping from CF9 to CF10 is a big deal, I'm just surprised Adobe did not include this upgrade as well. Please correct me if I'm wrong, or else please consider this my request to include the upgraded editor in the production release. Thank you.
