-
Notifications
You must be signed in to change notification settings - Fork 15
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
Short-Cut Alt+R in conflict with Eclipse-Main-Menu Run Short-Cut Alt+R #181
Comments
Yes, see this issues also and it's annoying. Should be fixed for 2.2 |
I will change it to "Alt+Shift+R" - any objections? |
#181 Changed default key binding of "EasyShell Run" from "Alt+R" to "Alt+Shift+R" to avoid conflicts. Signed-off-by: Andre Bossert <[email protected]>
In some Editors (e.g. Java-, Lua-Editor) Alt+Shift+R is used for Refactor-Rename elements. What about to use Ctrl-Shift-R? |
"Ctrl+Shift+R" is used for "Open Ressource" and lot of other commands are using "Ctrl+Shift+" pattern already - this is why i've used "Alt+" for all commands and also ""Alt+Shift+E" for "Multi Selection". Hm, i do not see conflict with "Alt+Shift+R" in Java-Editor etc. I'm using "Eclipse IDE for Java Developers" and also "Eclipse IDE for C/C++ Developers". What is your distribution or can you provide more information? |
Concerning Alt+Shift+R see https://www.vogella.com/tutorials/EclipseShortcuts/article.html under 7. Refactoring Section. I use Eclipse JEE-Distribution "Eclipse IDE for Enterprise Java Developers" from https://www.eclipse.org/downloads/packages/release/2020-12/r/eclipse-ide-enterprise-java-developers It is difficult to find a Short-Cuts that's meaningfull but unused :-(. |
I tested V2.2.0.v20210403 and I found that the binding Alt-Shift-R is now in conflict with the Java-Editor Refactor-Rename, see my comment above. |
Yes, i know :( I will check this "shortcuts" topic together with #175 until v2.2 final release and hope to find something that does not collide with most Eclipse distributions... |
"Alt + Shift + R" is just working in all my installations - i do not see any conflicting binding... |
Concerning Alt+Shift+R see https://www.vogella.com/tutorials/EclipseShortcuts/article.html under 7. Refactoring Section. |
also fixes #181 Signed-off-by: Andre Bossert <[email protected]>
see Release v2.2.0 |
The key-binding of Alt+R to EasyShell-Run is in conflict with the Eclipse-Main-Menu Run, that also has binding to Alt+R.
I know, I can unbind it in
Preferences, Keys
. But I have more that one Eclipse-Instance and have to do this for each again.I would suggest to change the binding to a short-cut, that is not in conflict with the Eclipse-Main-Menu.
The text was updated successfully, but these errors were encountered: