GoToLoop

Results 25 issues of GoToLoop

Once we click "Apply recommended py5 settings", there's no way to go back to original Thonny's style! It'd be nice if "Apply recommended py5 settings" would toggle its style changes.

This is the "thonnycontrib/backend/py5_imported_mode_backend.py" cleanup. However, after some testings, I've concluded this file can be deleted and it won't change the plugin's behavior! Basically, this file adds 'from py5 import...

Is thonny-py5mode expected to run on older Thonny versions like 3, given Thonny 5 is on the making? https://github.com/thonny/thonny/releases/tag/v5.0.0a2 I'd like to drop these kinda `try/except import` blocks in order...

1st batch for ongoing type hint refactoring fixes: https://github.com/py5coding/thonny-py5mode/issues/86

Like the original "thonnycontrib/thonny-py5mode/install_jdk.py", most thonny-py5mode files are littered w/ linter type warnings: "thonnycontrib/thonny-py5mode/__init__.py": - ```py "get_filename" is not a known attribute of "None" Argument of type "Editor | None"...