add ckeditor plugin for syntaxhighlighter blocks, and intial Jonah support.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 7 Oct 2010 23:41:28 +0000 (19:41 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 7 Oct 2010 23:41:28 +0000 (19:41 -0400)
commit0e7875a6b3d373106988ddd8f447db5bef4ddb30
tree073f84c87afd261fa59f5369605341df3b231713
parented42f4d386d06378fbc65d49ffb83b52083c431d
add ckeditor plugin for syntaxhighlighter blocks, and intial Jonah support.

Need to figure out a clean way of getting the code type from the jonah story,
thinking of using a regex for the <pre brush="php"> elements. For now, hard code
php only.
framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php
framework/Editor/js/config.js
framework/Editor/js/plugins/syntaxhighlight/dialogs/syntaxhighlight.js [new file with mode: 0644]
framework/Editor/js/plugins/syntaxhighlight/images/syntaxhighlight.gif [new file with mode: 0644]
framework/Editor/js/plugins/syntaxhighlight/lang/en.js [new file with mode: 0644]
framework/Editor/js/plugins/syntaxhighlight/plugin.js [new file with mode: 0644]
framework/Editor/lib/Horde/Editor/Ckeditor.php
framework/Editor/package.xml
jonah/lib/View/StoryView.php