Accessory

Archived
Forum
(read-only)

ThEEditorCodeMirror

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Anthony W. Rainer

     

Version 1.5

General

Anthony W. Rainer
Developer
Anthony W. Rainer

Wow that was quick, but I already have a new version.  Here are the highlights:

-Updated to version 2.23 of CodeMirror.
      Which includes enhancements for PHP syntax highlighting.

-Turned off smartIndent which would guess if the next line needed to be indented. Now it just uses the same indention as the previous line.
      Which should fix some tabbing issues

-Turned off electricChars which would auto indent if a certain character was typed.
      Which should fix some tabbing issues

-Bug fixes for the EE syntax highlighting.
      Various things like multiline comments

-Made Ctrl-S use AJAX.
      OH YEAH!!!!!!