-
Notifications
You must be signed in to change notification settings - Fork 116
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
Maven build shortcut not working #1618
Comments
Hi, The Keyboard shortcut references the removed buttons command id, so after removing it, the shortcut no longer works. I would further argue, that the shortcut is not obsolete: If one would create 50+ maven run configs for one project (unlikely but possible) the Menu would explode. Thus its length should be limited, offering the maven build button at access the scrawlable dialog with all configs to select the one you want. As this is easily one of the shortcut I use most, i would suggest at the least, to reverting this change. As a workaround: As the change is only on the plugin.xml, you can extract |
Please provide a fix, the most suitable one seems to assign the shortcut to the Dialog oriented one then ...
You can always abuse a feature, though we try to support the common case not the one that makes use of unrealistic corner cases. |
@laeubi The Dialog I'm referring to is the on that was linked to the old Button. The If there is an other, better Dialog you reference, I have never seen it before. So could you please point me in the right direction? For my perspective, revering (#1452) is the easiest. The additional Button doesn't hurt anyone, does it? |
Please share a screenshot then, there was no button removed, just a Menu item, that menu items also usually have no dialog unless you have no run config (what the existing one would show), the shortcut can simply made to run the last selected run config though it does not need to always create a new one. As you already mentioned to many items can 'blow up' the thing so we should not add items that are already there. |
@mickaelistria is it possible to have a shortcut but still not show the menu item? I think I have seen it that one can even make it somehow configurable in the perspective preferences. |
This is probably the worst thing you could have done to me. I just spent hours trying to figure this out. I ended up using the workaround provided by Omega1001 (thank you so much for this !) . For many years I've used the keyboard shortcut (Alt+Shift+X+M) to launch a preconfigured maven build within half a second, and it would be terrible to unlearn this without having a comparatively quick and easy alternative. Please just restore it, the way it was. |
Missing this dialog too! +1 for keyboard direct usage over mouse oriented action |
In eclipse 2023-06 the maven build shortcut (alt+shift+x+m) is ok, mas upgrande to version 2023-09 and 2023-12 the shortcut doesnt work anymore.
The text was updated successfully, but these errors were encountered: