Prioritize used enums in selection dialog #6420
Labels
Component: UI
Issue needs changes to the user interface
Effort: Low
Issue should take < 1 week
Impact: Low
Issue is a papercut or has a good, supported workaround
UI: Dialogs
Issues with smaller dialogs
What is the feature you'd like to have?
Please provide a clear and concise description of what you want.
With type libraries loaded, there can be a large number of enum types in a bndb. For example:
This UI is great, no problem. I select
_IRP_MJ
which is the correct one for this call site. Now, I go to the next use in this function:This is reusing _IRP_MJ, but the UI does not prioritize recently used (or used at all) enums. I would like _IRP_MJ to be prioritized in some fashion to make it easier to select the second time.
I don't have any preferences as to how this is implemented.
Is your feature request related to a problem?
If applicable, please provide a clear and concise description of what the problem is.
Are any alternative solutions acceptable?
Please provide a clear and concise description of any alternative solutions or features you've considered.
Additional Information:
Please add any other context or screenshots that would help us understand your feature request here.
The text was updated successfully, but these errors were encountered: