Fri, 21 Mar 2025 17:22:00 +0100 |
Detlev Offenbach |
Removed unneeded import in MiniEditor.py.
eric7
|
file |
diff |
annotate
|
Thu, 20 Mar 2025 11:54:57 +0100 |
Detlev Offenbach |
Corrected some issues related to controllers with small RAM and limited numbers support (i.e. BBC micro:bit and Calliope mini).
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, 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
|
Fri, 27 Sep 2024 17:27:11 +0200 |
Detlev Offenbach |
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
eric7
|
file |
diff |
annotate
|
Tue, 30 Jul 2024 16:24:27 +0200 |
Detlev Offenbach |
Fixed an issue causing the zoom slider to not change when the editor zoom is changed via the mouse wheel (see issue 564).
eric7
|
file |
diff |
annotate
|
Tue, 16 Jul 2024 15:14:23 +0200 |
Detlev Offenbach |
Editor
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
|
Sat, 08 Jun 2024 18:13:18 +0200 |
Detlev Offenbach |
Modified the icon of the document open actions and added an icon for the recent documents menu.
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
|
Wed, 24 Jan 2024 18:52:50 +0100 |
Detlev Offenbach |
MicroPython
eric7
|
file |
diff |
annotate
|
Sun, 21 Jan 2024 15:38:51 +0100 |
Detlev Offenbach |
MicroPython
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 12:03:40 +0100 |
Detlev Offenbach |
Converted some source code documentation to the new style.
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
|
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, 31 Aug 2023 18:10:28 +0200 |
Detlev Offenbach |
Simplified some code.
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
|
Mon, 22 May 2023 09:07:37 +0200 |
Detlev Offenbach |
Corrected some code style issues detected by the extended checkers.
eric7
|
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
|
Tue, 28 Mar 2023 10:14:23 +0200 |
Detlev Offenbach |
Editor, Mini Editor
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
|
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
|
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
|
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:42:51 +0200 |
Detlev Offenbach |
Editor, Mini Editor
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
|