-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
sort items in tree-browsers caseinsensitively in alphabetical order #5875
sort items in tree-browsers caseinsensitively in alphabetical order #5875
Conversation
🤖 Hey, I'm @LmmsBot from github.com/lmms/bot and I made downloads for this pull request, click me to make them magically appear! 🎩
Linux
Windows
macOS🤖{"platform_name_to_artifacts": {"Linux": [{"artifact": {"title": {"title": "(AppImage)", "platform_name": "Linux"}, "link": {"link": "https://12024-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.63%2Bg218d93b-linux-x86_64.AppImage"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/12024?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}], "Windows": [{"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://12022-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.63%2Bg218d93bae-mingw-win32.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/12022?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://12021-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.63%2Bg218d93bae-mingw-win64.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/12021?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/iwtn3sxej0niww5b/artifacts/build/lmms-1.3.0-alpha-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/37143547"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/799uusr4thpqg0cr/artifacts/build/lmms-1.3.0-alpha-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/37143547"}], "macOS": [{"artifact": {"title": {"title": "", "platform_name": "macOS"}, "link": {"link": "https://12023-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.63%2Bg218d93bae-mac10.14.dmg"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/12023?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}]}, "commit_sha": "21542189d0ed062ccf39a3c2c7580297868c9d54"} |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…resented to the user
Thanks! Just some whitespace formatting (hope you don't mind) and we'll merge! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Counting tresf's earlier comment as approval and adding my own => 2 approvals, merging. CI passed for previous commit (ignoring unrelated errors) and the only change since is an empty line.
|
* sort items in tree-browsers caseinsensitively in alphabetical order
* sort items in tree-browsers caseinsensitively in alphabetical order
* sort items in tree-browsers caseinsensitively in alphabetical order
* sort items in tree-browsers caseinsensitively in alphabetical order
This PR adjusts the item order alphabetically independent from naming style. Hence items will be sorted with the following manner:
Affects amongst others Instrument Plugins, My Projects, My Samples, My Presets, My Home, Root Directory and their sub items. See the issue for details