Re: Show differences in two apple scripts.
Re: Show differences in two apple scripts.
- Subject: Re: Show differences in two apple scripts.
- From: Takaaki Naganoya <email@hidden>
- Date: Sat, 7 Aug 2010 09:37:55 +0900
Hi Tommy,
Getting the difference between two Script is very easy task. I think it is not enough.
Getting the difference between handlers considering script object is needed.
<script A> startJob() of me
on startJob() --something end startJob
<script B> startJob() of me
on startJob() --something 1 end startJob
script sc1Lib on startJob() --something 3 end startJob end script </script B>
On 2010/08/03, at 22:03, Tommy Bollman wrote: I have created a script that displays the differences in two apple script files, for those that doesn't have Smile. You'll need TextWrangler for the script to work. The script can be found here < http://macscripter.net/viewtopic.php?id=33758 >
Best regards
Tommy Bollman
Free AppleScript Library "AS Hole"
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden