tags:

views:

27

answers:

1

The All-In-One variant of Xcode operates mostly how I would like my IDE to behave – and with the relatively new and nice inline debugger bar, often my code / fix cycles can be completed within the Project view without switching to the Debug view at all. This is handy because I customize my editors just the way I want and I have the code exactly where I want it and have settled nicely into the context provided by the Project view.

I don't like switching. Switching changes everything around – changes the context – makes me shift out of my state of concentration.

What is annoying is that I have found no way to add the Console output to the Project view. If I remember correctly, this used to be able to shown in a bottom pane in this view at some point in the past. Now, I have to switch to Debug view and look at the console output, then switch back to the Project view to look at code and get back into my groove, or just switch to Debug, find my code in it's one editor pane, etc. This context switching is inefficient and quite disruptive.

Am I missing some easy configuration to get the console into the Project view?

I guess, in the end, I really don't ever want to make these huge context switches (between project / debug) at all, which would be the ultimate solution, but at this point, I'm just hoping that I can get the console window in the Project view.

A: 

You can place the console window (shift + cmd + R) below your editor window, this way they will both be visible without switching.

Edit - sorry, this is wrong and can only work in the default mode of Xcode.

thedude
nope. doesn't work for me.
Kenny Winker
The whole point of the All-In-One layout is that there aren't separate windows. Shift+Cmd+R just switches to the Debug view for me (using All-In-One).
Jon-Eric
Unfortunately, this doesn't do what you state. I'm aware of Shift-CMD-R, that's my current modus operandi. Unfortunately, this just switches contexts - it does NOT open the console window below your editor window. It might have done this in old versions of Xcode.
rcw3