Show in the Tools dropdown menu the chosen options #343
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Describe the request
Show the value of each custom board option after the menu item in the Tools menu, as it is in Arduino IDE 1.x.
Describe the current behavior
Arduino boards platform authors may define any number of arbitrary "custom board options" for each of the platform's board definitions. These allow the user to adjust the configuration of the board. Some 3rd party platforms have many custom board options.
Custom board options are shown in the Arduino IDE UI as additional menus under the Tools menu.
Unlike Arduino IDE 1.x, the value of the custom board options are not shown in the Tools menu. The user is unable to see all the settings at a glance simply by opening the Tools menu as before. Now the user has to manually holds it mouse over each option to see what's selected.
Arduino IDE version
2.0.2
Operating system
All
Operating system version
Any
Additional context
In Arduino IDE 1.x, the Tools menu shows the selection of the custom board options submenus:
Arduino IDE 2.x does not:
(note that the board, port, and programmer selections are shown)
All the possible options looks hidden this way, and you have to manually check all of them. My upload speed was wrong for example, and usually you notice that in one go when you open the Tools menu. But now you specifically need to hover over each of the custom board option menus to double check these settings.
Other reports:
The text was updated successfully, but these errors were encountered: