Skip to content

Port selection - replace board name with port name - it is port selection #1610

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

Open
3 tasks done
pyramidak opened this issue Nov 1, 2022 · 5 comments
Open
3 tasks done
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@pyramidak
Copy link

pyramidak commented Nov 1, 2022

Describe the request

When I select port, I want to see in selection the port mqtt name with IP address "pracovna at 192.168.0.108".
image

That's what matters that is what I want to know to know what I will update.

Describe the current behavior

When I select port, you show me useless board name that is always same. It it port selection, not a board selection.
image
Can you explain me the logic show me the board name in selection that is always the same? Also board name is too long, so even different board name shows also the same first words. Main big button selection that has bad use now.
image

Arduino IDE version

2.0.1

Operating system

Windows

Operating system version

11

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the latest nightly build
  • My request contains all necessary details
@pyramidak pyramidak added the type: enhancement Proposed improvement label Nov 1, 2022
@per1234
Copy link
Contributor

per1234 commented Nov 1, 2022

Hi @pyramidak. Thanks for your suggestion.

It it port selection, not a board selection.

It is both a board and a port selection. The board shown in the menu will be selected, just as if you had selected it from the Tools > Board menu. Similarly, the port shown in the menu will be selected, just as if you had selected it from the Tools > Port menu.

This menu is most useful for the boards that are automatically identifiable by Arduino IDE from their port properties (e.g., USB VID/PID). In this case, the user will find it convenient to have the IDE automatically make the correct selections from a single click. In the case of boards with a port which does not have identifying properties, you might find it more convenient to use the Tools menus just as you would in Arduino IDE 1.x.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2022
@per1234 per1234 self-assigned this Nov 1, 2022
@per1234 per1234 added conclusion: declined Will not be worked on topic: code Related to content of the project itself labels Nov 1, 2022
@pyramidak
Copy link
Author

I see. So after port selection (the board is selected according to port) the user do not need to see what he selected despite of the port is the important information and the board is extra. All selections normally shows what was selected but not this time.

@per1234
Copy link
Contributor

per1234 commented Nov 1, 2022

I see what you are requesting now. You would like to see the port name in the toolbar. I previously thought you were requesting the removal of the board name from the menu.

@per1234 per1234 reopened this Nov 1, 2022
@per1234 per1234 removed the conclusion: declined Will not be worked on label Nov 1, 2022
@pyramidak
Copy link
Author

pyramidak commented Nov 1, 2022

Good I didn´t give up. :-) I´m not sure you can show both in complete selection because of space. During the selection the both information are fine, but after selection is complete, the device name of port is the key to know what I will update. So I want you to to consider to solve this very quickly and easily. Switch places of port and board and all is solved. The port is key information that should be in bold font in first row and the board information is extra that could be on second row.

@per1234 per1234 removed their assignment Nov 1, 2022
@kittaakos
Copy link
Contributor

Also board name is too long, so even different board name shows also the same first words.

Related conversation: #1216 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

3 participants