开发者

Is there a keyboard shortcut to maximize/minimize the output window in Xcode 4?

开发者 https://www.devze.com 2023-02-25 13:51 出处:网络
I\'m currently trying to workaround some apparent shortcomings of cocoa touch application tests in Xcode 4 (see this related question). Since failures of application tests are not highlighted in the e

I'm currently trying to workaround some apparent shortcomings of cocoa touch application tests in Xcode 4 (see this related question). Since failures of application tests are not highlighted in the editor window like failures of logic tests, I find myself using the mouse to scroll through the output window to see the res开发者_开发知识库ults of failed tests.

I would prefer to use keyboard commands if possible to quickly look at the results of the tests and then quickly move back to the editor. Are there some keyboard shortcuts in Xcode 4 for maximizing and minimizing the output window?


It looks like Command+Shift+Y opens and closes the debug area, but I don't know of a keyboard shortcut to maximize it.

Here's a nice cheat sheet you can print out with lots of keyboard shortcuts.


I haven't found a direct shortcut, but along with Jose Ibanez shortcut, here are some relevant ones.

  • Cmd+0 Toggle left pane
  • Cmd+Alt+0 Toggle right pane
  • Cmd+Shift+Y Toggle bottom pane
0

精彩评论

暂无评论...
验证码 换一张
取 消