Robottinosino
Robottinosino

Reputation: 10892

Eclipse "paste" command broken

I am on OS X 10.8.2 and Eclipse Juno; Copy/Paste/Cut suddenly broke. No response inside Eclipse.

Maybe a rogue plug-in (?) but that doesn't matter, can I just reset the values?

Which combination should I bind to COMMAND+{C,V,X}?

If you know how to do this in a preferences file, even better, I use keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration" but I don't know how to choose these parameters for the keyBinding rule in
org.eclipse.ui.workbench/org.eclipse.ui.commands:

Upvotes: 0

Views: 223

Answers (1)

Bananeweizen
Bananeweizen

Reputation: 22080

In my installation, those commands are set to in "Dialogs and Windows". You should be able to also get that automatically by hitting the "Restore Command" button after selecting one of those commands. Or in very hard cases, use "Restore Defaults" in the bottom right corner to recreate all key bindings.

If you use the Android Development tools, please upgrade to the latest version, as a copy-paste-issue was fixed in ADT 20.0.2, which occurred for many Eclipse Juno users.

That all said, you really should upgrade to SR1, as that is a bugfix release, no feature release. So chances are very high it fixes more problems than it introduces.

Upvotes: 1

Related Questions