Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.1 multi-touch gestures changed

Just upgraded to Xcode 4.1 (and Lion).

Does anyone know what the gesture is for 'Jump to Next Counterpart' (or a reference for the gestures)? It switches between the header and implementation file. It was the 3-finger swipe up / down, but now the OS is using that gesture.

The accelerator keys are Control+Command + up arrow (from the Navigate menu).

like image 262
mark Avatar asked Jul 25 '11 16:07

mark


3 Answers

It seems that the four finger gesture to change between the header and implementation file only works on a Magic trackpad

like image 133
jcalonso Avatar answered Nov 08 '22 08:11

jcalonso


It's 2-finger swipe left and right. In your .h file, swipe 2 FINGERS LEFT to go to the .m. In your .m file, swipe 2 FINGERS RIGHT to go to the .h.

(Really strange update indeed)

like image 41
Callmeed Avatar answered Nov 08 '22 10:11

Callmeed


Swapping to counterpart is now performed using a four-finger swipe either upwards or downwards. As before it seems to just oscillate between the two files. Hope this helps...

like image 22
Carl Hovland Avatar answered Nov 08 '22 10:11

Carl Hovland