-
-
Notifications
You must be signed in to change notification settings - Fork 8
Library Not Appearing in Alphabetical Order in "Import Library" Menu #70
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
Hmm, I wonder what the order of the listed libraries is dependent on then. Could it be the library short name, meaning, the name of the folder containing the library? |
Thanks @mingness! Looks like that was it. I see two possible ways to address this:
|
On second thought, I think option 2 (sorting libraries by name) is the better approach. @Stefterv does it make sense from a technical point of view? |
Just took a quick look, the order of the libraries defined well before this tree view is generated. I'd prefer to fix this when we create a new examples frame |
Nice! How did you fix it? |
Description
While following the Getting Started tutorial, I noticed that the example library
A Template Example Library
does not appear in alphabetical order in the Sketch > Import Library... menu in Processing 4.Processing version
4.4.0
Operating System
macOS 13.4
Expected Behavior
The library should be listed in alphabetical order among other contributed libraries.
Actual Behavior
The library appears out of order, making it harder to find, especially if there are a lot of other libraries installed.
Steps to Reproduce
deployToProcessingSketchbook
Gradle task to install the example library.Screen Capture
The text was updated successfully, but these errors were encountered: