Mon, 24 Feb 2025 15:43:49 +0100 Detlev Offenbach Adjusted the code to the modified issue codes. eric7 file | diff | annotate
Mon, 24 Feb 2025 15:11:18 +0100 Detlev Offenbach Modified the code style checker such, that the issue category and issue number are separated by a '-' to make up the issue code (e.g E-901). eric7 file | diff | annotate
Sat, 22 Feb 2025 18:04:02 +0100 Detlev Offenbach Added a checker for `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0. eric7 file | diff | annotate
Wed, 19 Feb 2025 15:09:52 +0100 Detlev Offenbach Fixed a few issues in the code style checker. eric7 file | diff | annotate
Tue, 10 Dec 2024 15:46:34 +0100 Detlev Offenbach Updated copyright for 2025. eric7 file | diff | annotate
Fri, 25 Oct 2024 17:58:59 +0200 Detlev Offenbach Modified modal dialog usage to always include a valid parent (needed for Wayland). eric7 file | diff | annotate
Wed, 23 Oct 2024 14:56:39 +0200 Detlev Offenbach Improved the style warning message slightly to show the issue code as well. eric7 file | diff | annotate
Sun, 30 Jun 2024 17:58:31 +0200 Detlev Offenbach Moved some functions to the EricUtilities package for consistency and adapted the code base accordingly. eric7 file | diff | annotate
Sun, 09 Jun 2024 16:57:49 +0200 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Sun, 09 Jun 2024 16:49:06 +0200 Detlev Offenbach General eric7 file | diff | annotate
Sun, 09 Jun 2024 12:59:51 +0200 Detlev Offenbach Merged with branch 'eric7' in order to track these changes. server file | diff | annotate
Sat, 08 Jun 2024 15:01:47 +0200 Detlev Offenbach Code Style Checker eric7 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
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
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
Mon, 26 Feb 2024 10:41:10 +0100 Detlev Offenbach Finished adapting the project functions to support an 'eric-ide' server. server file | diff | annotate
Thu, 22 Feb 2024 16:26:46 +0100 Detlev Offenbach Implemented first stage of remote project support. server file | diff | annotate
Mon, 19 Feb 2024 15:33:33 +0100 Detlev Offenbach Added methods to read and write files with a given encoding to the eric-ide server file system interface and adapted the code accordingly. server file | diff | annotate
Sun, 18 Feb 2024 17:31:14 +0100 Detlev Offenbach Improved the remote file system interface to work with 'eric-ide' servers with a different OS than the IDE computer and adapted the code accordingly. server file | diff | annotate
Sat, 17 Feb 2024 11:26:15 +0100 Detlev Offenbach Amended the code style checker dialog to support batch check of remote files. server file | diff | annotate
Fri, 16 Feb 2024 19:59:12 +0100 Detlev Offenbach Enabled the code style checker to support the 'eric-ide' server. server file | diff | annotate
Mon, 22 Jan 2024 11:47:06 +0100 Detlev Offenbach Fixed a few issues in the 'Syntax Checker' and 'Code Style Checker' dialogs. eric7 file | diff | annotate
Sun, 21 Jan 2024 13:00:42 +0100 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Wed, 03 Jan 2024 17:36:30 +0100 Detlev Offenbach Editor eric7 file | diff | annotate
Sat, 23 Dec 2023 15:48:12 +0100 Detlev Offenbach Updated copyright for 2024. 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, 30 Nov 2023 16:39:46 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Mon, 17 Jul 2023 17:37:38 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Thu, 01 Jun 2023 11:44:06 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Thu, 25 May 2023 11:06:31 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Tue, 23 May 2023 12:00:37 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Mon, 22 May 2023 19:53:41 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Mon, 22 May 2023 09:07:37 +0200 Detlev Offenbach Corrected some code style issues detected by the extended checkers. eric7 file | diff | annotate
Sun, 21 May 2023 15:26:11 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Fri, 19 May 2023 18:08:45 +0200 Detlev Offenbach Code Style Checker 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
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
Sat, 05 Nov 2022 13:03:31 +0100 Detlev Offenbach Changed the imports style checker to be in sync with some isort options. 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, 01 Nov 2022 16:46:35 +0100 Detlev Offenbach Code Style Checker 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 16:43:18 +0200 Detlev Offenbach Syntax and Code Style checkers eric7 file | diff | annotate
Thu, 28 Jul 2022 14:19:57 +0200 Detlev Offenbach Code Style Checker 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
Tue, 12 Jul 2022 17:31:17 +0200 Detlev Offenbach Did some code optimizations in the code style checker. 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