• 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: Show differences in two apple scripts.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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 A>


<script B>
startJob() of me

on startJob()
  --something 1
  --something 2
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



Takaaki Naganoya
Piyomaru Software
http://piyo.piyocast.com
email@hidden
twitter:piyomaru

PiyoCast Web (Podcasting with Music!)
http://www.piyocast.com
Free AppleScript Library "AS Hole"
http://www.piyocast.com/as/




 _______________________________________________
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

  • Follow-Ups:
    • Re: Show differences in two apple scripts.
      • From: Tommy Bollman <email@hidden>
References: 
 >Show differences in two apple scripts. (From: Tommy Bollman <email@hidden>)

  • Prev by Date: Re: Libraries and effiency
  • Next by Date: Re: Show differences in two apple scripts.
  • Previous by thread: Re: Show differences in two apple scripts.
  • Next by thread: Re: Show differences in two apple scripts.
  • Index(es):
    • Date
    • Thread