Wed, 01 Mar 2023 09:05:47 +0100 |
Detlev Offenbach |
Merged with branch 'eric7' to prepare a new release.
eric7-maintenance release-23.03
|
file |
diff |
annotate
|
Wed, 22 Feb 2023 07:43:56 +0100 |
Detlev Offenbach |
Corrected some code style and formatting issues.
eric7
|
file |
diff |
annotate
|
Mon, 06 Feb 2023 17:15:20 +0100 |
Detlev Offenbach |
Changed code converting a version string into a version tuple to use the 'semver' package.
eric7
|
file |
diff |
annotate
|
Tue, 24 Jan 2023 10:15:12 +0100 |
Detlev Offenbach |
Merged with branch 'eric7' in order to prepare the 23.2 release.
eric7-maintenance release-23.02
|
file |
diff |
annotate
|
Thu, 12 Jan 2023 13:48:00 +0100 |
Detlev Offenbach |
Human Machine Interfaces
eric7
|
file |
diff |
annotate
|
Mon, 02 Jan 2023 11:16:03 +0100 |
Detlev Offenbach |
Merged with branch 'eric7' to prepare a new release.
eric7-maintenance release-23.01
|
file |
diff |
annotate
|
Sat, 31 Dec 2022 16:23:21 +0100 |
Detlev Offenbach |
Updated copyright for 2023.
eric7
|
file |
diff |
annotate
|
Sat, 31 Dec 2022 12:29:46 +0100 |
Detlev Offenbach |
Corrected a missing module import.
eric7
|
file |
diff |
annotate
|
Sun, 25 Dec 2022 11:34:05 +0100 |
Detlev Offenbach |
Added a but to check the current VCS status to the top of the project viewer.
eric7
|
file |
diff |
annotate
|
Sat, 24 Dec 2022 17:31:46 +0100 |
Detlev Offenbach |
Modernize the code by using os.scandir() instead of os.listdir().
eric7
|
file |
diff |
annotate
|
Fri, 23 Dec 2022 11:36:26 +0100 |
Detlev Offenbach |
Corrected some formatting issues.
eric7
|
file |
diff |
annotate
|
Fri, 23 Dec 2022 08:46:59 +0100 |
Detlev Offenbach |
Implemented a scanning solution to find the path name of an existing embedded environment (see issue480, msg1848).
eric7
|
file |
diff |
annotate
|
Thu, 22 Dec 2022 19:46:37 +0100 |
Detlev Offenbach |
Corrected the logic for the project creation if the project directory already contains files and an embedded environment (see issue 480).
eric7
|
file |
diff |
annotate
|
Thu, 22 Dec 2022 10:23:28 +0100 |
Detlev Offenbach |
Changed the embedded venv creation logic in Project.py because it was created twice for a new project.
eric7
|
file |
diff |
annotate
|
Wed, 21 Dec 2022 11:24:45 +0100 |
Detlev Offenbach |
Removed use of 'send2trash'.
eric7
|
file |
diff |
annotate
|
Mon, 19 Dec 2022 17:50:02 +0100 |
Detlev Offenbach |
Fixed bugs in the old XML project file reader and the handling of a project misread.
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
|
Mon, 12 Dec 2022 16:35:21 +0100 |
Detlev Offenbach |
Class Browsers
eric7
|
file |
diff |
annotate
|
Sun, 11 Dec 2022 17:33:46 +0100 |
Detlev Offenbach |
Project
eric7
|
file |
diff |
annotate
|
Sun, 11 Dec 2022 15:49:23 +0100 |
Detlev Offenbach |
Corrected the project creation process to ensure the IDE switches to the project viewer and opens the main file (if defined).
eric7
|
file |
diff |
annotate
|
Sun, 11 Dec 2022 10:32:57 +0100 |
Detlev Offenbach |
Project
eric7
|
file |
diff |
annotate
|
Sat, 10 Dec 2022 19:50:13 +0100 |
Detlev Offenbach |
Changed some code in line with the 'outsourced' Corba and Protobuf plugins.
eric7
|
file |
diff |
annotate
|
Sat, 10 Dec 2022 19:01:40 +0100 |
Detlev Offenbach |
Project
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
|
Wed, 30 Nov 2022 16:20:18 +0100 |
Detlev Offenbach |
Re-merged with branch 'eric7' to prepare a new release.
eric7-maintenance
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 16:18:49 +0100 |
Detlev Offenbach |
Corrected an error message in Project.py.
eric7
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 10:13:33 +0100 |
Detlev Offenbach |
Re-merged with branch 'eric7' to prepare a new release.
eric7-maintenance
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 10:11:55 +0100 |
Detlev Offenbach |
Corrected an issue when creating a new project caused by the auto save function of Project.py.
eric7
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 09:19:51 +0100 |
Detlev Offenbach |
Merged with branch 'eric7' to prepare a new release.
eric7-maintenance
|
file |
diff |
annotate
|
Fri, 25 Nov 2022 11:51:51 +0100 |
Detlev Offenbach |
Project
eric7
|
file |
diff |
annotate
|
Thu, 24 Nov 2022 11:51:40 +0100 |
Detlev Offenbach |
Continued refactoring of the project browser related code in order to extract some as plugins later on.
eric7
|
file |
diff |
annotate
|
Tue, 22 Nov 2022 16:33:30 +0100 |
Detlev Offenbach |
Continued refactoring of the project browser related code in order to extract some as plugins later on (added a file category repository to the Project class).
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
|
Wed, 16 Nov 2022 18:11:52 +0100 |
Detlev Offenbach |
Continued refactoring of the project browser related code in order to extract some as plugins later on.
eric7
|
file |
diff |
annotate
|
Wed, 16 Nov 2022 11:04:18 +0100 |
Detlev Offenbach |
Changed the setProjectData() method to correctly set the dirty flag.
eric7
|
file |
diff |
annotate
|
Wed, 16 Nov 2022 10:53:40 +0100 |
Detlev Offenbach |
Made the project pdata structure private and added getter and setter methods.
eric7
|
file |
diff |
annotate
|
Tue, 15 Nov 2022 11:06:27 +0100 |
Detlev Offenbach |
Started 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
|
Mon, 31 Oct 2022 15:29:18 +0100 |
Detlev Offenbach |
Code Formatting
eric7
|
file |
diff |
annotate
|
Sat, 29 Oct 2022 15:24:59 +0200 |
Detlev Offenbach |
Merged with branch 'eric7' in order to prepare a new release.
eric7-maintenance
|
file |
diff |
annotate
|
Wed, 26 Oct 2022 18:47:23 +0200 |
Detlev Offenbach |
Added an 'About Black' entry to the Code Formatting menus of the project sources browser and the editor.
eric7
|
file |
diff |
annotate
|
Thu, 20 Oct 2022 10:22:41 +0200 |
Detlev Offenbach |
Project
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
|
Fri, 07 Oct 2022 14:48:48 +0200 |
Detlev Offenbach |
Added support to recreate the project embedded virtual environment.
eric7
|
file |
diff |
annotate
|
Thu, 06 Oct 2022 17:56:08 +0200 |
Detlev Offenbach |
Refined the 'Embedded Environment' Project sub-menu.
eric7
|
file |
diff |
annotate
|
Thu, 06 Oct 2022 16:22:35 +0200 |
Detlev Offenbach |
Project
eric7
|
file |
diff |
annotate
|
Wed, 05 Oct 2022 16:19:31 +0200 |
Detlev Offenbach |
Added support for project embedded environments to the Testing framework and the Start dialog.
eric7
|
file |
diff |
annotate
|
Sat, 01 Oct 2022 13:06:10 +0200 |
Detlev Offenbach |
Merged with branch 'eric7' to prepare a new release.
eric7-maintenance release-22.10
|
file |
diff |
annotate
|
Tue, 27 Sep 2022 14:59:32 +0200 |
Detlev Offenbach |
Changed the handling of 'installed API files' a little bit.
eric7
|
file |
diff |
annotate
|
Mon, 26 Sep 2022 14:45:59 +0200 |
Detlev Offenbach |
Project
eric7
|
file |
diff |
annotate
|
Tue, 20 Sep 2022 18:33:03 +0200 |
Detlev Offenbach |
Corrected another oversight in the 'Black' configuration dialog.
eric7
|
file |
diff |
annotate
|
Mon, 19 Sep 2022 19:44:38 +0200 |
Detlev Offenbach |
Code Formatting
eric7
|
file |
diff |
annotate
|
Mon, 12 Sep 2022 18:07:42 +0200 |
Detlev Offenbach |
Project
eric7
|
file |
diff |
annotate
|
Fri, 02 Sep 2022 14:07:46 +0200 |
Detlev Offenbach |
Merged with branch 'eric7' to prepare a new release.
eric7-maintenance release-22.09
|
file |
diff |
annotate
|
Tue, 16 Aug 2022 11:49:18 +0200 |
Detlev Offenbach |
Implemented a change to make the jedi based completer more resilient against misconfigurations.
eric7
|
file |
diff |
annotate
|
Sun, 24 Jul 2022 11:29:56 +0200 |
Detlev Offenbach |
Merged with branch 'eric7' to prepare a new release.
eric7-maintenance release-22.08
|
file |
diff |
annotate
| base
|
Thu, 14 Jul 2022 16:08:57 +0200 |
Detlev Offenbach |
Updated translations.
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
|
Mon, 11 Jul 2022 16:42:50 +0200 |
Detlev Offenbach |
Code Formatting
eric7
|
file |
diff |
annotate
|