GoToLoop
GoToLoop
BtW, this is a test file I've made to inspect the py5 environment: ```py import py5 import py5_tools import sys from os import environ as env from java.lang.System import getenv,...
> [@GoToLoop](https://github.com/GoToLoop), wouldn't you like to make a PR for this? I think [@hx2A](https://github.com/hx2A) has merging rights. If I do it, it'd be exactly what I've already posted here. Some1...
> ... so it always updates the JAVA_HOME variable at Thonny's Options panel... That's exactly I don't want to happen. :D If I already have a JAVA_HOME set in my...
> the Windows portable will not be a good option for you. Well, I'm using Linux exclusively since the end of last year. 🐧
My current changes to file: https://github.com/tabreturn/thonny-py5mode/blob/main/thonnycontrib/thonny-py5mode/install_jdk.py: ```py '''thonny-py5mode jdk installer checks for jdk and, if not found, installs it to the thonny config directory ''' import jdk import re import...
> ... but I don't want to hold up the plugin release until we fix all of them. This is a medium term refactoring road and in no way related...
> Do you want to finish your PR for the Java version changes? Although not required, I believe it should be merged, given it now downloads Java 21.
> Also, I'd rather not merge this until after the next release. As I have already stated, these pull requests belong to ongoing type hint fix refactoring batches. They're not...
> Why was that code added in the first place? https://github.com/py5coding/thonny-py5mode/blob/0.4.6-alpha/thonnycontrib/backend/py5_imported_mode_backend.py#L32-L34 ```py prefix = 'from py5 import *\n' cmd['source'] = prefix + cmd['source'] cmd['row'] += 1 ``` From the excerpt...
> I was hoping you and @villares could do the testing here Well, I'm testing on my Arch-based Linux distro Garuda. :penguin: @villares can test on Windows. And some times,...