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

auto sorting macros by name inside group #299

Open
qkdefus opened this issue Nov 26, 2022 · 3 comments
Open

auto sorting macros by name inside group #299

qkdefus opened this issue Nov 26, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@qkdefus
Copy link
Contributor

qkdefus commented Nov 26, 2022

please add this feature, thank you

edit: also sorting macros on namechange / new macro would really be ideal

@qkdefus
Copy link
Contributor Author

qkdefus commented Dec 10, 2022

im looking at the MacrosTabViewModel.cs -> private void NewMacro( object obj )

im a bit rusty but shouldnt it be sufficient to add " Items.OrderByDescending( a => a ); " ?

edit: apparently not :)

@Reetus Reetus added the enhancement New feature or request label Jan 26, 2023
@qkdefus
Copy link
Contributor Author

qkdefus commented Jan 28, 2023

seems to be fixes now as of 0.4.410

thank you !

@qkdefus qkdefus closed this as completed Jan 28, 2023
@qkdefus
Copy link
Contributor Author

qkdefus commented Jan 28, 2023

my bad, it does infact sort but not properly by name

ss+(2023-01-28+at+03 22 58)
ss+(2023-01-28+at+03 24 24)

@qkdefus qkdefus reopened this Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants