vote up 2 vote down star
1

When I am comparing two files in Eclipse (using, for example, "Compare With" --> "Local History"), what keyboard shortcuts are available?

I would like to be able to go to the next/previous diff and copy the selected diff left without having to click the tiny little buttons.

Thanks!

flag

69% accept rate

2 Answers

vote up 1 vote down check

Actually you can define whatever you want to be a short cut for this. Preferences->General->Editors->Keys. EDIT: For some reason I don't see that option appears there. O_o

link|flag
Ah, yup – the trick is that you've got to check "Include unbound commands." Thanks! – David Wolever May 25 at 22:05
Thanks for notice. – Artem Barger May 26 at 8:34
vote up 2 vote down

To complete Artem's answer, after Preferences->General->Editors->Keys, search for:

  • Select next change
  • Select previous change
  • Copy from Left to Right
  • Copy from Right to Left

All those keys in the "Compare" section have no shortcut assign by default, so you can add the ones of your choice.

alt text

link|flag
See my comment on Artem's answer regarding including unbound commands. Anyway, I hope you're not offended if I give him the "answer" – he was first, and could probably use the rep ;) – David Wolever May 25 at 22:06
@David: no problem, and certainly no "offense" taken ;) I was merely completing his answer. – VonC May 26 at 3:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.