-
Notifications
You must be signed in to change notification settings - Fork 830
Description
Hello,
I am using the Dependencies tool and have a feature request that I hope someone can help me with. Currently, when I click on a module with missing imports, the default view in the imports section does not prioritize the missing imports. I have to click the sortable column header twice to sort the missing imports to the top. Here are some screenshots illustrating the current behavior and the desired outcome:
- Default view: Kernel32.dll has missing imports, but these are scattered throughout the "PI" column.
- Double-clicking the "PI" column header (indicated by the red arrow) sorts the column so that the missing imports appear at the top. See Picture 2.
Picture 2
I would love for Dependencies to automatically show the missing imports at the top by default when I click on a module.
Unfortunately, I do not have experience with C# or XAML, so I am unsure how to make this change myself.
It would be wonderful if someone with a coding experience could modify the source code so I can compile it myself. Alternatively, is there a fork that already has this modification implemented?
Thank you in advance for your help.