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/arduino-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.5
Choose a base ref
...
head repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    39c8db8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    4d52bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e36f393 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Configuration menu
    Copy the full SHA
    56ab874 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. fix: wait for theia initalWindow to be set before opening sketch th…

    …rough `open-file` event (#2693)
    
    * chore: use actual app name as `uriScheme`
    
    * fix: wait for `initialWindow` to be set before opening sketch from file
    giacomocusinato authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    a669a43 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Updated translation files (#2692)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    e3319da View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Configuration menu
    Copy the full SHA
    2f0414a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f9f0d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Document localization capabilities in Translator Guide

    The system used for localization of this project leverages the infrastructure and data that already exists for VS Code.
    These assets are applicable to Arduino IDE 2.x due to the project being built on the Eclipse Theia IDE framework. In
    this way, the Arduino IDE developers and community are only responsible for internationalization and localization of the
    Arduino-specific strings (e.g., "Sketchbook") used in the IDE's UI.
    
    The unfortunate downside to this approach is that there is a hard technical limit on localization of the project to
    languages for which a VS Code "language pack" is available.
    
    It will be helpful to clearly communicate the set of languages for which we are able to ship contributions from
    translators.
    
    Likewise, it will be useful to also communicate that, we are able to ship contributions of translations of Arduino CLI
    user interface strings for any language. This is due to the fact that the Arduino CLI codebase uses a completely
    different internationalization system that does not impose any technical limits on the scope of localization.
    per1234 committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    ee4f74d View commit details
    Browse the repository at this point in the history
Loading