Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prioritize used enums in selection dialog #6420

Open
yrp604 opened this issue Feb 16, 2025 · 0 comments
Open

Prioritize used enums in selection dialog #6420

yrp604 opened this issue Feb 16, 2025 · 0 comments
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

Comments

@yrp604
Copy link
Contributor

yrp604 commented Feb 16, 2025

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:

Image

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:

Image

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.

@xusheng6 xusheng6 added Component: UI Issue needs changes to the user interface Impact: Low Issue is a papercut or has a good, supported workaround Effort: Low Issue should take < 1 week UI: Dialogs Issues with smaller dialogs labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants