Wed, 23 Apr 2025 18:02:09 +0200 Detlev Offenbach Virtual Environments eric7 file | diff | annotate
Mon, 24 Feb 2025 15:43:49 +0100 Detlev Offenbach Adjusted the code to the modified issue codes. eric7 file | diff | annotate
Tue, 10 Dec 2024 15:46:34 +0100 Detlev Offenbach Updated copyright for 2025. eric7 file | diff | annotate
Fri, 18 Oct 2024 19:14:59 +0200 Detlev Offenbach Corrected an issue where the remote debugger configuration took precedence even when a script or project was loaded via an eric-ide server. eric7 file | diff | annotate
Mon, 10 Jun 2024 11:41:34 +0200 Detlev Offenbach Extended the use of eric-ide server environments. server file | diff | annotate
Wed, 15 May 2024 10:45:50 +0200 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Fri, 26 Apr 2024 14:29:19 +0200 Detlev Offenbach Fixed an issue in the shell exhibited by the standalone eric7_shell application. eric7 file | diff | annotate
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
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
Wed, 10 Apr 2024 17:03:56 +0200 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Tue, 02 Apr 2024 09:58:27 +0200 Detlev Offenbach Corrected a code formatting issue. eric7 file | diff | annotate
Tue, 26 Mar 2024 10:55:04 +0100 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Tue, 26 Mar 2024 10:37:58 +0100 Detlev Offenbach Fixed an issue in the shell causing a restart to start the wrong interpreter if a project has an embedded environments. eric7 file | diff | annotate
Fri, 08 Mar 2024 16:08:43 +0100 Detlev Offenbach Corrected some code formatting and coding style issues. server file | diff | annotate
Fri, 08 Mar 2024 15:51:14 +0100 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server 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
Mon, 04 Mar 2024 11:42:39 +0100 Detlev Offenbach Corrected some code formatting issues. eric7 file | diff | annotate
Sun, 03 Mar 2024 16:31:14 +0100 Detlev Offenbach Shell eric7 file | diff | annotate
Thu, 22 Feb 2024 16:34:43 +0100 Detlev Offenbach Corrected a few formatting and style issues. server file | diff | annotate
Sat, 10 Feb 2024 11:26:08 +0100 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Sat, 10 Feb 2024 10:58:48 +0100 Detlev Offenbach Made the Shell interpreter statement execution timeout configurable. eric7 file | diff | annotate
Fri, 09 Feb 2024 19:54:15 +0100 Detlev Offenbach Implemented an eric-ide Server Shell. server file | diff | annotate
Fri, 09 Feb 2024 18:58:42 +0100 Detlev Offenbach Modified Shell.py slightly to get rid of some redundant code and to guard a code segment against a potential endless loop situation. eric7 file | diff | annotate
Sat, 23 Dec 2023 15:48:12 +0100 Detlev Offenbach Updated copyright for 2024. eric7 file | diff | annotate
Thu, 21 Dec 2023 15:46:22 +0100 Detlev Offenbach Fixed some issues in Shell.py related to moving the cursor. eric7 file | diff | annotate
Thu, 21 Dec 2023 12:03:40 +0100 Detlev Offenbach Converted some source code documentation to the new style. eric7 file | diff | annotate
Sun, 03 Dec 2023 19:46:34 +0100 Detlev Offenbach Corrected some uses of dict.keys(), dict.values() and dict.items(). eric7 file | diff | annotate
Thu, 02 Nov 2023 13:36:44 +0100 Detlev Offenbach Rearranged the shutdown sequence to improve the shutdown behavior. eric7 file | diff | annotate
Mon, 09 Oct 2023 17:40:36 +0200 Detlev Offenbach Corrected a typo in the Shell '%help' text. eric7 file | diff | annotate
Sun, 03 Sep 2023 17:35:15 +0200 Detlev Offenbach Shell eric7 file | diff | annotate
Tue, 29 Aug 2023 16:50:17 +0200 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Mon, 28 Aug 2023 14:08:41 +0200 Detlev Offenbach Shell eric7 file | diff | annotate
Thu, 17 Aug 2023 14:47:52 +0200 Detlev Offenbach Corrected an issue in Shell.py causing a cancellation to save the contents to raise an exception. eric7 file | diff | annotate
Thu, 25 May 2023 19:51:47 +0200 Detlev Offenbach Corrected and checked some code style issues (unused function arguments). eric7 file | diff | annotate
Sat, 31 Dec 2022 16:23:21 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Fri, 23 Dec 2022 11:35:54 +0100 Detlev Offenbach Changed the use of QContextMenuEvent because it is obsolete as of Qt 6.4. 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
Mon, 14 Nov 2022 11:33:53 +0100 Detlev Offenbach Fixed a bug in Shell.py. 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
Mon, 19 Sep 2022 10:13:15 +0200 Detlev Offenbach Shell.py 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
(0) tip

eric ide

mercurial