Adding feature for alphabetically sorting taskbar buttons by program#1348
Adding feature for alphabetically sorting taskbar buttons by program#1348aljus7 wants to merge 5 commits intodremin:masterfrom
Conversation
|
Also i added setting for specifying wanted order |
|
I have some questions: Are there any instructions to reproduce this correctly? And how is it supposed to look like? Because the new option in the settings does absolutely nothing other than just restarting the RetroBar itself for no apparent reason and LITERALLY UNHOOKING ITSELF FROM THE DEBUGGER! And yes, I tried adding notepad.exe and calc.exe into the text box in the settings, but it also did nothing useful. Sorry, but you should either learn to REVIEW your OWN AI generated code, or at least explain to us how to reproduce this, because right now as of writing this I have no idea what I am doing wrong. |
|
you need to add notepad.exe, (if its only one app) becouse i check for ',' in that field. it is also case sensitive so Notepad.exe i undestand that this implementation is a little jank, ideally there would be some kind of pin button and array of ordering would be done internaly. I dont think that would be hard to do also when adding things to that field, taskbar needs to be restarted becouse i call setter for that array in constructor of TaskList |
|
Ah ok, you misunderstood how that grouping looks. It just put's programs with same executable name side by side of eachother. If grouping order is specified then it will respect that, otherwise it will sort them alphabetically. It is not grouping like regular taskbar does it, its still seperate buttons they are just arranged either by order or alphabetically |



I am total noob in programming and dont know any of libraries used. But i consulted AI for help. Still dident know how to reset CustomSort to null without restarting, so there is room for improvements.