简体   繁体   中英

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 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM