Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show in the Tools dropdown menu the chosen options #343

Closed
Theagainmen opened this issue Apr 27, 2021 · 2 comments · Fixed by #1746
Closed

Show in the Tools dropdown menu the chosen options #343

Theagainmen opened this issue Apr 27, 2021 · 2 comments · Fixed by #1746
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@Theagainmen
Copy link

Theagainmen commented Apr 27, 2021

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:

image

Arduino IDE 2.x does not:

image

(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:

@Theagainmen Theagainmen added the type: enhancement Proposed improvement label Apr 27, 2021
@Lorandil
Copy link

That bothers me, too :)

@per1234 per1234 added the topic: code Related to content of the project itself label Oct 25, 2021
@DaleMitchell
Copy link

Are there any plans to add this back? @per1234 ? @AlbyIanna ?

I very much miss this feature and share the frustration of others that this was removed in Arduino IDE 2.0 for unknown reasons.

This feature allows for easy documentation of options selected for the board, a single screenshot can be taken. Also, it allows for double checking each option at a quick glance without having to tediously hover over each option.

@kittaakos kittaakos reopened this Dec 6, 2022
@kittaakos kittaakos assigned kittaakos and unassigned AlbyIanna Dec 7, 2022
kittaakos pushed a commit that referenced this issue Dec 7, 2022
closes #343

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit that referenced this issue Dec 8, 2022
closes #343

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
@per1234 per1234 added the conclusion: resolved Issue was resolved label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants