Where is the basic Control-TAB (MRU) behavior in Xcode?

后端 未结 3 641
遥遥无期
遥遥无期 2020-12-19 01:40

In most multi-document editors for windowing environments, Control-TAB will utilize an MRU list to bring the user back to the last visible file. What

相关标签:
3条回答
  • 2020-12-19 01:54

    In recent XCode (10.3), when in a code editor press:

    ctrl+1, right, right

    Then use up and down keys and enter to select from the MRU sorted list of recent files.

    There is even an option to increase the size of the history.

    0 讨论(0)
  • 2020-12-19 01:55

    As of Xcode Version 3, there isn't anything that's exactly like the MRU you describe - however, check out the discussion on this page for some options that will get you closer to the behavior you want.

    0 讨论(0)
  • 2020-12-19 02:11

    In Xcode 3 (or any Mac application) you can use Command-Tilde (⌘~) to switch between open windows.

    In Xcode 4 you use ⌘} for next tab and ⌘{ for previous tab - command shift bracket.

    As a side note, for some reason Xcode 4 won't let me set the key binding for previous/next tab to the standard Control-Tab. When I try it puts in Command-Control-Tab.

    0 讨论(0)
提交回复
热议问题