Quote:
Originally Posted by capink
The Chains table is designed to have a manual sort, because it controls the order of menu items. You can see at the left of the dialog, the up and down buttons as part of that manual sort. That's why automatic sort cannot be done for this particular instance.
One solution for your problem, is to implement text filtering. Since the the table was not designed with filtering in mind, this will take some re-writes for parts of the table (mainly functions in context menu). But also will need disabling moving rows when a filter is applied, among many other things that will need a lot of testing. I am not ready to do this now. Will add it to my to-do list, and maybe will re-visit sometime in the future.
|
Ok, thank you for analyzing it, really.