ClassicAssist icon indicating copy to clipboard operation
ClassicAssist copied to clipboard

auto sorting macros by name inside group

Open qkdefus opened this issue 2 years ago • 3 comments

please add this feature, thank you

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

qkdefus avatar Nov 26 '22 19:11 qkdefus

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 :)

qkdefus avatar Dec 10 '22 15:12 qkdefus

seems to be fixes now as of 0.4.410

thank you !

qkdefus avatar Jan 28 '23 13:01 qkdefus

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 avatar Jan 28 '23 14:01 qkdefus