Redo-shortcut vanished - eclipse on OSX
Asked Answered
E

3

8

For quite a while my Eclipse Juno won't let my redo my undo's via shortcuts, although the binding is set properly and I didn't change a thing. You can see there's something wrong here as the shortcut isn't even listed anymore.I lost my shortcut :(
That's how it's set in the settings: binding is set

Did anybody encounter the same problem? I have the problem at 32 and 64bit Eclipse Juno Service Release 2, Build 20130225-0426 on OSX 10.8.3, but I think it was already there back with 10.8.2.

Excited answered 19/3, 2013 at 21:54 Comment(0)
B
7

If you describe your redo key configurations like below, your problem will be solved.

Eclipse Keys Config

Brickey answered 22/3, 2013 at 10:38 Comment(3)
I just tested to add one of those and it began to work again, but I really wonder why there's no global way to define it for all editors.Excited
I have 2 mac mini and one mac pro at my office. There is no problem with mac book pro and another mac mini. I don't know why I have problem with current mac mini with eclipse juno. I tried various key combination, I choose editing java source it only allows java sources. I added different combinations with different when states so it solved :pBrickey
Yeah same with latest version Kepler - on laptop it's good, but on desktop redo doesn't work - adding this for "Editing Java Source" fixed it.Efrainefram
M
4

vtokmak's answer seems to be working for most, but it's probably worth noting that for some other users, the problem may be conflicting key bindings. You can check/rule this out by searching for the binding your shortcut ought to be (e.g. "Shift+Ctrl+Z". Be careful of order).

Mandelbaum answered 12/8, 2014 at 8:38 Comment(1)
Thanks! This was my problem. A plugin (JADclipse decompiler) had bound itself to Shift+Ctrl+Z.Joby
T
1

When you install eclipse plugins they occasionally mess up with your key bindings. You should look for 'Shift+Command+Z' by sorting the 'Binding' column, as it is not searchable. If you find more than one key bindings, then you should only keep one global key binding, as per the below image.

The 'Redo' command, with 'When' set as 'In Dialogs and Windows' is the only one global option people should have.

enter image description here

Tangible answered 13/2, 2017 at 0:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.