osx - Eclipse IDE Redo and Inspect key command Conflicts -


this irritating me , using eclipse ide(juno) in apple macbook pro mountain lion project development, whenever press cmd + shift + z instead of redo action , getting popup in bottom right corner below,

enter image description here

i tried change key comands in eclipse => preferences => general => keys , nothing working, getting popup.

does have solution this?

i've been suffering issue , found solution:

with eclipse not running, edit org.eclipse.e4.workbench/workbench.xmi , search 'command+shift+z'. you'll find 2 <bindings> instances - 1 pertains redo , 1 inspect. you'll need search on command="xxxx" attribute lookup see 1 belongs <commands> elementid="org.eclipse.ui.edit.redo" , 1 belongs 1 elementid="org.eclipse.php.debug.ui.commands.inspect".

once you've determined <bindings> inspect, change keysequence other 'command+shift+z' remove conflict.

:-)


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -