Re: Compare files?
Re: Compare files?
- Subject: Re: Compare files?
- From: Eric Albert <email@hidden>
- Date: Sun, 22 Jan 2006 13:35:45 -0800
On Jan 22, 2006, at 1:28 PM, Steve Mills wrote:
On Jan 22, 2006, at 14:06:04, Andy Lee <email@hidden> wrote:
If you have TextWrangler, "twdiff fileA fileB" is the analogous
command. I much prefer TextWrangler's diff because I can edit the
files while diffing them.
Yes, I wish Apple would've built the FileMerge UI into Xcode instead
of having to spawn another app. Before I check any code in, I diff all
checked out files to make sure all the changes were meant to be
checked in. If I see that I've added a new method to a class, but I'm
not sure if I ended up using it, I want to search the entire project
to see if it's used. In order to do this now, I have to select the
method name, Copy, switch back to Xcode, Find in Files, Paste, hit
Return. Much more cumbersome than select, command-e, command-option-f,
Return.
This doesn't address all of your concerns, but command-E works across
processes so you don't have to do the copy/paste bit in your steps
above. Just select the method name, command-E, command-tab to get back
to Xcode, then do whatever you'd do in Xcode.
-Eric
_______________________________________________
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