Search This Blog

Eclipse on Mac OS X: key combo for Java refactoring does not work after installing pydev

PyDev bind Command+Option+R to 'Set Next Statement' which is conflicting with Java refactor shortcut key combo.
To restore the Java refactor key combo (and deactivate the key combo for PyDev):
  1. Eclipse -> Preferences... -> General -&gt Keys
  2. Sort by Binding by clicking the Binding column header
  3. Select the row: Command: Set Next Statement and Category: Python - Run
  4. Click "Unbind Command" button
  5. Select the row: Command: Rename - Refactoring and Category: Refactor - Java
  6. Click to select Binding field
  7. Type Command+Option+R
  8. Click Apply button then OK button to save.

see also

No comments:

Post a Comment