Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: py5coding/thonny-py5mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: py5coding/thonny-py5mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: windows-portable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 30, 2024

  1. Update the URL for the reference page on the py5 reference menu

    The new URL now links to the Reference Summary as a reference "landing page", instead of the Sketch namespace reference page.
    villares authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    474327d View commit details
    Browse the repository at this point in the history
  2. jdk_install_exists() and set_java_home() changes

    These changes are necessary to complement another 
    __init__.py change that triggers a JAVA_HOME var update
    on each run of the portable version of Thonny.
    villares authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    985326b View commit details
    Browse the repository at this point in the history
  3. adds jdk_install_exists() on load_plugin()

    This allows for the Thonny portable to be moved around on the user's hard disk. I guess this is not a good option for the non-portable.
    
    An idea would be to check the existence of `portable_thonny.ini` before calling jdk_install_exists
    villares authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ef5701e View commit details
    Browse the repository at this point in the history
  4. Calls jdk_install_exists() on plug-in load only on portable

    This should allow us to have the same plug-in code for portable and non-portable Thonny users!
    villares authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ba27c90 View commit details
    Browse the repository at this point in the history
Loading