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 09:25:10 -0400
yes it is possible to use TextWrangler as diff tool (from xcose)
create simple shell file:
#!/bin/bash
twdiff "$1" "$2"
make sure that that file has executable permission
from the xcode preferences (SCM) change "Comparison Handling" meny
to other and choose the file you created
should work (at least it works for me)
make sure that you installed TextWrangler commandline tools (twdiff)
On Oct 2, 2005, at 2:45 AM, Andy Lee wrote:
Is there a way to get Xcode to use TextWrangler for doing CVS
diffs? I tried choosing TextWrangler in the prefs panel (SCM ->
View comparisions using: -> Other...). But then when I ask for a
diff (SCM -> Compare With -> Latest), nothing happens.
I've already filed a bug asking that the documentation explain what
criteria the "Other" application must meet. Since BBEdit meets
these criteria, I was hoping TextWrangler did too, but apparently not.
--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