GoToLoop

Results 78 comments of GoToLoop

> > given it hacks class _**MainCPythonBackend**_ for all Thonny addons! > > Really? Then we definitely shouldn't do this, hacking the code is not a good practice. These monkey-patch...

I didn't check how the "Apply recommended py5 settings" is implemented. Either save current 1 in order to remember how to restore it or, make the implementation to always restore...

Just realized the py5Mode's Kyanite theme is easily reversible by changing to another theme on Thonny' options.

What exactly does file "py5_imported_mode_backend.py" do? Is it supposed to add auto-completion for py5 + Processing API? B/c it doesn't seem to work for me. Only Python stuff is offered...

> I think it adds special syntax coloring tho the py5 vocabulary. For some reason I thought it was about typing auto-completion! 🤦‍♂️ But in order to check if it's...

I'm in favor of the idea to allow us to create labels so `break` & `continue` can reference them, just like vanilla JS, Java, C, etc.

I've already reported that problem here: https://github.com/py5coding/thonny-py5mode/discussions/77#discussioncomment-14466439 On Windows 10 using latest Thonny 4.1.7 installer, seems like upgrading from thonny-py5mode plugin 0.4.7a to 0.5.0rc5 fails if we don't clean up...

Will these workarounds be applied on Boxtron? I had to apply them on /usr/share/boxtron/run-dosbox so Steam would shut up about it: ```py if exe == 'iscriptevaluator.exe': status = fakescripteval.iscriptevaluator(cmd_line) sys.exit(status)...