1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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