Results 7 issues of jantje

Hi Jantje here from Sloeber the Arduino eclipse ide here. I'd like you to merge this pull request to fix a problem with your attiny repository and Sloeber. The Arduino...

From [the "package index specification"](https://arduino.github.io/arduino-cli/dev/package_index_json-specification/): https://github.com/arduino/arduino-cli/blob/6ac5f7a3ca3b9057931b5a75919ca708c0fb6be7/docs/package_index_json-specification.md#L166-L167 I always understood the Arduino IDE selected the tool(chain)? with the highest version number (making the assumption the latest is the one with the...

type: enhancement
topic: documentation
criticality: medium

As discussed in #673 Would something like this be acceptable? I could not test the change so I do not know this will work yet so please do not yet...

The ContentType implementation of IContentType.isAssociatedWith is case insensitive which means that if your content type contains .c and the presented file is a .C file ContentType.isAssociatedWith will return true. There...

https://raw.githubusercontent.com/sparkfun/Arduino_Boards/main/IDE_Board_Manager/package_sparkfun_index.json Has 2 packages both with the same name. As explained here this is IMHO not compliant with arduino framework documentation https://github.com/Sloeber/arduino-eclipse-plugin/issues/1681#issuecomment-2339300383

https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls points to SparkFun: https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json whereas the readme in this github repository points to https://raw.githubusercontent.com/sparkfun/Arduino_Boards/main/IDE_Board_Manager/package_sparkfun_index.json One is master the other is main

### Describe the problem The documentation at https://github.com/arduino/arduino-cli/blob/master/docs/package_index_json-specification.md states: >3rd party vendors should use a single PACKAGE_XXXX and >name: the folder used for the installed cores. However when the arduino...

type: imperfection