You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino IDE 1.x sorts the Tools > Programmer menu according to the order of occurrence of the name property for each programmer definition in the platform's programmers.txt configuration file. This allows the platform developer to sort the programmers in some logical order in the menu (e.g., putting commonly used programmers at the top of the menu, or grouping related programmers together).
Arduino IDE 2.x sorts them by alphabetical order, which gives the platform author no control.
Arduino IDE 1.x:
Arduino IDE 2.x:
To reproduce
Select Tools > Board > Arduino AVR Boards from the Arduino IDE menus.
Select Tools > Programmer from the Arduino IDE menus.
Describe the current behavior
Arduino IDE 1.x sorts the Tools > Programmer menu according to the order of occurrence of the
name
property for each programmer definition in the platform'sprogrammers.txt
configuration file. This allows the platform developer to sort the programmers in some logical order in the menu (e.g., putting commonly used programmers at the top of the menu, or grouping related programmers together).Arduino IDE 2.x sorts them by alphabetical order, which gives the platform author no control.
Arduino IDE 1.x:
Arduino IDE 2.x:
To reproduce
name
properties for each board definition in the platform'sprogrammers.txt
file:https://github.com/arduino/ArduinoCore-avr/blob/1.8.4/programmers.txt
🙁 the Arduino IDE menu sort order does not match the order in
programmers.txt
Describe the request
Sort Tools > Programmer menu according to the order in
programmers.txt
.Desktop
Date: 2022-01-31T13:15:29.574Z
CLI Version: 0.20.2 [13783819]
Additional context
Related:
The text was updated successfully, but these errors were encountered: