Re: FileMerge [was Dependency analysis [was: improvements in Xcode ?]]
Re: FileMerge [was Dependency analysis [was: improvements in Xcode ?]]
- Subject: Re: FileMerge [was Dependency analysis [was: improvements in Xcode ?]]
- From: John Daniel <email@hidden>
- Date: Sun, 18 Feb 2007 11:29:08 -0600
On Feb 17, 2007, at 8:52 PM, Chris Espinosa wrote: On Feb 17, 2007, at 6:32 PM, John Daniel wrote: I agree. I think FileMerge, as it is, is one of the best file comparison tools available. Still, it needs just a little bit extra to be absolutely the best. All it needs is to be able to know the location of the original file so I can easily save a merged file without having to re-navigate. That is a real pain. Also, it would really be great to be able to see and edit the merged file before saving.
You know you can do that in the bottom pane? Pull up the splitter bar and you see the results of the merge, and can edit them.
Now I do :) Thanks! I could have sworn I had tried that before and couldn't edit it. Oh well. Sometimes it is best to revisit things from time to time. Even if the system you are using hasn't changed, you may have learned a thing or two along the way.
In addition, I just wrote the following script and put it in my ~/bin folder: #!/bin/sh
# Run opendiff with the proper merge settings. opendiff $1 $2 -merge $2
And told Xcode to use this as my diff tool. Now I have zero complaints with FileMerge.
John |
_______________________________________________
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