change_log 2.04 KB
Newer Older
1 2 3 4
2015-11-14 bk
* change unmaximize button to Alt-m
* set focus to ace editor after maximize

5 6 7
2014-02-25 arnaud.fontaine
* Allow to specify the line to go to from URL parameter.

8 9 10
2014-02-24 arnaud.fontaine
* Add annotations support to check source code without saving.

Jérome Perrin's avatar
Jérome Perrin committed
11 12 13
2013-08-22 jerome
* Update to 45d3068aa7190f08396bcfe134e505fe144c1ccb ( package 10.28.2013 )

14 15 16
2013-08-22 arnaud.fontaine
* Ace Editor: Import the entire source code.

17 18 19
2013-08-20 arnaud.fontaine
* ZODB Components: Likewise errors, kept source code warnings dialog opens (maximize/fullscreen).

20 21 22
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.

23 24 25
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.

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

29 30 31
2013-08-13 arnaud.fontaine
* ZODB Components: Add JS file required to find text within Ace Editor.

32 33 34
2013-07-19 arnaud.fontaine
* Add save button to Ace Editor to save source code while staying on the same page.

35 36 37
2013-07-09 arnaud.fontaine
* ZODB Components: Follow ERP5 Python indentation style in Ace editor.

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

41 42 43
2013-07-09 arnaud.fontaine
* ZODB Components: Update ace_editor to 1.1.01.

44 45 46
2012-02-28 arnaud.fontaine
* Move fullscreen and maximize button at the top of Ace editor (accessibility).

47 48 49
2012-02-15 arnaud.fontaine
* Use uncompressed version of ace editor source code for readability and debugging sake.

50 51 52
2012-02-11 arnaud.fontaine
* Do not show overflow on maximized mode as scrollbars are handled by Ace itself.

53 54 55
2012-02-11 arnaud.fontaine
* Add full-screen class meaningful when this will be accepted by W3C.

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