Re: Xcode dependency handling
Re: Xcode dependency handling
- Subject: Re: Xcode dependency handling
- From: Marshall Clow <email@hidden>
- Date: Mon, 5 Feb 2007 16:41:37 -0800
At 4:33 PM -0800 2/5/07, David Dunham wrote:
On 5 Feb 2007, at 16:05, Jim Wintermyre wrote:
I really wish Xcode had a preference to behave like CW does. A lot
of times I want to make a minor change and just test it out
immediately, but I don't want to save the file because if the
change works I'm going to go back and re-code it the "right" way...
and if it doesn't work then I just don't save the file.
That would mean that the compilers would need a way to read from
Xcode windows, not from disk...
Not really.
Here's an example of how it could work w/o doing that:
1) You hit build.
2) Xcode writes all changed files out to /tmp/501/<ProjectName>/ -
but doesn't mark them as "saved".
3) Xcode builds your project; preferentially using files in that /tmp
directory instead of the ones that are in your local directory.
4) <Some other stuff needs to be remembered so that _the next build_ works>
See my signature.
--
-- Marshall
Marshall Clow Idio Software <mailto:email@hidden>
I want a machine that thinks I'm more important than it is, and acts like it.
-- Eric Herrmann
_______________________________________________
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