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: arduino/lab-micropython-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: arduino/lab-micropython-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 13, 2025

  1. Fixed Tab key behaviour during code completion.

    Signed-off-by: ubi de feo <me@ubidefeo.com>
    ubidefeo committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    6ab05b1 View commit details
    Browse the repository at this point in the history
  2. Fixed UTF-8 file parsing while opening and transferring.

    Signed-off-by: ubi de feo <me@ubidefeo.com>
    ubidefeo committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    db98310 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Removed commented code.

    Signed-off-by: ubi de feo <me@ubidefeo.com>
    ubidefeo committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    05fd47c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Shift focus to REPL on run.

    Signed-off-by: ubi de feo <me@ubidefeo.com>
    ubidefeo committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    64e8d1f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Merge pull request #193 from arduino/fix/utf-8-loading

    Fixed UTF-8 file parsing while opening and transferring.
    ubidefeo authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    7d3e182 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Merge pull request #194 from arduino/feature/codemirror-tab-behaviour

    Fixed Tab key behaviour during code completion.
    ubidefeo authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    dcac22e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #196 from arduino/feature/repl-focus-on-run

    Shift focus to REPL on run.
    ubidefeo authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    0d436bb View commit details
    Browse the repository at this point in the history
  3. Updated micropython.js

    Signed-off-by: ubi de feo <me@ubidefeo.com>
    ubidefeo committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    07ea2a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #197 from arduino/release/0.21.0

    Updated micropython.js version to 1.5.2
    ubidefeo authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    8bddefd View commit details
    Browse the repository at this point in the history
Loading