Re: How to use TextWrangler as the diff tool?
Re: How to use TextWrangler as the diff tool?
- Subject: Re: How to use TextWrangler as the diff tool?
- From: Dmitry Markman <email@hidden>
- Date: Sun, 2 Oct 2005 13:07:34 -0400
I guess that spaces in the path is a problem
that's why I'm using quotes
that works for bbedit too:
bbdiff "$1" "$2"
or with CodeWarrior
cmdide -diff "$1" "$2"
(of course bbedit's or CW's commandline tools should be installed)
On Oct 2, 2005, at 12:30 PM, Andy Lee wrote:
On Oct 2, 2005, at 9:25 AM, Dmitry Markman wrote:
create simple shell file:
#!/bin/bash
twdiff "$1" "$2"
Thanks Dmitry, that did it. I wondered why simply choosing twdiff
itself didn't work. I suspect it's because Xcode passes command
arguments that twdiff doesn't recognize, and your wrapper script
effectively removes those arguments.
Much better now. I used to like FileMerge's swooshy graphical
highlighting, but it's horribly slow, it's awkward for doing actual
merges, and it's useless for doing edits that are not merges -- all
problems that TextWrangler solves.
--Andy
_______________________________________________
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
Dmitry Markman
_______________________________________________
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