Per Tillisch

Results 1081 comments of Per Tillisch

>With CTRL+S you never know for sure the file was really saved. Hi @ednieuw. There is a **⬤** indicator on the right side of the sketch editor tab when it...

Some nice advancements have been made toward resolving this. https://github.com/arduino/arduino-ide/pull/1169 introduces two important advancements: - A notification is shown when the "Arduino AVR Boards" platform and "Arduino_BuiltIn" first run installations...

The ideal would be to respect the order specified by the platform author in the `packages[*].platforms[*].boards[*]` field of the [package index](https://arduino.github.io/arduino-cli/dev/package_index_json-specification/#platforms-definitions) (which I see the data provided by Arduino CLI...

>that the order of the boards defined in the [boards.txt configuration file](https://arduino.github.io/arduino-cli/dev/platform-specification/#boardstxt) is the same as the order defined in the [package index](https://arduino.github.io/arduino-cli/dev/package_index_json-specification/#platforms-definitions). Can you confirm it? I can deny...

In Boards Manager, we don't necessarily have a `boards.txt` file to get the order from because the `boards.txt` file is only available once the platform is installed, while Boards Manager...

I am not able to reproduce this by following the procedure I described above using Arduino IDE 2.0.0-rc7. However, that result is meaningless because I am also no longer able...

It appear the answer is yes. Please see my previous comment for everything I know about the current status.

Paul got it! I was just writing essentially the same thing. Even though it is a bit redundant, I'll post it anyway because there is maybe a little more information:...

> when I enable the Android Dark theme I caanot see my cursor when navigating selected text. Improving the contrast of the cursor color in the "**Dark (Arduino)**" theme is...

There is a nice screencast demonstrating the bug in the other report we received: https://github.com/arduino/arduino-ide/issues/476#issue-970790781