Tue, 23 Apr 2024 11:26:04 +0200 |
Detlev Offenbach |
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
eric7
|
file |
diff |
annotate
|
Mon, 22 Apr 2024 18:23:20 +0200 |
Detlev Offenbach |
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
eric7
|
file |
diff |
annotate
|
Mon, 22 Apr 2024 15:15:36 +0200 |
Detlev Offenbach |
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
eric7
|
file |
diff |
annotate
|
Sat, 20 Apr 2024 18:01:36 +0200 |
Detlev Offenbach |
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
eric7
|
file |
diff |
annotate
|
Fri, 08 Mar 2024 15:30:23 +0100 |
Detlev Offenbach |
Corrected some issues and improved some existing code with respect to eric-ide server use.
server
|
file |
diff |
annotate
|
Thu, 22 Feb 2024 16:34:43 +0100 |
Detlev Offenbach |
Corrected a few formatting and style issues.
server
|
file |
diff |
annotate
|
Mon, 12 Feb 2024 18:12:41 +0100 |
Detlev Offenbach |
Integrated the 'run', 'profile' and 'coverage' and the restart debugging functions.
server
|
file |
diff |
annotate
|
Fri, 02 Feb 2024 13:32:36 +0100 |
Detlev Offenbach |
DebugUI
eric7
|
file |
diff |
annotate
|
Sat, 23 Dec 2023 15:48:12 +0100 |
Detlev Offenbach |
Updated copyright for 2024.
eric7
|
file |
diff |
annotate
|
Sun, 17 Dec 2023 17:15:19 +0100 |
Detlev Offenbach |
Modernized some code and converted Debug Client and Debugger source code documentation to the new style.
eric7
|
file |
diff |
annotate
|
Sat, 16 Dec 2023 16:30:55 +0100 |
Detlev Offenbach |
Testing
eric7
|
file |
diff |
annotate
|
Sat, 18 Nov 2023 15:18:17 +0100 |
Detlev Offenbach |
Debugger
eric7
|
file |
diff |
annotate
|
Mon, 13 Nov 2023 11:53:55 +0100 |
Detlev Offenbach |
Modified the 'Start' dialog to enhance maintainability.
eric7
|
file |
diff |
annotate
|
Wed, 24 May 2023 19:54:24 +0200 |
Detlev Offenbach |
Corrected and checked some code style issues.
eric7
|
file |
diff |
annotate
|
Sat, 20 May 2023 17:57:34 +0200 |
Detlev Offenbach |
Corrected an issue in the debugger UI causing a traceback when trying to run/debug/... a project without a main script defined (see issue 504).
eric7
|
file |
diff |
annotate
|
Thu, 12 Jan 2023 13:48:00 +0100 |
Detlev Offenbach |
Human Machine Interfaces
eric7
|
file |
diff |
annotate
|
Sat, 31 Dec 2022 16:23:21 +0100 |
Detlev Offenbach |
Updated copyright for 2023.
eric7
|
file |
diff |
annotate
|
Sun, 18 Dec 2022 19:33:46 +0100 |
Detlev Offenbach |
Refactored the Utilities and Globals modules in order to enhance the maintainability.
eric7
|
file |
diff |
annotate
|
Tue, 06 Dec 2022 17:35:41 +0100 |
Detlev Offenbach |
Corrected some 'wrong' string quotes caused by the Black line merging.
eric7
|
file |
diff |
annotate
|
Tue, 06 Dec 2022 16:04:58 +0100 |
Detlev Offenbach |
Corrected some 'wrong' string quotes caused by the Black line merging.
eric7
|
file |
diff |
annotate
|
Sun, 27 Nov 2022 17:47:20 +0100 |
T Rzepka |
Changed debugger code such, that if a different frame is selected, the globals are updated too.
eric7
|
file |
diff |
annotate
|
Thu, 17 Nov 2022 18:11:42 +0100 |
Detlev Offenbach |
Continued refactoring of the project browser related code in order to extract some as plugins later on.
eric7
|
file |
diff |
annotate
|
Mon, 07 Nov 2022 17:19:58 +0100 |
Detlev Offenbach |
Corrected/acknowledged some bad import style and removed some obsolete code.
eric7
|
file |
diff |
annotate
|
Fri, 04 Nov 2022 13:52:26 +0100 |
Detlev Offenbach |
Resorted the import statements using isort.
eric7
|
file |
diff |
annotate
|
Tue, 18 Oct 2022 16:06:21 +0200 |
Detlev Offenbach |
Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path.
eric7
|
file |
diff |
annotate
|
Tue, 18 Oct 2022 10:50:38 +0200 |
Detlev Offenbach |
Changed the way the IDE script is determined for debugging/running/... an eric IDE plug-in.
eric7
|
file |
diff |
annotate
|
Mon, 03 Oct 2022 12:14:28 +0200 |
Detlev Offenbach |
Debugger
eric7
|
file |
diff |
annotate
|
Sun, 02 Oct 2022 11:29:11 +0200 |
Detlev Offenbach |
Scripts
eric7
|
file |
diff |
annotate
|
Wed, 07 Sep 2022 15:55:49 +0200 |
Detlev Offenbach |
Little change to the code to make an 'if' statement clearer.
eric7
|
file |
diff |
annotate
|
Tue, 23 Aug 2022 16:20:08 +0200 |
Detlev Offenbach |
Debugger
eric7
|
file |
diff |
annotate
|
Wed, 10 Aug 2022 19:32:28 +0200 |
Detlev Offenbach |
DebugUI: fixed an issue causing a changed file not being saved before it is run/debugged/...
eric7
|
file |
diff |
annotate
|
Wed, 13 Jul 2022 14:55:47 +0200 |
Detlev Offenbach |
Reformatted the source code using the 'Black' utility.
eric7
|
file |
diff |
annotate
|
Thu, 07 Jul 2022 11:23:56 +0200 |
Detlev Offenbach |
Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
eric7
|
file |
diff |
annotate
| base
|