change_log 1.49 KB
Newer Older
1 2 3
2013-08-15 arnaud.fontaine
* ZODB Components: pylint is now used and reports warnings. Also, allow to jump to error line/column by clicking on the error/warning message.

4 5 6
2013-08-13 arnaud.fontaine
* ZODB Components: Force resize of Ace Editor on maximize/fullscreen. Otherwise, without passing the new height/width to resize() and without force, text is not visible when switching to maximize/fullscreen mode.

7 8 9
2013-08-13 arnaud.fontaine
* ZODB Components: Add Ace Editor settings menu (Alt+p) to set up keybinding styles for example.

10 11 12
2013-08-13 arnaud.fontaine
* ZODB Components: Add JS file required to find text within Ace Editor.

13 14 15
2013-07-19 arnaud.fontaine
* Add save button to Ace Editor to save source code while staying on the same page.

16 17 18
2013-07-09 arnaud.fontaine
* ZODB Components: Follow ERP5 Python indentation style in Ace editor.

19 20 21
2013-07-09 arnaud.fontaine
* ZODB Components: inner{Weight,Width} is not applicable to window document (from jQuery API).

22 23 24
2013-07-09 arnaud.fontaine
* ZODB Components: Update ace_editor to 1.1.01.

25 26 27
2012-02-28 arnaud.fontaine
* Move fullscreen and maximize button at the top of Ace editor (accessibility).

28 29 30
2012-02-15 arnaud.fontaine
* Use uncompressed version of ace editor source code for readability and debugging sake.

31 32 33
2012-02-11 arnaud.fontaine
* Do not show overflow on maximized mode as scrollbars are handled by Ace itself.

34 35 36
2012-02-11 arnaud.fontaine
* Add full-screen class meaningful when this will be accepted by W3C.

Arnaud Fontaine's avatar
Arnaud Fontaine committed
37 38
2012-01-25 arnaud.fontaine
* Initial release.