change_log 1.4 KB
Newer Older
1 2 3
2015-05-08 arnaud.fontaine
* 'viewportMargin: Infinity' is too slow with files with > 1000 lines.

4 5 6
2015-05-08 arnaud.fontaine
* Rename 'edit' addon to 'cm_edit' to prevent conflict with ERP5 'edit()' method preventing update of the bt5.

7 8 9
2015-05-08 arnaud.fontaine
* Allow saving with C-s in the ZMI.

10 11 12
2015-04-23 arnaud.fontaine
* Add support for the ZMI.

13 14 15
2015-01-22 arnaud.fontaine
* Gutter and source code separator line was not displayed because of erp5.css (df7eb0f).

16 17 18
2015-01-22 arnaud.fontaine
* Add syntax checking in Merge view as well.

19 20 21
2015-01-22 arnaud.fontaine
* Update CodeMirror to 4.11.

22 23 24
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).

25 26 27
2015-01-16 arnaud.fontaine
* Remove 'title' attribute of editor field.

28 29 30
2014-12-26 arnaud.fontaine
* Saving (Ctrl-s) was not working when using Merge view.

31 32 33
2014-12-26 arnaud.fontaine
* Refresh Component history revisions when saving with CTRL+s.

34 35 36
2014-12-26 arnaud.fontaine
* Fix layout of warnings/errors div to make it consistent with maximize info div.

37 38 39
2014-12-26 arnaud.fontaine
* Fix warning/error messages div not being displayed in maximize mode.

40 41 42
2014-12-19 arnaud.fontaine
* Use monospace font in CodeMirror editor, previously overriden by ERP5 CSS.

43 44 45
2014-07-23 arnaud.fontaine
* erp5_code_mirror: Update to 3.22.

46 47
2011-01-13 Seb
* Initial creation