Keycode history for xcode 3.2.1

Prior to xcode 3.2.1, you can cycle through the list of files in history using the keyboard shortcut (Cmd + Option + L / R key).

Now this set of keys will give you the history inside the file (i.e. all the actions that you performed in this file).

Is there a way to navigate with the keyboard only between files that you open in your history list?

+4
source share
3 answers

If there is something non-standard in my Xcode configuration, they simply restore this action to move + command + command + L / R arrow. Of course, you can always change the binding to the old one if you want.

+2
source

Go to Xcode Settings-> Key Bindings and reinstall these keys.

install Cmd-Opt-Left to view-> Previous file

install cmd-opt-right-view-> next file

+7
source

Not. This is considered a feature of Xcode 3.2. If it hurts you (it probably hurts me!) I suggest submitting an error with Apple. The more people cheat on this, the faster it will be fixed.

+1
source

All Articles