Re: Hide window header on other Xcode4 windows?
Re: Hide window header on other Xcode4 windows?
- Subject: Re: Hide window header on other Xcode4 windows?
- From: G S <email@hidden>
- Date: Tue, 14 Jun 2011 17:53:24 -0700
A primary problem here is Xcode's insistence on messing up your editor
arrangement simply because you've launched the debugger. If you hit a
breakpoint, Xcode doesn't simply highlight the breakpoint in a pane
that's already showing the appropriate source. It takes whatever pane
you were last working in and replaces its contents with the source
where the breakpoint occurs. So after a while you can wind up with
seven tabs all showing the same source file, and you get to run around
re-opening and rearranging your files. Over and over and over all day
long.
Xcode should not be flipping the contents of editing panes
willy-nilly. It should first look for the relevant code in an open
pane, and if it can't find that code it should open it in a new tab.
Programmers open up and arrange the files that pertain to their
current focus, and they don't want this arrangement ruined every time
they launch the app. Is there something elusive about this concept?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden