Wed, 26 Mar 2025 19:46:41 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Sun, 23 Mar 2025 14:55:14 +0100 Detlev Offenbach Corrected some issues in the 'micro:bit' device class and enhanced the MPy file manager. eric7 file | diff | annotate
Sun, 09 Mar 2025 14:16:35 +0100 Detlev Offenbach MicroPython Interface 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, 25 Oct 2024 09:47:48 +0200 Detlev Offenbach MicroPython Interface eric7 file | diff | annotate
Thu, 26 Sep 2024 09:48:49 +0200 Detlev Offenbach Removed some obsolete TODO markers. eric7 file | diff | annotate
Thu, 05 Sep 2024 16:11:33 +0200 Detlev Offenbach Corrected some code formatting issues. eric7 file | diff | annotate
Thu, 05 Sep 2024 16:09:07 +0200 Detlev Offenbach MicroPython eric7 file | diff | annotate
Sat, 31 Aug 2024 15:54:47 +0200 Detlev Offenbach Corrected a code formatting issue. eric7 file | diff | annotate
Sat, 31 Aug 2024 15:49:16 +0200 Detlev Offenbach Fixed a few issues in the MicroPython file manager. 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
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
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, 20 Jan 2024 12:36:40 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Fri, 19 Jan 2024 09:36: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
Wed, 20 Dec 2023 14:58:58 +0100 Detlev Offenbach Converted some source code documentation to the new style. eric7 file | diff | annotate
Wed, 06 Dec 2023 14:23:36 +0100 Detlev Offenbach Made the code dealing with "device:" and "remote:" file names generally available in FileSystemUtilities. eric7 file | diff | annotate
Tue, 10 Oct 2023 18:05:17 +0200 Detlev Offenbach MicroPython interface eric7 file | diff | annotate
Sun, 30 Jul 2023 17:33:54 +0200 Detlev Offenbach MicroPython eric7 file | diff | annotate
Sun, 02 Apr 2023 16:11:54 +0200 Detlev Offenbach MicroPython eric7 file | diff | annotate
Thu, 16 Mar 2023 09:20:00 +0100 Detlev Offenbach Changed some code to let the editor determine the highlighter language for files loaded from a connected µPy device. 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
Sat, 25 Feb 2023 19:47:23 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prevent deviating too much. mpy_network file | diff | annotate
Thu, 23 Feb 2023 12:05:00 +0100 Detlev Offenbach Added code to the MicroPython file manager to reset the current editor change markers upon save. eric7 file | diff | annotate
Wed, 22 Feb 2023 07:48:57 +0100 Detlev Offenbach Merged with branch 'eric7' to get the mainline changes. mpy_network file | diff | annotate
Wed, 22 Feb 2023 07:45:54 +0100 Detlev Offenbach Continued implementing WiFi functionality for RP2040 based devices (show connected stations, save/remove credentials, boot script for Pico W). mpy_network file | diff | annotate
Wed, 22 Feb 2023 07:43:56 +0100 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Wed, 15 Feb 2023 18:00:40 +0100 Detlev Offenbach Removed an obsolete line of code. eric7 file | diff | annotate
Wed, 15 Feb 2023 17:45:10 +0100 Detlev Offenbach Fixed a few issues in the MicroPython file manager widget. eric7 file | diff | annotate
Wed, 15 Feb 2023 15:55:37 +0100 Detlev Offenbach Fixed a few issue introduced during the recent changes to the MicroPython package. eric7 file | diff | annotate
Tue, 14 Feb 2023 18:10:30 +0100 Detlev Offenbach Reorganized the MicroPython code even more. eric7 file | diff | annotate
Tue, 14 Feb 2023 11:09:49 +0100 Detlev Offenbach Fixed a few issues in the MicroPython package. eric7 file | diff | annotate
Mon, 13 Feb 2023 17:55:13 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Sat, 31 Dec 2022 16:23:21 +0100 Detlev Offenbach Updated copyright for 2023. 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, 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
Sat, 16 Jul 2022 18:14:30 +0200 Detlev Offenbach EricPathPicker, EricPathPickerDialog 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