Need "rich code snippet" capability in editor CKEditor for Oracle Knowledge product (TechExchange)
Our Oracle Knowledge product (TechExchange) currently makes use of CKEditor 4.3.4 as the editor.
This editor currently supports plain text formatting. We would like to enable the advanced syntax
formatting such that when a piece of code is entered in the editor, it would be color and indenttion
formatted just as it would in eclipse or visual studios. I found that CKEditor has a plugin (Code Snippet)
that lets you insert rich code snippets with syntax highlighting into the editor. How can the Code Snippet plugin
be applied to the TechExchange application?