1 Change Log |
1 Change Log |
2 ---------- |
2 ---------- |
3 Version 5.2-snapshot-2011mmdd: |
3 Version 5.2-snapshot-2011mmdd: |
4 - bug fixes |
4 - bug fixes |
5 - enhancements of the debugger |
5 - Debugger |
6 -- extended debugger to show class variables |
6 -- extended debugger to show class variables |
7 -- extended debugger to ignore exceptions occuring in lines having a |
7 -- extended debugger to ignore exceptions occuring in lines having a |
8 '__IGNORE_EXCEPTION__' line flag set |
8 '__IGNORE_EXCEPTION__' line flag set |
9 - enhancements of the editor |
9 - Editor |
10 -- added an action to preview the file in the eric web browser. File name |
10 -- added an action to preview the file in the eric web browser. File name |
11 extension to support this feature can be configured on the |
11 extension to support this feature can be configured on the |
12 Editor->Filehandling page |
12 Editor->Filehandling page |
13 -- added an action to the editor context menu and to the tabview and listview |
13 -- added an action to the editor context menu and to the tabview and listview |
14 view managers to open an associated 'rejections' file (i.e. same file name |
14 view managers to open an associated 'rejections' file (i.e. same file name |
15 with '.rej' appended) |
15 with '.rej' appended) |
16 -- added a syntax check while typing function |
16 -- added a syntax check while typing function |
17 -- added source navigation function for Python 2, Python 3 and Ruby sources |
17 -- added source navigation function for Python 2, Python 3 and Ruby sources |
18 -- added support for QScintilla 2.6 (and newer) |
18 -- added support for QScintilla 2.6 (and newer) |
19 - enhancements of the cooperation functions |
19 - Cooperation Functions |
20 -- added code to the cooperation functions to support IPv6 |
20 -- added code to the cooperation functions to support IPv6 |
21 - enhancements of the source browser |
21 - Source Browser |
22 -- show class attributes, class methods and static methods with different icons |
22 -- show class attributes, class methods and static methods with different icons |
23 -- added context menu for attributes |
23 -- added context menu for attributes |
24 - enhancements of the source documentor |
24 - Source Documentor |
25 -- introduced separate sections for class methods and static methods |
25 -- introduced separate sections for class methods and static methods |
26 - enhancements of the version control system interfaces |
26 - Version Control System Interfaces |
27 -- all |
27 -- all |
28 --- made "Show Log" behave like "Show Limited Log" and removed the later |
28 --- made "Show Log" behave like "Show Limited Log" and removed the later |
29 --- added context menu actions to select/deselect all commitable items |
29 --- added context menu actions to select/deselect all commitable items |
30 of the status dialogs |
30 of the status dialogs |
31 -- Mercurial |
31 -- Mercurial |
34 --- modified pull such, that it will try to apply an existing changegroups |
34 --- modified pull such, that it will try to apply an existing changegroups |
35 file first (created by an hg incoming) |
35 file first (created by an hg incoming) |
36 --- added support for importing patches |
36 --- added support for importing patches |
37 --- added support for exporting patches |
37 --- added support for exporting patches |
38 --- added configuration option to create backup files when reverting changes |
38 --- added configuration option to create backup files when reverting changes |
39 - enhancements of the web browser |
39 - Web Browser |
40 -- added the "Do Not Track" feature |
40 -- added the "Do Not Track" feature |
41 -- added code to indicate invalid SSL certificates in the URL entry and the SSL |
41 -- added code to indicate invalid SSL certificates in the URL entry and the SSL |
42 info dialog |
42 info dialog |
43 -- added a dialog to show RSS feeds |
43 -- added a dialog to show RSS feeds |
44 -- added a dialog to show some information about the current site |
44 -- added a dialog to show some information about the current site |
45 - enhancements of the tools |
45 - Tools |
46 -- API files generator |
46 -- API files generator |
47 --- added code to write base class information to be used by the |
47 --- added code to write base class information to be used by the |
48 eric assistant plug-in |
48 eric assistant plug-in |
49 - enhancements of the plug-in manager tools |
49 - Plug-in Manager Tools |
50 -- added code to download and install plug-ins |
50 -- added code to download and install plug-ins |
51 - enhancements of the tasks manager |
51 - Tasks Manager |
52 -- made tasks manager forget about global file tasks when file is closed |
52 -- made tasks manager forget about global file tasks when file is closed |
53 (configurable via configuration dialog) |
53 (configurable via configuration dialog) |
|
54 - Unit Test |
|
55 -- extended the unit test module to allow to rerun only failed tests of the last |
54 - other enhancements |
56 - other enhancements |
55 -- added an action to launch another instantiation of eric5 |
57 -- added an action to launch another instantiation of eric5 |
56 |
58 |
57 Version 5.2-snapshot-20110724: |
59 Version 5.2-snapshot-20110724: |
58 - bug fixes |
60 - bug fixes |