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
Wed, 29 Nov 2023 14:23:36 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.12 file | diff | annotate
Mon, 27 Nov 2023 14:45:11 +0100 Detlev Offenbach Fixed an issue related to 'jedi' completions being inserted twice. eric7 file | diff | annotate
Mon, 27 Nov 2023 10:24:47 +0100 Detlev Offenbach Re-fixed the last issue. eric7 file | diff | annotate
Mon, 27 Nov 2023 09:57:04 +0100 Detlev Offenbach Fixed an issue related to 'jedi' completions being inserted twice. eric7 file | diff | annotate
Sat, 25 Nov 2023 18:19:21 +0100 Detlev Offenbach Syntax Checker eric7 file | diff | annotate
Wed, 22 Nov 2023 17:19:10 +0100 Detlev Offenbach Modernized some code and corrected some code style issues. eric7 file | diff | annotate
Mon, 13 Nov 2023 17:38:06 +0100 Detlev Offenbach Editor eric7 file | diff | annotate
Mon, 06 Nov 2023 19:12:33 +0100 Detlev Offenbach Editor eric7 file | diff | annotate
Sun, 05 Nov 2023 17:17:29 +0100 Detlev Offenbach Fixed a few issues introduced by the recent change. eric7 file | diff | annotate
Sat, 04 Nov 2023 16:17:29 +0100 Detlev Offenbach Corrected some code style issues. eric7 file | diff | annotate
Sat, 04 Nov 2023 16:10:40 +0100 Detlev Offenbach Fixed a few issues introduced by the recent change. eric7 file | diff | annotate
Fri, 03 Nov 2023 19:36:14 +0100 Detlev Offenbach Editor eric7 file | diff | annotate
Tue, 31 Oct 2023 09:22:17 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.11 file | diff | annotate
Wed, 25 Oct 2023 16:12:46 +0200 Detlev Offenbach Modified some preferences default values to better reflect common user expectations. eric7 file | diff | annotate
Fri, 13 Oct 2023 09:10:05 +0200 Detlev Offenbach Editor eric7 file | diff | annotate
Thu, 05 Oct 2023 09:59:53 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance file | diff | annotate
Sat, 02 Sep 2023 15:50:01 +0200 Detlev Offenbach Syntax Checker eric7 file | diff | annotate
Thu, 31 Aug 2023 18:10:28 +0200 Detlev Offenbach Simplified some code. eric7 file | diff | annotate
Tue, 01 Aug 2023 09:59:45 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.08 file | diff | annotate
Sun, 30 Jul 2023 17:31:07 +0200 Detlev Offenbach Fixed a forgotten file existence check in Editor.py. eric7 file | diff | annotate
Sat, 27 May 2023 19:02:58 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance 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
Wed, 24 May 2023 10:31:09 +0200 Detlev Offenbach Corrected some issues related to unused global variables. 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
Tue, 02 May 2023 10:20:02 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-23.05 file | diff | annotate
Thu, 13 Apr 2023 19:33:10 +0200 Detlev Offenbach Fixed an issue with search and replace in selection if the replacement text modifies the lines range of the selected text (see issue 496) eric7 file | diff | annotate
Wed, 05 Apr 2023 12:05:06 +0200 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Wed, 29 Mar 2023 10:03:06 +0200 Detlev Offenbach Merged with branch 'eric7' to prepare a new release. eric7-maintenance release-23.04 file | diff | annotate
Tue, 28 Mar 2023 10:14:23 +0200 Detlev Offenbach Editor, Mini Editor eric7 file | diff | annotate
Mon, 20 Mar 2023 16:22:56 +0100 Detlev Offenbach Corrected some code style issues. eric7 file | diff | annotate
Mon, 20 Mar 2023 16:08:35 +0100 Detlev Offenbach Syntax Checker eric7 file | diff | annotate
Mon, 06 Mar 2023 16:13:42 +0100 Detlev Offenbach Added the capability to save from an editor to a connected MicroPython device. eric7 file | diff | annotate
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
Thu, 23 Feb 2023 12:04:28 +0100 Detlev Offenbach Prepared the editor to save non-local files and reset the change markers from external. eric7 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, 13 Feb 2023 17:52:26 +0100 Detlev Offenbach Modified Editor and view managers to be usable with files loaded from a connected device and (potentially) remote files. 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
Wed, 11 Jan 2023 15:03:59 +0100 Detlev Offenbach Debug Client - Python 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
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
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
Wed, 14 Dec 2022 15:52:39 +0100 Detlev Offenbach Corrected an issue keeping the current selection when converting to upper-/lowercase (see issue452, part2). eric7 file | diff | annotate
Mon, 12 Dec 2022 16:35:21 +0100 Detlev Offenbach Class Browsers 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, 05 Dec 2022 11:44:08 +0100 Detlev Offenbach Editor 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
Sat, 26 Nov 2022 12:30:14 +0100 Detlev Offenbach Fixed an issue in ProjectSourcesBrowser.py and Editor.py causing profile or coverage data not to be shown. 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
Thu, 03 Nov 2022 17:51:03 +0100 Detlev Offenbach Fine tuned the isort support so the configuration will default to project specific config files overwritten by data entered via the dialog. 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
Tue, 25 Oct 2022 17:25:51 +0200 Detlev Offenbach Corrected an issue causing a wrong selection after "Convert selection to uppercase/lowercase" (see issue452). 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 09:10:24 +0200 Detlev Offenbach Modified the double click event handling in the editor to prevent propagation. eric7 file | diff | annotate
Fri, 14 Oct 2022 17:02:09 +0200 Detlev Offenbach Editor eric7 file | diff | annotate
(0) -60 tip

eric ide

mercurial