CMS MADE SIMPLE FORGE

Name Type Description
AceEditor Module THIS IS BOTH A BACKEND AND A FRONTEND CODE HIGHLIGHTER AND EDITOR. Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Ace is developed as the primary editor for Cloud9 IDE and the successor of the Mozilla Skywriter (Bespin) Project. Ace is also used on GitHub https://github.com/blog/905-edit-like-an-ace
Ace Editor 2.0 Module First release of the Ace Editor for CMSMS 2.x series. Hardcoded twilight theme. Admin panel that allows for some preference settings, including your preferred CSS syntax (CSS, SASS or LESS). Automatic syntax selection based on template language. On the fly editor scaling possible, on the fly font size possible via slider in the editor toolbar.
CodeMirror syntax editing Module And implementation of the CodeMirror syntaxhighlighting system, which seems more well-maintained than editarea and much more than codepress
AceSyntax Module Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Both frontend as backend syntax highlighter.