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

[Arduino IDE: Boardmanager]: suppport activate or deactivate Board via config menue #8815

Closed
hasenradball opened this issue Apr 24, 2019 · 8 comments
Labels
Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix) Type: Duplicate Another item already exists for this topic

Comments

@hasenradball
Copy link

Actual Situation:
Many developers work with different platforms (arduino, ESP8266, ESP32, ect.). Each platform supports many variants of boards which are listed in the boards.txt file.
If you work with arduino and ESP variants for example you will have more than 40 boards available in the board manager menue. This is very uncomfortable when you have to switch between the boards, because of the long scrolling list.

Proposal
Support a boards config menue which allows to check or uncheck the board you need/you are working with.
Unchecked boards will be commented in the boards.txt file for example.
If you have a new board you can comfortable add this by check it later on.
With this feature the Arduino IDE will become more comfortable for all users and the menues become more clear and well-arranged.

Many developers would appreciate such a feature!

@per1234 per1234 added feature request A request to make an enhancement (not a bug fix) Type: Duplicate Another item already exists for this topic Component: IDE user interface The Arduino IDE's user interface labels Apr 24, 2019
@per1234
Copy link
Collaborator

per1234 commented Apr 24, 2019

Closing as duplicate of arduino/arduino-ide#2339

@per1234 per1234 closed this as completed Apr 24, 2019
@hasenradball
Copy link
Author

What about the idea to use the hide function in combination with a comfortable configmenue?

@per1234
Copy link
Collaborator

per1234 commented Apr 25, 2019

By "hide function"? do you mean the hide property in boards.txt that I described here?

@hasenradball
Copy link
Author

Yes! The hide function works fine.
But manually it is very uncomfortable to go through all boards.txt file.
Hide function with a small menue to check or uncheck which board should be hide or not.

@hasenradball
Copy link
Author

It is ok that hide= false is not possible, only hide=true is possible.

@per1234
Copy link
Collaborator

per1234 commented Apr 25, 2019

Hide function with a small menue to check or uncheck which board should be hide or not.

That proposal fits under the topic of arduino/arduino-ide#2339. If we considered arduino/arduino-ide#2339 to be solved by the hide property of boards.txt, we would have closed that issue as solved.

hide= false is not possible, only hide=true is possible.

Correct. As I explained previously at arduino/arduino-ide#2339, it's simply the presence of the property that matters. The value of the property has no effect.

@hasenradball
Copy link
Author

What about such a menue?
This menue function should work as:

  • Read in all boards.txt files
  • show the boards names with a check button
  • if unchecked the hide function is added if not available or uncomment
  • if checked the hide function is set.

@per1234
Copy link
Collaborator

per1234 commented Apr 25, 2019

If you have any input on this topic, please submit it as comments on arduino/arduino-ide#2339. This issue is only serving to fragment the information related to that topic so I'm going to lock it now.

@arduino arduino locked as resolved and limited conversation to collaborators Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix) Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

2 participants