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

Allow User To Define Sorting Order of Displayed Modules #826

Open
Hotklou2404 opened this issue Jan 8, 2023 · 3 comments
Open

Allow User To Define Sorting Order of Displayed Modules #826

Hotklou2404 opened this issue Jan 8, 2023 · 3 comments
Labels
feature New feature or request under consideration Something which is under consideration but not yet committed to.

Comments

@Hotklou2404
Copy link

Currently, the modules appear to not be organized in any way in the Module Repo and Manage Modules tabs. This can be a bit confusing. I propose that there be some way for the user to define in what way they should be sorted, such as sorting them alphabetically. I can't think of any other sorting methods that you could implement as well though.

For the Module Repo tab, I was thinking that there would be ample space next to the Options button to put a Sorting Options button, which opens a dropdown with new options regarding the sorting order of the displayed modules. Or perhaps you could build these sorting options it into the Options button, or put them in the Overlay Settings tab.

If there aren't any other sorting methods apart from alphabetical that will be added then it might actually not be necessary to make it user-defineable at all and just build alphabetical sorting into the base functionality.

@Hotklou2404
Copy link
Author

With the newest update to Blish HUD, the modules are now alphabetically sorted in Module Repo. It still appears to be random in Manage Modules though.

@dlamkins dlamkins added the feature New feature or request label Jan 10, 2023
@dlamkins
Copy link
Member

The order in the menu listing on the left side of the window are based on the module load order. Currently, that's just alphabetically based on the modules namespace name (which sometimes are different from their names).

We can consider sorting these alphabetically by their name instead. The current order isn't actually something we enforce, it's just that way because Windows provides us the list of modules in alphabetical order by their filename, so we'll need to implement a way to update the menu item order when a new module is added to the listing.

@dlamkins dlamkins added the under consideration Something which is under consideration but not yet committed to. label Jan 10, 2023
@Tharylia
Copy link
Contributor

#985 Adds alphabetical sorting for the module menu items.

Tharylia added a commit to Tharylia/Blish-HUD that referenced this issue Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request under consideration Something which is under consideration but not yet committed to.
Projects
None yet
Development

No branches or pull requests

3 participants