changelog
- Tue, 21 Mar 2023 18:07:27 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 21 Mar 2023 18:07:27 +0100] rev 9929
- MicroPython
- updated the CircuitPython reset() code
- Tue, 21 Mar 2023 11:45:08 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 21 Mar 2023 11:45:08 +0100] rev 9928
- MicroPython
- Changed the 'fileSystemInfo()' method such, that it finds mounted file systems as well.
- Tue, 21 Mar 2023 11:23:42 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 21 Mar 2023 11:23:42 +0100] rev 9927
- MicroPython
- Added a 'reset' capability to the PyBoard and Teensy menus.
- Mon, 20 Mar 2023 16:22:56 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 20 Mar 2023 16:22:56 +0100] rev 9926
- Corrected some code style issues.
- Mon, 20 Mar 2023 16:08:35 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 20 Mar 2023 16:08:35 +0100] rev 9925
- Syntax Checker
- Extended the capability to define names to be treated as builtin names by the `pyflakes` checker on a per project basis (see `Project-Tools => Check => Syntax`).
- Mon, 20 Mar 2023 10:43:29 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 20 Mar 2023 10:43:29 +0100] rev 9924
- Syntax Checker
- Added the capability to define names to be treated as builtin names by the `pyflakes` checker (see configuration dialog `Editor` => `Code Checkers` page.
- Sun, 19 Mar 2023 16:16:28 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 19 Mar 2023 16:16:28 +0100] rev 9923
- Refined the 'findVolume()' solution for Linux and macOS to work on both.
- Sun, 19 Mar 2023 12:00:40 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 19 Mar 2023 12:00:40 +0100] rev 9922
- Changed code to filter the 'tty.*' devices on macOS and only use the 'cu.*' ones.
- Sun, 19 Mar 2023 11:48:53 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 19 Mar 2023 11:48:53 +0100] rev 9921
- Changed the expand option of the combo box of the MicroPython widget to allow better resizing.
- Sun, 19 Mar 2023 11:25:28 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 19 Mar 2023 11:25:28 +0100] rev 9920
- Corrected the determination of mounted volumes on macOS.