2015-05-08 arnaud.fontaine * Use HTML <textarea> rather than dirty JS hacks. 2015-05-08 arnaud.fontaine * 'viewportMargin: Infinity' is too slow with files with > 1000 lines. 2015-05-08 arnaud.fontaine * Rename 'edit' addon to 'cm_edit' to prevent conflict with ERP5 'edit()' method preventing update of the bt5. 2015-05-08 arnaud.fontaine * Allow saving with C-s in the ZMI. 2015-04-23 arnaud.fontaine * Add support for the ZMI. 2015-01-22 arnaud.fontaine * Gutter and source code separator line was not displayed because of erp5.css (df7eb0f). 2015-01-22 arnaud.fontaine * Add syntax checking in Merge view as well. 2015-01-22 arnaud.fontaine * Update CodeMirror to 4.11. 2015-01-16 arnaud.fontaine * Add linter to check Python syntax in real time and display warnings/errors icons next to the line number (likewise Ace Editor implementation). 2015-01-16 arnaud.fontaine * Remove 'title' attribute of editor field. 2014-12-26 arnaud.fontaine * Saving (Ctrl-s) was not working when using Merge view. 2014-12-26 arnaud.fontaine * Refresh Component history revisions when saving with CTRL+s. 2014-12-26 arnaud.fontaine * Fix layout of warnings/errors div to make it consistent with maximize info div. 2014-12-26 arnaud.fontaine * Fix warning/error messages div not being displayed in maximize mode. 2014-12-19 arnaud.fontaine * Use monospace font in CodeMirror editor, previously overriden by ERP5 CSS. 2014-07-23 arnaud.fontaine * erp5_code_mirror: Update to 3.22. 2011-01-13 Seb * Initial creation