xcode 3.2.1 file history via keyboard shortcut
Prior to xcode 3.2.1, you could cycle through the list of files your in history through a keyboard shortcut (Cmd + Option + L/R Arrow开发者_JAVA百科 key).
Now this set of keys will give you the history within the file (ie all of the actions you've performed in this file).
Is there a way to navigate with keyboard only between files you have open in your history list?
Go into Xcode Preferences->Key Bindings and rebind these keys.
set Cmd-Opt-Left to View->Previous File
set Cmd-Opt-Right to View->Next File
Unless there's something nonstandard in my Xcode config, they've just rebound this action to shift+option+command+L/R arrow. Of course you can always change the binding back to the old one if you want as well.
No. This is considered a feature of Xcode 3.2. If it bugs you (it sure bugs me!) I suggest filing a bug with Apple. The more people who dupe this, the faster it will get fixed.
精彩评论