-
Notifications
You must be signed in to change notification settings - Fork 280
Prioritize used enums in selection dialog #6420
Copy link
Copy link
Open
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaroundUI: DialogsIssues with smaller dialogsIssues with smaller dialogs
Milestone
Metadata
Metadata
Assignees
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaroundUI: DialogsIssues with smaller dialogsIssues 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_MJwhich 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.