Skip to content

Boards/Library Manager menu item should not act as a toggle #71

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
alranel opened this issue Jan 29, 2021 · 2 comments
Open

Boards/Library Manager menu item should not act as a toggle #71

alranel opened this issue Jan 29, 2021 · 2 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@alranel
Copy link
Contributor

alranel commented Jan 29, 2021

When selecting the "Board Manager..." menu item in the Tools menu, it acts as a toggle: if the board manager is not visible it will show it, but if it's visible it will hide it. This may be a confusing behavior, because it's likely that if a user selects that menu item they always want to access the board manager (which can be in turn closed very easily from the GUI). As an alternative, a common UX pattern for menu items acting as toggles is to change their labels from "Show x" to "Hide x" and viceversa, but I'm not sure we want that.

Screenshot 2021-01-29 at 14 37 34

Version used:
Version: 0.1.3-snapshot.8b47ce6
Date: 2021-01-28T09:48:49.137Z
CLI Version: nightly-20210128 alpha [283036fc]

@kittaakos
Copy link
Contributor

This may be a confusing behavior

I agree. This is the default Theia behavior for all views. We could customize it easily.

As a user, I would expect

  • the view opens and grabs the focus if was closed and
  • grabs the focus if it was opened.

@ubidefeo
Copy link

ubidefeo commented Feb 24, 2021

As a user, I would expect

  • the view opens and grabs the focus if was closed and
  • grabs the focus if it was opened.

This is how it should work

@rsora rsora transferred this issue from arduino/arduino-pro-ide Mar 1, 2021
@silvanocerza silvanocerza added the type: enhancement Proposed improvement label Mar 1, 2021
@per1234 per1234 added the topic: code Related to content of the project itself label Oct 29, 2021
@per1234 per1234 changed the title Boards Manager menu item should not act as a toggle Boards/Library Manager menu item should not act as a toggle Jun 22, 2022
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

5 participants