-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Better status filtering in Library and Boards Manager, especially for updates #177
Comments
thank you @ckuethe It'll come :) |
Thank you! I'm really enjoying the new IDE and I appreciate all the work that has gone into it so far. |
Old IDE has reminder/notification about available boards/libraries updates and prebuild filter for the boards and libraries with available updates. It is more useful and convenient way, than typing the filter criteria again and again every time your remember that you need to check for updates yourself manually. |
Just downloaded IDE 2.0.0-beta.9. There is apparently not yet a Library Manager feature providing selection of ALL, UPDATABLE, INSTALLED, ARDUINO,... . This selection feature in the previous Library Manager is needed in the new IDE IMHO. |
Still not present, it is very needed feature. I can not find what is installed, and what is not. |
It is not possible with any workaround as the the library manager does not show all available libraries. Even with scrolling entire list I can not find libraries that I could update. Can you change the priority? The IDE is not very usable without this feature. I have to use old libraries. |
A big project and the effort is appreciated.
Comments based on 2.0.0-rc5-nightly-20220416 |
Please consider implementing at least filters for installed and updatable libraries. |
Can somebody please help with what the following types mean in the IDE (1.x): Library Manager: More formally, how to create a predicate for these 👆 types when the object is a Thank you! |
What is this? |
Hi @kittaakos
They are provided via the As for the platforms, it seems the only place this information is provided is here: which is probably not useful in the context of Boards Manager. I guess Arduino CLI needs to provided in the |
A "toggle" (e.g., a checkbox) would cause the additional information (e.g., Despite what is implied by @Xylopyrographer's comment, Arduino IDE 1.x does not have any such capability. Hopefully @Xylopyrographer will provide clarification, but I think the use case would be where you know exactly the library name you want to install (which is the case when you are following installation instructions from library docs or a tutorial), but a search for that exact name (e.g., |
Closes arduino#177 Closes arduino#1188 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Closes arduino#177 Closes arduino#1188 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Closes arduino#177 Closes arduino#1188 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Closes arduino#177 Closes arduino#1188 Co-authored-by: Francesco Spissu <f.spissu@arduino.cc> Co-authored-by: Akos Kitta <a.kitta@arduino.cc> Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Closes arduino#177 Closes arduino#1188 Co-authored-by: Francesco Spissu <f.spissu@arduino.cc> Co-authored-by: Per Tillisch <p.tillisch@arduino.cc> Co-authored-by: Akos Kitta <a.kitta@arduino.cc> Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Is your feature request related to a problem? Please describe.
Nope, doesn't seem like an existing open problem
Describe the solution you'd like
I would like to see something similar to the status dropdown in the old IDE to select board/libraries with available updates.
I tried typing
installed
,type:installed
, andstatus:installed
in the search field and it didn't show me only my installed libraries instead of all the libraries available. Nor didupdatable
andupgradable
show me those which had available updates. Finally, I didn't find a way to force a check for updates or to see when updates were last checked.Describe alternatives you've considered
As mentioned above, tried a few obvious guesses in the search bar to filter on some criteria. Also tried right-clicking on the library and board manager icons but those also didn't trigger any filtering options.
I did RTFM but didn't see information about filtering and updates on
https://www.arduino.cc/en/Tutorial/getting-started-with-ide-v2/ide-v2-installing-a-library/
https://www.arduino.cc/en/Tutorial/getting-started-with-ide-v2/ide-v2-board-manager/
Additional context
Looks like someone else wants this feature too (https://forum.arduino.cc/index.php?topic=730437.0) but I didn't see it when I looked through the issues here, so I figured I'd open an issue.
The text was updated successfully, but these errors were encountered: