• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to use TextWrangler as the diff tool?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >How to use TextWrangler as the diff tool? (From: Andy Lee <email@hidden>)
 >Re: How to use TextWrangler as the diff tool? (From: Dmitry Markman <email@hidden>)
 >Re: How to use TextWrangler as the diff tool? (From: Andy Lee <email@hidden>)

  • Prev by Date: Re: How to use TextWrangler as the diff tool?
  • Next by Date: Re: Header search path
  • Previous by thread: Re: How to use TextWrangler as the diff tool?
  • Next by thread: Re: How to use TextWrangler as the diff tool?
  • Index(es):
    • Date
    • Thread