Mon, 02 Apr 2018 12:04:18 +0200
Merged with default branch to prepare new release.
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | Change Log |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | ---------- |
6170
2bcf6e5637e7
Code Style Checker: added checks for default docstring in functions and modules
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6111
diff
changeset
|
3 | Version 18.04: |
2bcf6e5637e7
Code Style Checker: added checks for default docstring in functions and modules
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6111
diff
changeset
|
4 | - bug fixes |
6193
0313134e20b1
Preferences: added config option to disable the use of the global menu bar on Linux
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6184
diff
changeset
|
5 | - General |
0313134e20b1
Preferences: added config option to disable the use of the global menu bar on Linux
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6184
diff
changeset
|
6 | -- added config option to disable the use of the global menu bar on Linux |
6170
2bcf6e5637e7
Code Style Checker: added checks for default docstring in functions and modules
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6111
diff
changeset
|
7 | - Code Style Checker |
2bcf6e5637e7
Code Style Checker: added checks for default docstring in functions and modules
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6111
diff
changeset
|
8 | -- added checks for default docstring in functions and modules |
6177
af76e795c4ce
Code Style Checker: added check for dictionaries with sorted keys (M201)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6170
diff
changeset
|
9 | -- added check for dictionaries with sorted keys |
6180
8d72871c16ba
Code Style Checker: added checks for logging statements
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6177
diff
changeset
|
10 | -- added checks for logging statements |
6182
f293e95b914d
Code Style Checker: added check for the 'gettext' import statement
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6180
diff
changeset
|
11 | -- added check for the 'gettext' import statement |
6184
789e88d94899
Code Style Checker: added some checks of the bugbear checker
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6182
diff
changeset
|
12 | -- added some checks of the bugbear checker |
6170
2bcf6e5637e7
Code Style Checker: added checks for default docstring in functions and modules
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6111
diff
changeset
|
13 | |
6106
921d070cec82
Finished implementing support for EditorConfig.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6089
diff
changeset
|
14 | Version 18.03: |
921d070cec82
Finished implementing support for EditorConfig.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6089
diff
changeset
|
15 | - bug fixes |
921d070cec82
Finished implementing support for EditorConfig.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6089
diff
changeset
|
16 | - Editor |
921d070cec82
Finished implementing support for EditorConfig.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6089
diff
changeset
|
17 | -- added support for EditorConfig |
6111
d38b38117d83
Added VCS conflict markers to the types shown on the marker map.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6106
diff
changeset
|
18 | -- added VCS conflict markers to the types shown on the marker map |
6106
921d070cec82
Finished implementing support for EditorConfig.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6089
diff
changeset
|
19 | |
6052
8b49d3e0b4c8
Extended the session to store/retrieve the split views and the order of the editors.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6035
diff
changeset
|
20 | Version 18.02: |
8b49d3e0b4c8
Extended the session to store/retrieve the split views and the order of the editors.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6035
diff
changeset
|
21 | - bug fixes |
6058
9432e23f663f
Added basic support for Cython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6052
diff
changeset
|
22 | - General |
9432e23f663f
Added basic support for Cython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6052
diff
changeset
|
23 | -- extended the session to store/retrieve the split views and the order of |
9432e23f663f
Added basic support for Cython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6052
diff
changeset
|
24 | the editors (**Note**: The new session file format is not backward |
9432e23f663f
Added basic support for Cython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6052
diff
changeset
|
25 | compatible and cannot be read by eric releases prior to 18.02) |
9432e23f663f
Added basic support for Cython.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6052
diff
changeset
|
26 | -- added basic support for Cython |
6059
8f7c66c53c27
Added a context menu entry to "Execute Selection In Console".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6058
diff
changeset
|
27 | - Editor |
8f7c66c53c27
Added a context menu entry to "Execute Selection In Console".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6058
diff
changeset
|
28 | -- added a context menu entry to "Execute Selection In Console" |
6084
c6f3f66bf7aa
Added support for HTML5 "Desktop Video Capture" and "Desktop Audio and Video Capture" as of Qt 5.10.0/PyQt 5.10.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6059
diff
changeset
|
29 | - Web Browser (NG) |
c6f3f66bf7aa
Added support for HTML5 "Desktop Video Capture" and "Desktop Audio and Video Capture" as of Qt 5.10.0/PyQt 5.10.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6059
diff
changeset
|
30 | -- added support for HTML5 "Desktop Video Capture" and "Desktop Audio and |
c6f3f66bf7aa
Added support for HTML5 "Desktop Video Capture" and "Desktop Audio and Video Capture" as of Qt 5.10.0/PyQt 5.10.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6059
diff
changeset
|
31 | Video Capture" as of Qt 5.10.0/PyQt 5.10.0 |
6085
7e48a0d98cce
Added the capability to pause/resume download (Qt 5.10.0/PyQt 5.10.0).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6084
diff
changeset
|
32 | -- added the capability to pause/resume download (Qt 5.10.0/PyQt 5.10.0) |
6089
ca484325f02a
Added support for attributes introduced by Qt 5.9 and Qt 5.10.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6085
diff
changeset
|
33 | -- added support for attributes introduced by Qt 5.9 and Qt 5.10 |
6052
8b49d3e0b4c8
Extended the session to store/retrieve the split views and the order of the editors.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6035
diff
changeset
|
34 | |
6006
40abcfa8e2b5
Started development cycle for 18.01.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6003
diff
changeset
|
35 | Version 18.01: |
40abcfa8e2b5
Started development cycle for 18.01.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6003
diff
changeset
|
36 | - bug fixes |
6034
4f88f70d2cd4
Added the capability to remember the most recently used file names and conditions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6032
diff
changeset
|
37 | - Debugger / Breakpoint Viewer |
4f88f70d2cd4
Added the capability to remember the most recently used file names and conditions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6032
diff
changeset
|
38 | -- added the capability to remember the most recently used file names and |
4f88f70d2cd4
Added the capability to remember the most recently used file names and conditions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6032
diff
changeset
|
39 | conditions |
6032
5f80be18bcd7
Added an action to the view menu to clear all folds of the current editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6020
diff
changeset
|
40 | - Editor |
5f80be18bcd7
Added an action to the view menu to clear all folds of the current editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6020
diff
changeset
|
41 | -- added an action to the view menu to clear all folds of the current editor |
6035
6cac9ce8ab15
Added an entry to delete all change markers to the marker margin context menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6034
diff
changeset
|
42 | -- added an entry to delete all change markers to the marker margin context |
6cac9ce8ab15
Added an entry to delete all change markers to the marker margin context menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6034
diff
changeset
|
43 | menu |
6007
82d44dc0fb3b
If a project does not contain protobuf files, the old project file format (5.1) is generated to make the file backward compatible.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6006
diff
changeset
|
44 | - Project |
82d44dc0fb3b
If a project does not contain protobuf files, the old project file format (5.1) is generated to make the file backward compatible.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6006
diff
changeset
|
45 | -- If a project does not contain protobuf files, the old project file format |
82d44dc0fb3b
If a project does not contain protobuf files, the old project file format (5.1) is generated to make the file backward compatible.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6006
diff
changeset
|
46 | (5.1) is generated to make the file backward compatible. |
6011
e6af0dcfbb35
Added the pip interface plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6007
diff
changeset
|
47 | - Plug-ins |
e6af0dcfbb35
Added the pip interface plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6007
diff
changeset
|
48 | -- added the pip interface plug-in to the core plug-ins |
6014
d3375a0a3240
Added the virtualenv/pyvenv interface plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6012
diff
changeset
|
49 | -- added the virtualenv/pyvenv interface plug-in to the core plug-ins |
6015
26fc8e08f4ac
Added the setup.py wizard plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6014
diff
changeset
|
50 | -- added the setup.py wizard plug-in to the core plug-ins |
6016
3d594f66a7f7
Added the eric plug-in wizard plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6015
diff
changeset
|
51 | -- added the eric plug-in wizard plug-in to the core plug-ins |
6017
dab01678626d
Added the .desktop wizard plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6016
diff
changeset
|
52 | -- added the .desktop wizard plug-in to the core plug-ins |
6018
1c858879d3d0
Added the translator plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6017
diff
changeset
|
53 | -- added the translator plug-in to the core plug-ins |
6020
baf6da1ae288
Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6018
diff
changeset
|
54 | -- added the git plug-in to the core plug-ins |
6006
40abcfa8e2b5
Started development cycle for 18.01.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6003
diff
changeset
|
55 | |
6012
ff8ac2f1a6ac
Updated the change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6011
diff
changeset
|
56 | **Note**: These plug-ins should be deinstalled via the plug-in uninstallation |
ff8ac2f1a6ac
Updated the change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6011
diff
changeset
|
57 | dialog of eric before upgrading eric. A reconfiguration of these plug-ins may |
ff8ac2f1a6ac
Updated the change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6011
diff
changeset
|
58 | be neccessary. |
ff8ac2f1a6ac
Updated the change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6011
diff
changeset
|
59 | - PluginToolPip |
6014
d3375a0a3240
Added the virtualenv/pyvenv interface plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6012
diff
changeset
|
60 | - PluginWizardVirtualenv |
6012
ff8ac2f1a6ac
Updated the change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6011
diff
changeset
|
61 | |
5961
2a5232311a65
Added possibility to show the type of the object info is shown for.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5928
diff
changeset
|
62 | Version 17.12: |
2a5232311a65
Added possibility to show the type of the object info is shown for.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5928
diff
changeset
|
63 | - bug fixes |
5977
8a0ec75b0f73
Finished adding support for Google protobuf protocol and gRPC files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5976
diff
changeset
|
64 | - General |
8a0ec75b0f73
Finished adding support for Google protobuf protocol and gRPC files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5976
diff
changeset
|
65 | -- added support for Google protobuf protocol files |
5961
2a5232311a65
Added possibility to show the type of the object info is shown for.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5928
diff
changeset
|
66 | - Code Documentation Viewer |
2a5232311a65
Added possibility to show the type of the object info is shown for.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5928
diff
changeset
|
67 | -- added possibility to show the type of the object info is shown for |
2a5232311a65
Added possibility to show the type of the object info is shown for.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5928
diff
changeset
|
68 | -- modified the top row and the search part in order to allow smaller sizes |
5964
066e6c78a367
Introduced a configuration option for the debugger variables viewers to limit the variables shown by the variables viewers depending on their size (in order to avoid overload situations on low power or low memory machines).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5961
diff
changeset
|
69 | - Debugger / Variables Viewer |
066e6c78a367
Introduced a configuration option for the debugger variables viewers to limit the variables shown by the variables viewers depending on their size (in order to avoid overload situations on low power or low memory machines).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5961
diff
changeset
|
70 | -- introduced a configuration option to limit the variables shown by the |
066e6c78a367
Introduced a configuration option for the debugger variables viewers to limit the variables shown by the variables viewers depending on their size (in order to avoid overload situations on low power or low memory machines).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5961
diff
changeset
|
71 | variables viewers depending on their size (in order to avoid overload |
066e6c78a367
Introduced a configuration option for the debugger variables viewers to limit the variables shown by the variables viewers depending on their size (in order to avoid overload situations on low power or low memory machines).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5961
diff
changeset
|
72 | situations on low power or low memory machines) |
5976
549918576245
Added a dark style (*.qss and Python lexers) provided by Giuseppe Corbelli.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5964
diff
changeset
|
73 | - Styles |
549918576245
Added a dark style (*.qss and Python lexers) provided by Giuseppe Corbelli.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5964
diff
changeset
|
74 | -- added a dark style (*.qss and Python lexers) provided by Giuseppe Corbelli |
5994
cf0b37d2a28d
Updated send2trash to version 1.4.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5977
diff
changeset
|
75 | - Third Party packages |
cf0b37d2a28d
Updated send2trash to version 1.4.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5977
diff
changeset
|
76 | -- updated send2trash to version 1.4.2 |
5961
2a5232311a65
Added possibility to show the type of the object info is shown for.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5928
diff
changeset
|
77 | |
6003
463dad222a24
Prepared change log for a new release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5994
diff
changeset
|
78 | **NOTE**: This release introduces a new project file format that will be |
463dad222a24
Prepared change log for a new release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5994
diff
changeset
|
79 | rejected by previous releases. The new format is needed for the Google protobuf |
463dad222a24
Prepared change log for a new release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5994
diff
changeset
|
80 | support. |
463dad222a24
Prepared change log for a new release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5994
diff
changeset
|
81 | |
5899
0516f6548ca6
Added the capability to enter an interpreter in the Start... dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5870
diff
changeset
|
82 | Version 17.11: |
0516f6548ca6
Added the capability to enter an interpreter in the Start... dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5870
diff
changeset
|
83 | - bug fixes |
0516f6548ca6
Added the capability to enter an interpreter in the Start... dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5870
diff
changeset
|
84 | - Debugger |
0516f6548ca6
Added the capability to enter an interpreter in the Start... dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5870
diff
changeset
|
85 | -- added capability to enter an interpreter in the Start... dialog |
0516f6548ca6
Added the capability to enter an interpreter in the Start... dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5870
diff
changeset
|
86 | - Editor |
0516f6548ca6
Added the capability to enter an interpreter in the Start... dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5870
diff
changeset
|
87 | -- added support for auto-completion lists being provided asynchronously |
5900
cd90bfdc1247
Started to implement a viewer for source code documentation extracted by providers to be implemented by plug-ins (like rope and jedi).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5899
diff
changeset
|
88 | -- added a viewer for source code documentation extracted by providers to |
cd90bfdc1247
Started to implement a viewer for source code documentation extracted by providers to be implemented by plug-ins (like rope and jedi).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5899
diff
changeset
|
89 | be implemented by plug-ins (like rope and jedi) |
5928
a3809f75ca07
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5900
diff
changeset
|
90 | - Web Browser (old style) |
a3809f75ca07
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5900
diff
changeset
|
91 | -- changed logic in order to put new downloads at the top of the list of |
a3809f75ca07
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5900
diff
changeset
|
92 | downloads and added the download date and time to the shown info |
a3809f75ca07
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5900
diff
changeset
|
93 | - Web Browser (NG) |
a3809f75ca07
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5900
diff
changeset
|
94 | -- changed logic in order to put new downloads at the top of the list of |
a3809f75ca07
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5900
diff
changeset
|
95 | downloads and added the download date and time to the shown info |
5899
0516f6548ca6
Added the capability to enter an interpreter in the Start... dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5870
diff
changeset
|
96 | |
5865
44c24064d51e
Started development of new release cycle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5854
diff
changeset
|
97 | Version 17.10: |
44c24064d51e
Started development of new release cycle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5854
diff
changeset
|
98 | - bug fixes |
5870
82e04c70f969
Finished implementing a downloader and installer/uninstaller for web browser spell check dictionaries.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5865
diff
changeset
|
99 | - Web Browser (NG) |
82e04c70f969
Finished implementing a downloader and installer/uninstaller for web browser spell check dictionaries.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5865
diff
changeset
|
100 | -- added a downloader and installer/uninstaller dialog for spell check |
82e04c70f969
Finished implementing a downloader and installer/uninstaller for web browser spell check dictionaries.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5865
diff
changeset
|
101 | dictionaries |
5865
44c24064d51e
Started development of new release cycle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5854
diff
changeset
|
102 | |
5827
f345675183e7
Started development cycle for 17.09.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5824
diff
changeset
|
103 | Version 17.09: |
f345675183e7
Started development cycle for 17.09.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5824
diff
changeset
|
104 | - bug fixes |
5850
7fae79975686
Unified the Python2 and Python3 debugger interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5843
diff
changeset
|
105 | - Debugger |
7fae79975686
Unified the Python2 and Python3 debugger interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5843
diff
changeset
|
106 | -- unified the Python2 and Python3 debugger interfaces |
5837 | 107 | - Exporter |
108 | -- extended the HTML exporter to convert Markdown and ReST files to HTML | |
5854
be976799b8c0
Added a bar with counts for new/local updates/remote updates to the plug-in repository dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5850
diff
changeset
|
109 | - Plugin Manager |
be976799b8c0
Added a bar with counts for new/local updates/remote updates to the plug-in repository dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5850
diff
changeset
|
110 | -- added a bar with counts for new/local updates/remote updates to the |
be976799b8c0
Added a bar with counts for new/local updates/remote updates to the plug-in repository dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5850
diff
changeset
|
111 | plug-in repository dialog |
5837 | 112 | - Previewers |
113 | -- added capability to configure the output format for the markdown and | |
114 | docutils (ReST) previewers | |
5831
536d97e3f1a1
Updated translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5827
diff
changeset
|
115 | - Web Browser (NG) |
536d97e3f1a1
Updated translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5827
diff
changeset
|
116 | -- added support for Google Safe Browsing |
5843
76eee727ccd9
Updated jasy to 1.5-beta5 (latest release available).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5837
diff
changeset
|
117 | - Third Party packages |
76eee727ccd9
Updated jasy to 1.5-beta5 (latest release available).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5837
diff
changeset
|
118 | -- updated jasy to 1.5-beta5 (latest release available) |
5827
f345675183e7
Started development cycle for 17.09.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5824
diff
changeset
|
119 | |
5789
abd01db5aa35
Finished implementing session support for the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5769
diff
changeset
|
120 | Version 17.08: |
abd01db5aa35
Finished implementing session support for the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5769
diff
changeset
|
121 | - bug fixes |
5800
c3379bf35654
Updated translations and source docu for the shell changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5794
diff
changeset
|
122 | - Shell |
5824
a8ef49c858dc
Prepared new release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5800
diff
changeset
|
123 | -- added support for different history navigation styles (disabled, Linux, |
5800
c3379bf35654
Updated translations and source docu for the shell changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5794
diff
changeset
|
124 | Windows) |
c3379bf35654
Updated translations and source docu for the shell changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5794
diff
changeset
|
125 | -- improved shell history dialog |
5794
f8cf9bcaa1fa
Added some new predefined template variables (time, path_name_rel, dir_name_rel).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5789
diff
changeset
|
126 | - Templates |
5827
f345675183e7
Started development cycle for 17.09.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5824
diff
changeset
|
127 | -- added some new predefined template variables (time, path_name_rel, |
f345675183e7
Started development cycle for 17.09.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5824
diff
changeset
|
128 | dir_name_rel) |
5789
abd01db5aa35
Finished implementing session support for the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5769
diff
changeset
|
129 | - Web Browser (NG) |
abd01db5aa35
Finished implementing session support for the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5769
diff
changeset
|
130 | -- added support for sessions |
abd01db5aa35
Finished implementing session support for the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5769
diff
changeset
|
131 | |
5763
e2d839b69ff3
Updated chardet to version 3.0.4 and corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5762
diff
changeset
|
132 | Version 17.07: |
e2d839b69ff3
Updated chardet to version 3.0.4 and corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5762
diff
changeset
|
133 | - bug fixes |
e2d839b69ff3
Updated chardet to version 3.0.4 and corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5762
diff
changeset
|
134 | - Background Services |
e2d839b69ff3
Updated chardet to version 3.0.4 and corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5762
diff
changeset
|
135 | -- added functionality to limit the number of processes used for background |
e2d839b69ff3
Updated chardet to version 3.0.4 and corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5762
diff
changeset
|
136 | services |
5769
944c04cec861
Added the capability to send these emails via Google Mail using OAuth2 authentication.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5765
diff
changeset
|
137 | - Bug Reporting / Feature Request (Email) |
944c04cec861
Added the capability to send these emails via Google Mail using OAuth2 authentication.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5765
diff
changeset
|
138 | -- added the capability to send these emails via Google Mail using OAuth2 |
944c04cec861
Added the capability to send these emails via Google Mail using OAuth2 authentication.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5765
diff
changeset
|
139 | authentication |
5765
39d8b26ff557
Made the colors of the diff dialogs configurable.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5763
diff
changeset
|
140 | - Configuration |
39d8b26ff557
Made the colors of the diff dialogs configurable.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5763
diff
changeset
|
141 | -- made the colors of the diff dialogs configurable |
5763
e2d839b69ff3
Updated chardet to version 3.0.4 and corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5762
diff
changeset
|
142 | - Third Party packages |
e2d839b69ff3
Updated chardet to version 3.0.4 and corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5762
diff
changeset
|
143 | -- updated chardet to 3.0.4 |
e2d839b69ff3
Updated chardet to version 3.0.4 and corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5762
diff
changeset
|
144 | |
5732
34041e56ec42
Extended the source documentation checker to check for raised/documented exceptions and defined/documented signals.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5729
diff
changeset
|
145 | Version 17.06: |
34041e56ec42
Extended the source documentation checker to check for raised/documented exceptions and defined/documented signals.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5729
diff
changeset
|
146 | - bug fixes |
34041e56ec42
Extended the source documentation checker to check for raised/documented exceptions and defined/documented signals.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5729
diff
changeset
|
147 | - Checkers |
34041e56ec42
Extended the source documentation checker to check for raised/documented exceptions and defined/documented signals.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5729
diff
changeset
|
148 | -- extended the source documentation checker to check for raised/documented |
34041e56ec42
Extended the source documentation checker to check for raised/documented exceptions and defined/documented signals.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5729
diff
changeset
|
149 | exceptions and defined/documented signals |
5733
aed3e558407f
Reintroduced the highlighting of current instruction line and the error line using colored background. It is configurable whether to use these backgrounds or the arrows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5732
diff
changeset
|
150 | - Editor |
aed3e558407f
Reintroduced the highlighting of current instruction line and the error line using colored background. It is configurable whether to use these backgrounds or the arrows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5732
diff
changeset
|
151 | -- reintroduced the highlighting of current instruction line and the error |
aed3e558407f
Reintroduced the highlighting of current instruction line and the error line using colored background. It is configurable whether to use these backgrounds or the arrows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5732
diff
changeset
|
152 | line using colored background. It is configurable whether to use these |
aed3e558407f
Reintroduced the highlighting of current instruction line and the error line using colored background. It is configurable whether to use these backgrounds or the arrows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5732
diff
changeset
|
153 | backgrounds or the arrows. |
5742
dc9cd8059221
Added the capability to perform the various replace methods via keyboard shortcuts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5739
diff
changeset
|
154 | -- added capability to perform the various replace methods via keyboard |
dc9cd8059221
Added the capability to perform the various replace methods via keyboard shortcuts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5739
diff
changeset
|
155 | shortcuts |
5739
a870f5f03baa
Added an option to the plug-in manager to cleanup the plug-ins download area during startup.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5735
diff
changeset
|
156 | - Plugin Manager |
a870f5f03baa
Added an option to the plug-in manager to cleanup the plug-ins download area during startup.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5735
diff
changeset
|
157 | -- added an option to cleanup the plug-ins download area during startup |
5735
f606dbe20be6
Added code to auto-discover the presence of the new 'pyqt5-tools' wheel (Windows only).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5734
diff
changeset
|
158 | - Qt Tools |
f606dbe20be6
Added code to auto-discover the presence of the new 'pyqt5-tools' wheel (Windows only).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5734
diff
changeset
|
159 | -- added code to auto-discover the presence of the new 'pyqt5-tools' wheel |
f606dbe20be6
Added code to auto-discover the presence of the new 'pyqt5-tools' wheel (Windows only).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5734
diff
changeset
|
160 | (Windows only) (thanks to Kyle Altendorf for providing this wheel) |
5734
d8b99b5fa673
United the stop and reload buttons of the navigation bar.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5733
diff
changeset
|
161 | - Web Browser (NG) |
d8b99b5fa673
United the stop and reload buttons of the navigation bar.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5733
diff
changeset
|
162 | -- united the stop and reload buttons of the navigation bar |
5745
4f4316e83318
-- added a super menu to modernize the look & feel
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5742
diff
changeset
|
163 | -- added a super menu to modernize the look & feel |
4f4316e83318
-- added a super menu to modernize the look & feel
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5742
diff
changeset
|
164 | -- added Ctrl-Click and middle click actions to the navigation buttons |
4f4316e83318
-- added a super menu to modernize the look & feel
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5742
diff
changeset
|
165 | to perform the action in a new tab |
5732
34041e56ec42
Extended the source documentation checker to check for raised/documented exceptions and defined/documented signals.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5729
diff
changeset
|
166 | |
5713
6762afd9f963
Updated Pygments to 2.2.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5711
diff
changeset
|
167 | Version 17.05: |
5697
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5693
diff
changeset
|
168 | - bug fixes |
5706
59458b006d76
Changed the indication of the current instruction line and the error line to use a green or red arrow instead of a colored background.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5697
diff
changeset
|
169 | - Editor |
59458b006d76
Changed the indication of the current instruction line and the error line to use a green or red arrow instead of a colored background.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5697
diff
changeset
|
170 | -- changed the indication of the current instruction line and the error line |
59458b006d76
Changed the indication of the current instruction line and the error line to use a green or red arrow instead of a colored background.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5697
diff
changeset
|
171 | to use a green or red arrow instead of a colored background |
5697
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5693
diff
changeset
|
172 | - PyQt Tools |
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5693
diff
changeset
|
173 | -- added a configuration option for the path of the PyQt tools |
5711
50b6867ffcd3
Finished implementing the standalone shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5707
diff
changeset
|
174 | - Shell |
50b6867ffcd3
Finished implementing the standalone shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5707
diff
changeset
|
175 | -- added a standalone shell window |
5707
1273cd92a8f4
Web Browser (NG):
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5706
diff
changeset
|
176 | - Web Browser (NG) |
1273cd92a8f4
Web Browser (NG):
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5706
diff
changeset
|
177 | -- added the last visited time and date to the bookmark properties dialog |
5713
6762afd9f963
Updated Pygments to 2.2.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5711
diff
changeset
|
178 | -- added a visit count to the history entries (shown in the history dialog) |
5729
e67c1c4f4abb
Updated change log for release 17.05.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5714
diff
changeset
|
179 | -- made full screen mode really full screen |
5713
6762afd9f963
Updated Pygments to 2.2.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5711
diff
changeset
|
180 | - Third Party packages |
6762afd9f963
Updated Pygments to 2.2.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5711
diff
changeset
|
181 | -- updated Pygments to 2.2.0 |
5714
90c57b50600f
Updated chardet to 3.0.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5713
diff
changeset
|
182 | -- updated chardet to 3.0.2 |
5697
ee81081a0ff7
Finished implementing the capability to configure the path to the PyQt tools or determine it based on the current Python interpreter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5693
diff
changeset
|
183 | |
5693
04dd50448b10
Prepared changelog for merging into the maintenance branch.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5678
diff
changeset
|
184 | Version 17.04.1: |
04dd50448b10
Prepared changelog for merging into the maintenance branch.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5678
diff
changeset
|
185 | - bug fixes |
04dd50448b10
Prepared changelog for merging into the maintenance branch.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5678
diff
changeset
|
186 | |
5732
34041e56ec42
Extended the source documentation checker to check for raised/documented exceptions and defined/documented signals.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5729
diff
changeset
|
187 | Version 17.04: |
5585
dab20c39f08c
Added checks for shadowed Python builtins and unneccessary comprehensions and generators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5575
diff
changeset
|
188 | - bug fixes |
5675
c6bfe7b10b01
Increased minimum required Python versions to prevent usage with very old versions (i.e. eric was never tested with).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5667
diff
changeset
|
189 | - General |
c6bfe7b10b01
Increased minimum required Python versions to prevent usage with very old versions (i.e. eric was never tested with).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5667
diff
changeset
|
190 | -- increased minimum required Python versions to prevent usage |
c6bfe7b10b01
Increased minimum required Python versions to prevent usage with very old versions (i.e. eric was never tested with).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5667
diff
changeset
|
191 | with very old versions (i.e. eric was never tested with) |
c6bfe7b10b01
Increased minimum required Python versions to prevent usage with very old versions (i.e. eric was never tested with).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5667
diff
changeset
|
192 | min. versions: Python 2 - 2.7.10; Python 3 - 3.4.0 |
5585
dab20c39f08c
Added checks for shadowed Python builtins and unneccessary comprehensions and generators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5575
diff
changeset
|
193 | - Checkers |
dab20c39f08c
Added checks for shadowed Python builtins and unneccessary comprehensions and generators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5575
diff
changeset
|
194 | -- added checks for shadowed Python builtins and unneccessary comprehensions |
5586
0e5421d679e7
Added capability to place line flags (e.g. __IGNORE...) on the line following the one to be ignored.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5585
diff
changeset
|
195 | and generators to the code style checker |
5661
ae4f5cdc3d00
Added a line complexity checker to the code style checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5659
diff
changeset
|
196 | -- added a checker to check for lines of code of too high complexity |
5586
0e5421d679e7
Added capability to place line flags (e.g. __IGNORE...) on the line following the one to be ignored.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5585
diff
changeset
|
197 | -- added capability to place line flags (e.g. __IGNORE...) on the line |
0e5421d679e7
Added capability to place line flags (e.g. __IGNORE...) on the line following the one to be ignored.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5585
diff
changeset
|
198 | following the one to be ignored |
5657
0f4257c1abcb
shell autocompleter takes the right global variables into account now
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5641
diff
changeset
|
199 | - Debugger |
0f4257c1abcb
shell autocompleter takes the right global variables into account now
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5641
diff
changeset
|
200 | -- shell autocompleter takes the right global variables into account now |
5658
e5f6fe5855fd
move the instruction pointer within the current function (Hotkey: F12)
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5657
diff
changeset
|
201 | -- move the instruction pointer within the current function (Hotkey: F12) |
5659
cf3ecfec6321
report syntax and indentation errors raised by an application or module in the correct manner
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5658
diff
changeset
|
202 | -- report syntax and indentation errors raised by an application or module |
cf3ecfec6321
report syntax and indentation errors raised by an application or module in the correct manner
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5658
diff
changeset
|
203 | in the correct manner |
5667
86554f131048
Avoid crashes on using greenlets.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5661
diff
changeset
|
204 | -- avoid crashes on using greenlets |
5641
3ced21e990eb
Extended the user configuration dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5602
diff
changeset
|
205 | - Mercurial Interface |
3ced21e990eb
Extended the user configuration dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5602
diff
changeset
|
206 | -- extended the user configuration dialog |
5678
0aa72754d535
Added support for the 'zstd' compression for bundles (as of 4.1.0).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5675
diff
changeset
|
207 | -- added support for the 'zstd' compression for bundles (as of 4.1.0) |
5585
dab20c39f08c
Added checks for shadowed Python builtins and unneccessary comprehensions and generators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5575
diff
changeset
|
208 | |
5602
77755a5ea30c
Ammended the change log file for the latest maintenance release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5586
diff
changeset
|
209 | Version 17.03.1: |
77755a5ea30c
Ammended the change log file for the latest maintenance release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5586
diff
changeset
|
210 | - bug fixes |
77755a5ea30c
Ammended the change log file for the latest maintenance release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5586
diff
changeset
|
211 | |
5575
835f789ded71
Prepared changelog for a new release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5573
diff
changeset
|
212 | Version 17.03: |
5509
d4c4763b46ee
Upgraded pycodestyle to version 2.3.1
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5483
diff
changeset
|
213 | - bug fixes |
d4c4763b46ee
Upgraded pycodestyle to version 2.3.1
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5483
diff
changeset
|
214 | - Checkers |
d4c4763b46ee
Upgraded pycodestyle to version 2.3.1
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5483
diff
changeset
|
215 | -- upgraded pycodestyle to version 2.3.1 |
5510
cdcd0cd34e79
Upgraded pyflakes to version 1.5.0
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5509
diff
changeset
|
216 | -- upgraded pyflakes to version 1.5.0 |
5552
313a91a38aed
Handling of unhandled exceptions for *.QThread. Namespace is clean now.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5526
diff
changeset
|
217 | - Debugger |
5573
4f85c1de060d
Don't step into print statements.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5561
diff
changeset
|
218 | -- prevent stepping into print statements if checkbox for debugging into |
4f85c1de060d
Don't step into print statements.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5561
diff
changeset
|
219 | interpreter libraries is checked |
5552
313a91a38aed
Handling of unhandled exceptions for *.QThread. Namespace is clean now.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5526
diff
changeset
|
220 | -- catch unhandled exceptions again |
313a91a38aed
Handling of unhandled exceptions for *.QThread. Namespace is clean now.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5526
diff
changeset
|
221 | -- support for PySide2 added |
313a91a38aed
Handling of unhandled exceptions for *.QThread. Namespace is clean now.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5526
diff
changeset
|
222 | -- atexit handling works as specified in any condition |
5561
5fffb5cc1a88
When in unhandled exception, current frame lies in debugger files always. In breakpoints,
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5553
diff
changeset
|
223 | -- prevent ordinary breakpoints to steal the focus from an exception |
5512
f148796813d4
Enabled the action menu for the Mercurial log browser in 'incoming' mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5510
diff
changeset
|
224 | - Mercurial Interface |
f148796813d4
Enabled the action menu for the Mercurial log browser in 'incoming' mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5510
diff
changeset
|
225 | -- improved the log browser in several ways |
5522
e07d1df4c64a
Improved the Mercurial status dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5512
diff
changeset
|
226 | -- improved the status dialog |
5525
1771a7f9065c
Added capability to remember previously used entries in the project debugger properties dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5522
diff
changeset
|
227 | - Project |
1771a7f9065c
Added capability to remember previously used entries in the project debugger properties dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5522
diff
changeset
|
228 | -- added capability to remember previously used entries in the project |
1771a7f9065c
Added capability to remember previously used entries in the project debugger properties dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5522
diff
changeset
|
229 | debugger properties dialog |
5532
3a7c5deab9b7
Added support for new functionality provided by Qt 5.8.0 to the QtWebEngine based web browser (including spell checking).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5526
diff
changeset
|
230 | - Web Browser (NG) |
3a7c5deab9b7
Added support for new functionality provided by Qt 5.8.0 to the QtWebEngine based web browser (including spell checking).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5526
diff
changeset
|
231 | - added support for new options provided by Qt 5.8.0 |
3a7c5deab9b7
Added support for new functionality provided by Qt 5.8.0 to the QtWebEngine based web browser (including spell checking).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5526
diff
changeset
|
232 | - added support for spell checking as of Qt 5.8.0 |
5526
11337e4fba52
Started adding support for Qt 5.8 functionality to the new web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5525
diff
changeset
|
233 | |
5483
3790c6f62c5c
Prepared a bug fix release of 17.02
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5461
diff
changeset
|
234 | Version 17.02.1: |
3790c6f62c5c
Prepared a bug fix release of 17.02
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5461
diff
changeset
|
235 | - bug fixes |
3790c6f62c5c
Prepared a bug fix release of 17.02
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5461
diff
changeset
|
236 | |
5393
9db3fd0b1c72
Added functionality to the web browsers to manage the plug-in provided documentation sets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5390
diff
changeset
|
237 | Version 17.02: |
9db3fd0b1c72
Added functionality to the web browsers to manage the plug-in provided documentation sets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5390
diff
changeset
|
238 | - bug fixes |
5435
44a6fc2828bc
Upgraded pycodestyle to version 2.2.0+.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5423
diff
changeset
|
239 | - Checkers |
44a6fc2828bc
Upgraded pycodestyle to version 2.2.0+.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5423
diff
changeset
|
240 | -- upgraded pycodestyle to version 2.2.0+ |
5461
b0dc3f0133cd
Changed the variables filter dialog to be more user friendly.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5451
diff
changeset
|
241 | - Debugger |
b0dc3f0133cd
Changed the variables filter dialog to be more user friendly.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5451
diff
changeset
|
242 | -- changed the variables filter dialog to be more user friendly |
5415
160f72d69cff
Fixed the changelog to contain the new format button bar.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5393
diff
changeset
|
243 | - Editor |
160f72d69cff
Fixed the changelog to contain the new format button bar.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5393
diff
changeset
|
244 | -- added a bar with formatting options for HTML, Markdown and reStructured |
160f72d69cff
Fixed the changelog to contain the new format button bar.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5393
diff
changeset
|
245 | Text files |
5420
53ca6ddb4acf
Added support for the new QScintilla JSON lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5415
diff
changeset
|
246 | -- added support for the new QScintilla JSON lexer |
5423
baf242b72ef0
Added support for the new QScintilla Markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5420
diff
changeset
|
247 | -- added support for the new QScintilla Markdown lexer |
5443
3ef014765648
Added capability to use the SSL encryption method (next to StartTLS) in the built in Email dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5435
diff
changeset
|
248 | |
3ef014765648
Added capability to use the SSL encryption method (next to StartTLS) in the built in Email dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5435
diff
changeset
|
249 | -- added capability to use the SSL encryption method (next to StartTLS) in |
3ef014765648
Added capability to use the SSL encryption method (next to StartTLS) in the built in Email dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5435
diff
changeset
|
250 | the built in Email dialog |
5445
b24720037f1f
Added clickable links to the Mercurial log browser details pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5443
diff
changeset
|
251 | - Mercurial Interface |
b24720037f1f
Added clickable links to the Mercurial log browser details pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5443
diff
changeset
|
252 | -- added clickable links to the log browser details pane |
5449
7679d1d3671a
Added up and down buttons to move the current entry to the Mercurial and Subversion log browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5445
diff
changeset
|
253 | -- added up and down buttons to move the current entry to the log browser |
5451
8ee36e8a315f
Added the capability to configure the length of the log message shown in the message column of the Mercurial log browser list.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5449
diff
changeset
|
254 | -- added the capability to configure the length of the log message shown |
8ee36e8a315f
Added the capability to configure the length of the log message shown in the message column of the Mercurial log browser list.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5449
diff
changeset
|
255 | in the message column of the log browser list |
5449
7679d1d3671a
Added up and down buttons to move the current entry to the Mercurial and Subversion log browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5445
diff
changeset
|
256 | - Subversion interface |
7679d1d3671a
Added up and down buttons to move the current entry to the Mercurial and Subversion log browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5445
diff
changeset
|
257 | -- added up and down buttons to move the current entry to the log browser |
5393
9db3fd0b1c72
Added functionality to the web browsers to manage the plug-in provided documentation sets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5390
diff
changeset
|
258 | - Web Browser |
9db3fd0b1c72
Added functionality to the web browsers to manage the plug-in provided documentation sets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5390
diff
changeset
|
259 | -- added functionality to manage the plug-in provided documentation sets |
9db3fd0b1c72
Added functionality to the web browsers to manage the plug-in provided documentation sets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5390
diff
changeset
|
260 | |
5390
3528235d0707
Finished the change log for the 17.01 release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5379
diff
changeset
|
261 | Version 17.01: |
5361
147c43e684c0
Amended the change log file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5354
diff
changeset
|
262 | - bug fixes |
5362
e9b8797923da
Added the capability to save a global session to disk and restore it and added the capability to save a crash session in order to restore the current state in case of a crash.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5361
diff
changeset
|
263 | - General |
e9b8797923da
Added the capability to save a global session to disk and restore it and added the capability to save a crash session in order to restore the current state in case of a crash.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5361
diff
changeset
|
264 | -- added capability to save a global session to disk and restore it |
e9b8797923da
Added the capability to save a global session to disk and restore it and added the capability to save a crash session in order to restore the current state in case of a crash.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5361
diff
changeset
|
265 | -- added capability to save a crash session in order to restore the |
e9b8797923da
Added the capability to save a global session to disk and restore it and added the capability to save a crash session in order to restore the current state in case of a crash.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5361
diff
changeset
|
266 | current state in case of a crash |
5371
01c4c059142b
Added an option to configure the crash session startup behavior, added the '--no-crash' option to suppress looking for a crash session and changed some command line options:
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5362
diff
changeset
|
267 | -- added option to configure the crash session startup behavior and |
01c4c059142b
Added an option to configure the crash session startup behavior, added the '--no-crash' option to suppress looking for a crash session and changed some command line options:
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5362
diff
changeset
|
268 | added the '--no-crash' option to suppress looking for a crash session |
5379
0f14e170a803
Added the '--disable-crash' option to temporarily disable the crash session support through the command line.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5372
diff
changeset
|
269 | -- added the '--disable-crash' option to temporarily disable the crash |
0f14e170a803
Added the '--disable-crash' option to temporarily disable the crash session support through the command line.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5372
diff
changeset
|
270 | session support through the command line |
5371
01c4c059142b
Added an option to configure the crash session startup behavior, added the '--no-crash' option to suppress looking for a crash session and changed some command line options:
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5362
diff
changeset
|
271 | -- changed some options: --noopen to --no-open, --nosplash to --no-splash |
5372
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5371
diff
changeset
|
272 | - Debugger |
5390
3528235d0707
Finished the change log for the 17.01 release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5379
diff
changeset
|
273 | -- added capability to edit the history lists of the start dialogs of the |
5372
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5371
diff
changeset
|
274 | debugger |
5361
147c43e684c0
Amended the change log file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5354
diff
changeset
|
275 | - Editor |
147c43e684c0
Amended the change log file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5354
diff
changeset
|
276 | -- added support for project type specific auto-completion and calltips |
147c43e684c0
Amended the change log file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5354
diff
changeset
|
277 | including the respective configuration (Editor->APIs page) |
147c43e684c0
Amended the change log file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5354
diff
changeset
|
278 | |
5354
31fb20bff15f
Prepared changelog for 16.12 release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5345
diff
changeset
|
279 | Version 16.12: |
5310
f2b774d78b4a
Updated chardet to version 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5285
diff
changeset
|
280 | - bug fixes |
5319
a512d3951a13
Added context menu actions to the Mercurial tags/branches list dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5310
diff
changeset
|
281 | - Mercurial Interface |
a512d3951a13
Added context menu actions to the Mercurial tags/branches list dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5310
diff
changeset
|
282 | -- added context menu actions to the tags/branches list dialog |
5322
c2cabdca0734
Added bookmark actions to the Mercurial Log Browser tools menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5319
diff
changeset
|
283 | -- added bookmark actions to the Log Browser tools menu |
5328
9c11e9285a46
Added context menu actions to the Mercurial bookmark list dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5322
diff
changeset
|
284 | -- added context menu actions to the bookmark list dialog |
5330
381665763704
Added possibility to enter a commit author and commit date/time to the Mercurial commit dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5328
diff
changeset
|
285 | -- added possibility to enter a commit author and commit date/time |
5345
c7c3f9de2d1c
Added capability to enforce a Mercurial tagging operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5337
diff
changeset
|
286 | -- added capability to enforce a tagging operation |
5310
f2b774d78b4a
Updated chardet to version 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5285
diff
changeset
|
287 | - Third Party packages |
f2b774d78b4a
Updated chardet to version 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5285
diff
changeset
|
288 | -- updated chardet to 2.3.0 |
f2b774d78b4a
Updated chardet to version 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5285
diff
changeset
|
289 | |
5335
112840bac20c
Prepared release 16.11.1
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5312
diff
changeset
|
290 | Version 16.11.1: |
112840bac20c
Prepared release 16.11.1
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5312
diff
changeset
|
291 | - fixed a PyQt5 compatibility issue on Windows platforms |
112840bac20c
Prepared release 16.11.1
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5312
diff
changeset
|
292 | |
5312
8ff05a7798ac
Prepared changelog for first release according to new release scheme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5285
diff
changeset
|
293 | Version 16.11: |
4553
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
294 | - bug fixes |
4629
99aaac59be4f
Added a status bar icon to show the online status.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4612
diff
changeset
|
295 | - General |
99aaac59be4f
Added a status bar icon to show the online status.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4612
diff
changeset
|
296 | -- added a status bar icon to show the online status to the main window |
5108
f5cb9cb98e6a
Added an action to clear the private data of the IDE.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5105
diff
changeset
|
297 | -- added an action to clear the private data of the IDE |
5172
f35c7e0db572
Added capaibility to ignore warnings by code (use __IGNORE_WARNING_<code>__, e.g. __IGNORE_WARNING_M613__).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5165
diff
changeset
|
298 | - Checkers |
f35c7e0db572
Added capaibility to ignore warnings by code (use __IGNORE_WARNING_<code>__, e.g. __IGNORE_WARNING_M613__).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5165
diff
changeset
|
299 | -- added capaibility to ignore warnings by code (use |
f35c7e0db572
Added capaibility to ignore warnings by code (use __IGNORE_WARNING_<code>__, e.g. __IGNORE_WARNING_M613__).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5165
diff
changeset
|
300 | __IGNORE_WARNING_<code>__, e.g. __IGNORE_WARNING_M613__) |
4553
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
301 | - Debugger |
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
302 | -- added a debugger interface registry to allow debuggers being |
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
303 | implemented as plug-ins |
5147
d39dd5cee0c8
Renamed pep8.py to pycodestyle.py in order to track the upstream renaming.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5108
diff
changeset
|
304 | -- Python Debuggers: |
d39dd5cee0c8
Renamed pep8.py to pycodestyle.py in order to track the upstream renaming.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5108
diff
changeset
|
305 | --- changed the protocol to a JSONRPC style protocol to be more robust |
5285 | 306 | --- massive speed gain of the debug client (Tobias Rzepka) |
307 | --- unified the debugger clients for Python 2 and 3 (Tobias Rzepka) | |
308 | --- unified the standard and threaded debugger clients (Tobias Rzepka) | |
309 | --- added debug support for QThread threads (Tobias Rzepka) | |
4553
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
310 | -- Ruby Debugger: |
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
311 | --- removed the Ruby debugger (the interface doesn't work with recent |
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
312 | Ruby versions anymore) |
5150
72a053e1c440
Added capability to stop recording upon exit of the client script.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5147
diff
changeset
|
313 | -- Call Trace Viewer |
72a053e1c440
Added capability to stop recording upon exit of the client script.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5147
diff
changeset
|
314 | --- added capability to stop recording upon exit of the client script |
5165
37691caeec1a
Added the capability to refresh the variables viewer via the context menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5150
diff
changeset
|
315 | -- Variables Viewer |
37691caeec1a
Added the capability to refresh the variables viewer via the context menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5150
diff
changeset
|
316 | --- added capability to refresh the view via the context menu |
4673
6fa2418f010c
Finalized the hex editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4629
diff
changeset
|
317 | - Hex Editor |
6fa2418f010c
Finalized the hex editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4629
diff
changeset
|
318 | -- added a nice little hex editor tool (usable as a standalone tool |
6fa2418f010c
Finalized the hex editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4629
diff
changeset
|
319 | as well) |
4696
bf4d19a7cade
Added capability to close all other icon editor windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4673
diff
changeset
|
320 | - Icon Editor |
bf4d19a7cade
Added capability to close all other icon editor windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4673
diff
changeset
|
321 | -- added capability to close all other icon editor windows |
4985
03ac1a030529
Added a dialog to quickly search for files in the list of project files (thanks to Mike C. Fletcher for contributing the majority of this code).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4920
diff
changeset
|
322 | - Project |
03ac1a030529
Added a dialog to quickly search for files in the list of project files (thanks to Mike C. Fletcher for contributing the majority of this code).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4920
diff
changeset
|
323 | -- added a dialog to quickly search for files in the list of project files |
03ac1a030529
Added a dialog to quickly search for files in the list of project files (thanks to Mike C. Fletcher for contributing the majority of this code).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4920
diff
changeset
|
324 | (thanks to Mike C. Fletcher for contributing the majority of this) |
5105
8a773a100c34
Added an option to the project to rescan the project for tasks upon open.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5091
diff
changeset
|
325 | -- added an option to rescan the project for tasks upon open |
5011
4085e2348621
Added capability to search the file tree via the keyboard (directories and files only) to the file browser and the project browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4986
diff
changeset
|
326 | - Project Browser |
4085e2348621
Added capability to search the file tree via the keyboard (directories and files only) to the file browser and the project browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4986
diff
changeset
|
327 | -- added capability to search the file tree via the keyboard (directories and |
4085e2348621
Added capability to search the file tree via the keyboard (directories and files only) to the file browser and the project browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4986
diff
changeset
|
328 | files only) |
4986
248b5a87158d
Added an entry to show the version information to the tray starter menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4985
diff
changeset
|
329 | - Tools |
248b5a87158d
Added an entry to show the version information to the tray starter menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4985
diff
changeset
|
330 | -- Tray Starter |
248b5a87158d
Added an entry to show the version information to the tray starter menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4985
diff
changeset
|
331 | --- added an entry to show the version information |
5091
dfac14826e78
Added support for pulling and pushing the current bookmark to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5072
diff
changeset
|
332 | - Version Control System Interfaces |
dfac14826e78
Added support for pulling and pushing the current bookmark to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5072
diff
changeset
|
333 | -- Mercurial |
dfac14826e78
Added support for pulling and pushing the current bookmark to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5072
diff
changeset
|
334 | --- added support for pulling and pushing the current bookmark |
5268
748e4c50523b
Added support for the Mercurial strip extension.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5172
diff
changeset
|
335 | --- added support for the strip extension |
5283
06423d65a2b8
Added support for the Mercurial histedit extension.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5270
diff
changeset
|
336 | --- added support for the histedit extension |
5270
7758f0c7d9f6
Added support for the strip and fetch extensions to the log browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5268
diff
changeset
|
337 | --- added support for the strip and fetch extensions to the log browser |
5284
3a2f9bee8974
Added an action to the Mercurial administration menu to clean out the backup bundles.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5283
diff
changeset
|
338 | --- added an action to the administration menu to clean out the backup |
3a2f9bee8974
Added an action to the Mercurial administration menu to clean out the backup bundles.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5283
diff
changeset
|
339 | bundles |
4612
c9982bcd00f8
Added capability to remember the zoom values for each site (incl. a dialog to manage these).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4553
diff
changeset
|
340 | - Web Browser |
c9982bcd00f8
Added capability to remember the zoom values for each site (incl. a dialog to manage these).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4553
diff
changeset
|
341 | -- added capability to remember the zoom values for each site (incl. a |
c9982bcd00f8
Added capability to remember the zoom values for each site (incl. a dialog to manage these).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4553
diff
changeset
|
342 | dialog to manage these) |
4629
99aaac59be4f
Added a status bar icon to show the online status.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4612
diff
changeset
|
343 | -- added a status bar icon to show the online status |
4920
8c77c9251f4f
Finished the port of the web browser to QtWebEngine.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4828
diff
changeset
|
344 | - Web Browser (NG) |
8c77c9251f4f
Finished the port of the web browser to QtWebEngine.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4828
diff
changeset
|
345 | -- ported the web browser to QtWebEngine as of Qt 5.6.0 because starting |
8c77c9251f4f
Finished the port of the web browser to QtWebEngine.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4828
diff
changeset
|
346 | with this version QtWebKit is no longer (officially) supported |
4697
c2e9bf425554
Updated Pygments to 2.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4696
diff
changeset
|
347 | - Third Party packages |
5072
aab59042fefb
Updated Pygments to 2.1.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5067
diff
changeset
|
348 | -- updated Pygments to 2.1.3 |
5147
d39dd5cee0c8
Renamed pep8.py to pycodestyle.py in order to track the upstream renaming.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5108
diff
changeset
|
349 | -- updated pep8 to 2.1.0dev0 and renamed it to pycodestyle |
5051
3586ebd9fac8
Updated coverage.py to version 4.1.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5011
diff
changeset
|
350 | -- updated coverage.py to 4.1.0 |
5067
e2f171f08af8
Updated pyflakes to 1.2.3+.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5051
diff
changeset
|
351 | -- updated pyflakes to 1.2.3+ |
4553
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
352 | |
a6b2acd1a355
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4515
diff
changeset
|
353 | Version 6.1.0: |
3978
59d99092a4de
Started eric 6.1 line of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3974
diff
changeset
|
354 | - bug fixes |
4097
ad2a6bd965d9
Added a configuration page to edit the list of mime types to be opened in an eric editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4095
diff
changeset
|
355 | - General |
ad2a6bd965d9
Added a configuration page to edit the list of mime types to be opened in an eric editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4095
diff
changeset
|
356 | -- added a configuration page to edit the list of mime types to |
ad2a6bd965d9
Added a configuration page to edit the list of mime types to be opened in an eric editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4095
diff
changeset
|
357 | be opened in an eric editor |
4343
afe0da217745
Added the '--settings=' command line switch to store the settings files in a non-standard directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4341
diff
changeset
|
358 | -- added the '--settings=' command line switch to store the |
afe0da217745
Added the '--settings=' command line switch to store the settings files in a non-standard directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4341
diff
changeset
|
359 | settings files in a non-standard directory |
4218
f542ad1f76c5
Added a batch mode to the code style checker to make use of multiple CPUs/CPU-Cores.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4216
diff
changeset
|
360 | - Checkers |
f542ad1f76c5
Added a batch mode to the code style checker to make use of multiple CPUs/CPU-Cores.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4216
diff
changeset
|
361 | -- added a batch mode to the code style checker to make use of |
f542ad1f76c5
Added a batch mode to the code style checker to make use of multiple CPUs/CPU-Cores.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4216
diff
changeset
|
362 | multiple CPUs/CPU-Cores |
4231
0b38613388c9
Implemented the batch check mode for the syntax checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4218
diff
changeset
|
363 | -- added a batch mode to the syntax checker to make use of |
0b38613388c9
Implemented the batch check mode for the syntax checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4218
diff
changeset
|
364 | multiple CPUs/CPU-Cores |
4237
ff8a3e769fca
Added a batch mode to the indentation checker to make use of multiple CPUs/CPU-Cores.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4231
diff
changeset
|
365 | -- added a batch mode to the indentation checker to make use of |
ff8a3e769fca
Added a batch mode to the indentation checker to make use of multiple CPUs/CPU-Cores.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4231
diff
changeset
|
366 | multiple CPUs/CPU-Cores |
4423
14f3ca3dcef6
Added a code complexity checker iaw. McCabe to the code style checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4409
diff
changeset
|
367 | -- added a code complexity checker iaw. McCabe to the code style |
14f3ca3dcef6
Added a code complexity checker iaw. McCabe to the code style checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4409
diff
changeset
|
368 | checker |
4515
d7cebe39ffba
Some refinements to the miscellaneous checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4489
diff
changeset
|
369 | -- added miscellaneous checks to the code style checker (coding |
d7cebe39ffba
Some refinements to the miscellaneous checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4489
diff
changeset
|
370 | comment, copyright, blind except, print statements, one element |
d7cebe39ffba
Some refinements to the miscellaneous checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4489
diff
changeset
|
371 | tuples, __future__ imports, old style string formats, string |
d7cebe39ffba
Some refinements to the miscellaneous checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4489
diff
changeset
|
372 | format strings) |
4369
4ef6ecc62a9d
Updated the change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4356
diff
changeset
|
373 | - Debugger |
4ef6ecc62a9d
Updated the change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4356
diff
changeset
|
374 | -- added signal handlers for the Python debug clients |
4176
4c09d3d75768
Added capability to configure the indentation guides colors.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4172
diff
changeset
|
375 | - Editor |
4c09d3d75768
Added capability to configure the indentation guides colors.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4172
diff
changeset
|
376 | -- added capability to configure the indentation guides colors |
4271
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4267
diff
changeset
|
377 | -- added capability to ask multiple completion list and call-tip |
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4267
diff
changeset
|
378 | providers |
4288
1c9c1c12111a
Added a configuration page for mouse click handler support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
379 | -- added support for mouse click handlers to be provided by plug-ins |
4304
f85965649066
Added the search markers to the marker map of the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4288
diff
changeset
|
380 | -- added the search markers to the marker map |
4402
ad524553e765
Added capability to save a copy of the editor contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4369
diff
changeset
|
381 | -- added capability to save a copy of the editor contents |
4206
8f0d697e6384
Added support for the new C++ lexer properties (as of QScintilla V. 2.9.0).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4183
diff
changeset
|
382 | -- Lexers |
8f0d697e6384
Added support for the new C++ lexer properties (as of QScintilla V. 2.9.0).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4183
diff
changeset
|
383 | --- added support for the new C++ lexer properties (as of |
8f0d697e6384
Added support for the new C++ lexer properties (as of QScintilla V. 2.9.0).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4183
diff
changeset
|
384 | QScintilla V. 2.9.0) |
4183
856ba07de877
Added capability to show imports of a Python script.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4176
diff
changeset
|
385 | - File Browser |
856ba07de877
Added capability to show imports of a Python script.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4176
diff
changeset
|
386 | -- added capability to show imports of a Python script |
4083
4418377391bc
Added a message filter to the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4059
diff
changeset
|
387 | - Log Viewer |
4095
c78cdc1a3c14
Added a configuration page for the log viewer to the configuration dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4083
diff
changeset
|
388 | -- added a message filter including a configuration page |
4402
ad524553e765
Added capability to save a copy of the editor contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4369
diff
changeset
|
389 | - Mini Editor |
ad524553e765
Added capability to save a copy of the editor contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4369
diff
changeset
|
390 | -- added capability to save a copy of the editor contents |
4213
0bbb56fc9e65
Changed the 'filter' function to a 'search' function disabling all entries, that don't contain the entered string.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4211
diff
changeset
|
391 | - Preferences Dialog |
0bbb56fc9e65
Changed the 'filter' function to a 'search' function disabling all entries, that don't contain the entered string.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4211
diff
changeset
|
392 | -- changed the 'filter' function to a 'search' function disabling |
0bbb56fc9e65
Changed the 'filter' function to a 'search' function disabling all entries, that don't contain the entered string.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4211
diff
changeset
|
393 | all entries, that don't contain the entered string |
4216
bca19a75be32
Changed the handling of the configuration page list entries
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4213
diff
changeset
|
394 | -- changed the handling of the configuration page list entries |
bca19a75be32
Changed the handling of the configuration page list entries
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4213
diff
changeset
|
395 | to be collapsed on first show and remember the expanded ones |
bca19a75be32
Changed the handling of the configuration page list entries
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4213
diff
changeset
|
396 | while eric is running (but not between invocations) |
3979
307b09aae43b
Added capability to use 'Sphinx' to preview ReST files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3978
diff
changeset
|
397 | - Previewers |
307b09aae43b
Added capability to use 'Sphinx' to preview ReST files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3978
diff
changeset
|
398 | -- added capability to use 'Sphinx' to preview ReST files |
4211
c6e175462586
Added functionality to reorganize the files automatically, when the project type or file type associations are changed.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4206
diff
changeset
|
399 | - Project |
c6e175462586
Added functionality to reorganize the files automatically, when the project type or file type associations are changed.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4206
diff
changeset
|
400 | -- added functionality to reorganize the files automatically, |
c6e175462586
Added functionality to reorganize the files automatically, when the project type or file type associations are changed.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4206
diff
changeset
|
401 | when the project type or file type associations are changed |
4183
856ba07de877
Added capability to show imports of a Python script.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4176
diff
changeset
|
402 | - Project Browser |
856ba07de877
Added capability to show imports of a Python script.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4176
diff
changeset
|
403 | -- added capability to show imports of a Python script |
4267
94496d77156b
Added tags to describe the type of parameters (@type, @ptype) and return values (@rtype).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4237
diff
changeset
|
404 | - Source Code Documentor |
94496d77156b
Added tags to describe the type of parameters (@type, @ptype) and return values (@rtype).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4237
diff
changeset
|
405 | -- added tags to describe the type of parameters (@type, @ptype) |
94496d77156b
Added tags to describe the type of parameters (@type, @ptype) and return values (@rtype).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4237
diff
changeset
|
406 | and return values (@rtype) |
3990
5dd6edf8540a
Aadded capability to add sub-tasks (i.e. a task hierarchy) for manually generated tasks to the task viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3979
diff
changeset
|
407 | - Task Viewer |
5dd6edf8540a
Aadded capability to add sub-tasks (i.e. a task hierarchy) for manually generated tasks to the task viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3979
diff
changeset
|
408 | -- added capability to add sub-tasks (i.e. a task hierarchy) for |
5dd6edf8540a
Aadded capability to add sub-tasks (i.e. a task hierarchy) for manually generated tasks to the task viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3979
diff
changeset
|
409 | manually generated tasks |
4039
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3990
diff
changeset
|
410 | - Tools |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3990
diff
changeset
|
411 | -- Diff Dialog |
661167a99aef
Added the capability to search in the output to the Diff dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3990
diff
changeset
|
412 | --- added capability to search in the output |
4052
17d8069de085
Added capability to search in the output of Diff dialogs of the various VCS interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
413 | - Version Control System Interfaces |
17d8069de085
Added capability to search in the output of Diff dialogs of the various VCS interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
414 | -- All |
17d8069de085
Added capability to search in the output of Diff dialogs of the various VCS interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4039
diff
changeset
|
415 | --- added capability to search in the output of Diff dialogs |
4059
15b78ac687fb
Enhanced the Mercurial log browser functionality by a search mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4052
diff
changeset
|
416 | -- Mercurial |
15b78ac687fb
Enhanced the Mercurial log browser functionality by a search mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4052
diff
changeset
|
417 | --- enhanced the log browser functionality by a search mode |
4409
ff1cb0107d40
Enhanced the log browser functionality by pull and push actions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4402
diff
changeset
|
418 | --- enhanced the log browser functionality by pull and push actions |
4132
04f395eef728
Enhanced the status dialog functionality by a diff view.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4097
diff
changeset
|
419 | --- enhanced the status dialog functionality by a diff view |
4316
493891cbacee
Added support for feature permissions to the eric web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4304
diff
changeset
|
420 | - Web Browser |
4356
975993ebd7fb
Finished implementing the HTML5 feature permission manager and associated dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4343
diff
changeset
|
421 | -- added support for HTML5 feature permissions |
4318
c2f374ca452b
Improved parsing of the content disposition header analog to the way it is done in qutebrowser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4316
diff
changeset
|
422 | -- improved parsing of the content disposition header analog to |
c2f374ca452b
Improved parsing of the content disposition header analog to the way it is done in qutebrowser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4316
diff
changeset
|
423 | the way it is done in qutebrowser |
4336
473bf2a8676f
Finished implementing the VirusTotal APIv2 interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4318
diff
changeset
|
424 | -- modified and extended the VirusTotal interface for the v2 API |
4341
1ff0929aab09
Added our own web inspector window to overcome a Qt weekness.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4336
diff
changeset
|
425 | -- added our own web inspector window to overcome a Qt weekness |
4369
4ef6ecc62a9d
Updated the change log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4356
diff
changeset
|
426 | -- added a manager for Flash Cookies |
4172
4f20dba37ab6
Updated Pygments to 2.0.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4132
diff
changeset
|
427 | - Third Party packages |
4489
d0d6e4ad31bd
Updated coverage to 4.0 (breaks with Python 3.2 support).
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
4423
diff
changeset
|
428 | -- updated coverage to 4.0 |
4172
4f20dba37ab6
Updated Pygments to 2.0.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4132
diff
changeset
|
429 | -- updated Pygments to 2.0.2 |
3978
59d99092a4de
Started eric 6.1 line of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3974
diff
changeset
|
430 | |
3974
01991e605ba0
Added capability to show exceptions in the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3946
diff
changeset
|
431 | Version 6.0.0: |
01991e605ba0
Added capability to show exceptions in the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3946
diff
changeset
|
432 | - bug fixes |
01991e605ba0
Added capability to show exceptions in the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3946
diff
changeset
|
433 | - Debugger |
01991e605ba0
Added capability to show exceptions in the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3946
diff
changeset
|
434 | -- added capability to show exceptions in the shell window |
01991e605ba0
Added capability to show exceptions in the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3946
diff
changeset
|
435 | |
3946
7c5fef569684
Prepared first release candidate of eric6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3846
diff
changeset
|
436 | Version 6.0.0-RC1: |
3766
51859bb3e28b
Added Portugese translations provided by Candido Fontes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3722
diff
changeset
|
437 | - bug fixes |
51859bb3e28b
Added Portugese translations provided by Candido Fontes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3722
diff
changeset
|
438 | - General |
51859bb3e28b
Added Portugese translations provided by Candido Fontes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3722
diff
changeset
|
439 | -- added Portugese translations provided by Candido Fontes |
3780
7356f7fc5676
Completed the PyQt4 compatibility work.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3766
diff
changeset
|
440 | -- extended the code base to be usable with PyQt4 as well |
3834
e465278aa177
Regenerated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3786
diff
changeset
|
441 | - Multi Project |
e465278aa177
Regenerated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3786
diff
changeset
|
442 | -- changed multi project file format to contain relative paths to |
e465278aa177
Regenerated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3786
diff
changeset
|
443 | the contained project files |
3846
e285f8af469e
Update source docu and translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3834
diff
changeset
|
444 | - Project Forms Browser |
e285f8af469e
Update source docu and translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3834
diff
changeset
|
445 | -- added functionality to modify some form code creation options (see |
e285f8af469e
Update source docu and translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3834
diff
changeset
|
446 | Qt configuration page) |
3786
962190aec1fb
Added DuckDuckGo to the list of default search engines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3780
diff
changeset
|
447 | - Web Browser |
962190aec1fb
Added DuckDuckGo to the list of default search engines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3780
diff
changeset
|
448 | -- added DuckDuckGo to the list of default search engines |
3766
51859bb3e28b
Added Portugese translations provided by Candido Fontes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3722
diff
changeset
|
449 | |
3722
c41854faf583
Updated changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3682
diff
changeset
|
450 | Version 6.0-snapshot-20140720: |
3180
2ed66f1e69fd
Started 5.5.x line of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3165
diff
changeset
|
451 | - bug fixes |
3360
15ea213fcdfb
Changed the eric mascot to be a Python (i.e. the snake). New icons and pixmaps provided by Thimo Kraemer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3349
diff
changeset
|
452 | - General |
3722
c41854faf583
Updated changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3682
diff
changeset
|
453 | -- ported from eric5 to be used with PyQt5 |
3360
15ea213fcdfb
Changed the eric mascot to be a Python (i.e. the snake). New icons and pixmaps provided by Thimo Kraemer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3349
diff
changeset
|
454 | -- changed the eric mascot to be a Python (i.e. the snake). New icons |
15ea213fcdfb
Changed the eric mascot to be a Python (i.e. the snake). New icons and pixmaps provided by Thimo Kraemer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3349
diff
changeset
|
455 | and pixmaps provided by Thimo Kraemer. |
3536
c06338ca892b
Enhanced the Mercurial log browser dialog to show a summary of the data of the selected changeset in a text edit pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3468
diff
changeset
|
456 | -- changed the code to be executed with Python 2 as well (thanks to |
c06338ca892b
Enhanced the Mercurial log browser dialog to show a summary of the data of the selected changeset in a text edit pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3468
diff
changeset
|
457 | Tobias Rzepka) |
3537
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
458 | -- implemented a background service which execute Python2 and Python3 scripts |
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
459 | in the background independent of the current interpreter |
3208
884465a61753
Updated pyflakes to version 0.7.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3200
diff
changeset
|
460 | - Checkers |
3616 | 461 | -- updated pep8 to 1.5.6 |
3544
431c842fd09a
updated pyflakes to version 0.8.1 (Python 3.4.0 compatible)
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3537
diff
changeset
|
462 | -- updated pyflakes to version 0.8.1 (Python 3.4.0 compatible) |
3449
aa2bd0199c64
Finished the JavaScript support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3396
diff
changeset
|
463 | -- added syntax checker for JavaScript files |
3450
2f7c8fd8e3f5
Added capability to check multiple files from the project sources browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3449
diff
changeset
|
464 | -- added capability to check multiple files from the project sources browser |
3537
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
465 | - Debugger |
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
466 | -- updated coverage to 3.7.1 |
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
467 | -- enabled coverage info in Python2 projects |
3341
7c015811fc4d
Finished implementing support for a marker map in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3319
diff
changeset
|
468 | - Editor |
7c015811fc4d
Finished implementing support for a marker map in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3319
diff
changeset
|
469 | -- added a scrolling map like display showing all markers |
3394
d1d4d79b4f11
Added a context menu entry to reload a file with a given encoding.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3360
diff
changeset
|
470 | -- added a context menu entry to reload a file with a given encoding |
3468
869d0b6e1e16
Added an API file for QSS and corrected an issue in the APIs manager.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3450
diff
changeset
|
471 | -- added a lexer for Qt style sheet files (when upgrading from older |
869d0b6e1e16
Added an API file for QSS and corrected an issue in the APIs manager.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3450
diff
changeset
|
472 | eric versions a change of the lexer association for *.qss files needs |
869d0b6e1e16
Added an API file for QSS and corrected an issue in the APIs manager.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3450
diff
changeset
|
473 | to be done via the configuration dialog) |
3557
3ea8ba471d96
Added support for the QScintilla Gettext lexer (QsciLexerPO) as of QScintilla 2.8.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3544
diff
changeset
|
474 | -- added support for the QScintilla Gettext lexer (QsciLexerPO) as of |
3ea8ba471d96
Added support for the QScintilla Gettext lexer (QsciLexerPO) as of QScintilla 2.8.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3544
diff
changeset
|
475 | QScintilla 2.8.2 |
3647
fef91a1eb27b
Added support for the QScintilla CoffeeScript lexer (QsciLexerCoffeeScript) as of QScintilla 2.8.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3644
diff
changeset
|
476 | -- added support for the QScintilla CoffeeScript lexer |
fef91a1eb27b
Added support for the QScintilla CoffeeScript lexer (QsciLexerCoffeeScript) as of QScintilla 2.8.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3644
diff
changeset
|
477 | (QsciLexerCoffeeScript) as of QScintilla 2.8.3 |
3197
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3185
diff
changeset
|
478 | - Multi Project |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3185
diff
changeset
|
479 | -- added support for the categorisation of projects and changed the |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3185
diff
changeset
|
480 | multi project file format |
3200
83bde5e6f146
Extended the plugin repository dialog to allow to hide unwanted entries and cleanup the plugin downloads area.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3197
diff
changeset
|
481 | - Plugin Manager |
83bde5e6f146
Extended the plugin repository dialog to allow to hide unwanted entries and cleanup the plugin downloads area.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3197
diff
changeset
|
482 | -- extended the plugin repository dialog to allow to hide unwanted entries |
83bde5e6f146
Extended the plugin repository dialog to allow to hide unwanted entries and cleanup the plugin downloads area.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3197
diff
changeset
|
483 | and cleanup the plugin downloads area |
3537
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
484 | -- implemented the Python2 compatibility check for plug-ins (new boolean flag |
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
485 | 'python2Compatible' |
3449
aa2bd0199c64
Finished the JavaScript support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3396
diff
changeset
|
486 | - Project |
aa2bd0199c64
Finished the JavaScript support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3396
diff
changeset
|
487 | -- added support for JavaScript projects |
3644
a2c88b9b1d16
Added code to Project to move deleted files/directories to the recycle bin falling back to removing them (os.remove), if send2trash cannot be imported due to missing dependencies.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3616
diff
changeset
|
488 | -- added code to move deleted files/directories to the recycle bin falling |
a2c88b9b1d16
Added code to Project to move deleted files/directories to the recycle bin falling back to removing them (os.remove), if send2trash cannot be imported due to missing dependencies.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3616
diff
changeset
|
489 | back to removing them (os.remove), if send2trash cannot be imported due |
a2c88b9b1d16
Added code to Project to move deleted files/directories to the recycle bin falling back to removing them (os.remove), if send2trash cannot be imported due to missing dependencies.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3616
diff
changeset
|
490 | to missing dependencies |
3185
d4fa462547bc
Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3180
diff
changeset
|
491 | - Version Control System Interfaces |
3349
2a034a7f1f54
Made the status LED (right lower corner) clickable (depending on overall VCS status it will show the log browser or the status dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3341
diff
changeset
|
492 | -- All |
2a034a7f1f54
Made the status LED (right lower corner) clickable (depending on overall VCS status it will show the log browser or the status dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3341
diff
changeset
|
493 | --- made the status LED (right lower corner) clickable (depending on |
2a034a7f1f54
Made the status LED (right lower corner) clickable (depending on overall VCS status it will show the log browser or the status dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3341
diff
changeset
|
494 | overall VCS status it will show the log browser or the status dialog) |
3185
d4fa462547bc
Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3180
diff
changeset
|
495 | -- Mercurial |
d4fa462547bc
Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3180
diff
changeset
|
496 | --- enhanced the tag dialog and extended the log browser to allow |
d4fa462547bc
Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3180
diff
changeset
|
497 | tagging of a specific revision |
3231
a7c9914d1c41
Added dialogs to enter the contents for initial .hgrc/mercurial.ini and .hg/hgrc files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3208
diff
changeset
|
498 | --- added dialogs to enter the contents for initial .hgrc/mercurial.ini |
a7c9914d1c41
Added dialogs to enter the contents for initial .hgrc/mercurial.ini and .hg/hgrc files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3208
diff
changeset
|
499 | and .hg/hgrc files |
3277
b7d9c75223e3
Made availablity of push/pull related actions dependent on configured remote repository (default/default-push in .hg/hgrc).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3256
diff
changeset
|
500 | --- added a configuration option to enforce the usage of the internal |
3256
1a43351889d5
Aded a configuration option to enforce the useage of the internal merge tool.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3231
diff
changeset
|
501 | merge tool |
3277
b7d9c75223e3
Made availablity of push/pull related actions dependent on configured remote repository (default/default-push in .hg/hgrc).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3256
diff
changeset
|
502 | --- made availablity of push/pull related actions dependent on configured |
b7d9c75223e3
Made availablity of push/pull related actions dependent on configured remote repository (default/default-push in .hg/hgrc).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3256
diff
changeset
|
503 | remote repository (default/default-push in .hg/hgrc) |
3279
8df9706ef7f4
Extended the Mercurial log browser by an action to switch to the selected revision.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3277
diff
changeset
|
504 | --- extended the log browser by an action to switch to the selected |
8df9706ef7f4
Extended the Mercurial log browser by an action to switch to the selected revision.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3277
diff
changeset
|
505 | revision |
3302
e92f0dd51979
Removed the Mercurial support for a command options dialog and added useable global options to the Mercurial config page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3279
diff
changeset
|
506 | --- added support for the shelve extension (as of Mercurial 2.8) |
3319
d3250b3367c9
Finished the Mercurial largefiles support by updating the translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3302
diff
changeset
|
507 | --- added support for the largefiles extension (as of Mercurial 2.0) |
3396
5320ecd70fdb
Added support for Mercurial queues summary.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3394
diff
changeset
|
508 | --- added support for Mercurial queues summary |
3586
6e3a6c5b58bf
Added support for various Mercurial 'resolve' subcommands.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3557
diff
changeset
|
509 | --- added support for various 'resolve' subcommands |
3537
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
510 | - Third Party packages |
7662053c3906
updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
3536
diff
changeset
|
511 | -- updated CharDet to 2.2.1 |