Reputation: 1083
In the built-in version editor view of Xcode 4 and 5, when it shows the differences between two revisions, how do you jump from one changes to another?
I'm looking for something like the Cmd+Down/Cmd+Up shortcut keys of Araxis Merge.
Upvotes: 12
Views: 4321
Reputation: 13214
Next Change: Control
+ \
Previous Change: Shift
+ Control
+ \
Upvotes: 0
Reputation: 4678
If you are already in the Version Editor:
If you are NOT already in the Version Editor do this:
Upvotes: 16
Reputation: 7304
Thuggish Nuggets' answer is correct. To state it clearly, if you are in the Version Editor already:
Just click on the blue area in the middle gutter between the left and right sides. It will become "selected" (blue selection lines will appear top and bottom). Don't click on the little numbered button, but in the space around it.
Then you can arrow up and down (no command keys).
Not the most obvious thing... and not documented.
Upvotes: 9