-
-
Notifications
You must be signed in to change notification settings - Fork 431
Use separate tooltip for status icon in board selection drop-down #85
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
Comments
@RussellAult I believe it's pretty self-explanatory that it means "board is not connected". A red cross can't have much more meaning than that. |
It may seem self-explanatory, but only for users who have ever seen something else (which doesn't include me). The only chip I've used the Arduino Pro IDE with (so far) is a bootloader-less ATtiny, so I have no frame of reference for that X since it is always there. Up until now I haven't been sure if it means "board not connected" or "board with bootloader not connected" (which is, I believe, the correct answer) or even "errors present in the source code will prevent the current sketch from compiling" (clang has been very unhappy with me, too). Looking at it another way, I guess I'm wondering, on a fundamental level, is what is the status indicator really trying to say? A big red X should be trying to tell me that something is seriously wrong, but in the case of bootloader-less boards it's the only indicator that will show up, even if everything is working perfectly. Perhaps the solution isn't (just?) a tooltip, but instead status indicators that are more responsive to the context of the chip being dealt with? I'm not sure. All I know is that I've been confused by that red X since I first opened the software... |
@RussellAult |
Related: #200 |
Closing as fixed by #1193 The ❌ is no longer used to indicate a disconnected state. A tooltip is now used to communicate the connection state to the user: Thanks so much for your excellent feedback and suggestion @RussellAult! |
Is your feature request related to a problem? Please describe.
This is pretty minor (and perhaps more difficult to achieve than it's worth, especially in the context of what I'm sure is inevitably-forthcoming documentation), but as it stands I have absolutely no clue what the red "X" in the board selection drop-down actually means, and the tooltip when I hover over the "X" is the same as for the rest of the drop-down (i.e. the un-trunkated name of the board).
Describe the solution you'd like
A separate tooltip for the status icon describing its meaning would be great!
Describe alternatives you've considered
As mentioned above, presumably somewhere down the road the status icon's meaning will be made clear in documentation, but even in that context I think the tooltip would still be useful.
The text was updated successfully, but these errors were encountered: