-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enhance popup #482
Comments
0
shortcut in popup to open settings
I feel like I've investigated this before, but this is not actually possible, because the numbering is determined by a setting of |
While investigating #482, I found that I could add more mnemonics, which is kinda cool. So I did.
Actually, I think I can solve this. Simply put the settings entry at the very top, similar to IntelliJ's own Run configurations popup, where |
Therefore, the solution will be to implement a custom |
The current popup would benefit from more customisation and features, including:
0
.0
mnemonic while focussing on some template, then that template is opened in the settings.PropertiesComponent
.)This can be achieved by implementing my own
PopupStep
.Old description:
It annoys me to no end that the "0" shortcut in the settings by default refers to the settings, but that's only because it's coincidentally the 10th scheme. I think configuring it to always link to opening the main settings would be a more logical choice.
The text was updated successfully, but these errors were encountered: