osx - Trackpad gesture to switch to header/source -


i used able use 3 finger scroll-up switch between source/header. since upgrading lion, regular scroll. there way feature back?

aka, doesn't jump counterpart when scroll / down used to.

update

apple fixed issue in xcode 4.2. so, upgrade versions.

this correct , best answer. works. posted "@buyin" above. individual commented doesn't work. wrong. works, i've confirmed it. restores 3 finger vertical swipe switch between interface , implementation files (.h , .m) in xcode in lion.

from terminal:

change appropriate directory (note, if library dir hidden, in terminal type following: chflags nohidden ~/library )

1. cd /users/yourusername/library/preferences/byhost 

list files can see .globalpreferences.xxxx-xxxx-xxxx-xxxx.plist

2. ls -lah 

open plist file in xcode

3. open -a /applications/xcode.app ".globalpreferences.xxxx-xxxx-xxxx-xxxx.plist" 

set value 1 key "com.apple.trackpad.threefingervertswipegesture"

save plist file

log out , machine

voila!


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -