1 Change Log |
1 Change Log |
2 ---------- |
2 ---------- |
3 Version 22.1: |
3 Version 22.1: |
4 - bug fixes |
4 - bug fixes |
5 - first release of eric7 (i.e. the PyQt6 port of eric6) |
5 - first release of eric7 (i.e. the PyQt6 port of eric6) |
|
6 - Code Style Checker |
|
7 -- updated pycodestyle to version 2.8.0 |
6 - Debugger |
8 - Debugger |
7 -- added code to remember the list of recently used breakpoint conditions |
9 -- added code to remember the list of recently used breakpoint conditions |
8 in the editor and the breakpoint viewer |
10 in the editor and the breakpoint viewer |
9 -- added code to enter the script to be run/debugged/... in the start dialog |
11 -- added code to enter the script to be run/debugged/... in the start dialog |
10 - Editor |
12 - Editor |
26 dialog |
28 dialog |
27 - Project |
29 - Project |
28 -- added a 'Start' context sub menu to the project sources browser |
30 -- added a 'Start' context sub menu to the project sources browser |
29 - Shell |
31 - Shell |
30 -- added capability to save the contents of the shell window into a file |
32 -- added capability to save the contents of the shell window into a file |
|
33 - Syntax Checker |
|
34 -- updated pyflakes to version 2.4.0 |
31 - Unit Test |
35 - Unit Test |
32 -- added capability to remember the most recently used test data |
36 -- added capability to remember the most recently used test data |
33 - Viewmanager |
37 - Viewmanager |
34 -- added a 'Start' sub menu to the tabview and listspace view managers |
38 -- added a 'Start' sub menu to the tabview and listspace view managers |
35 context menu |
39 context menu |