Re: Compare two AppleScripts
Re: Compare two AppleScripts
- Subject: Re: Compare two AppleScripts
- From: Jim Underwood <email@hidden>
- Date: Fri, 27 Apr 2018 23:56:59 +0000
- Thread-topic: Compare two AppleScripts
Shane,
That is outstanding.
Is it possible to use the Script Debugger<http://latenightsw.com/> Restore
Version tool to get the sources to compare?
That would be totally awesome!
Best Regards,
Jim Underwood
aka JMichaelTX
From: AppleScript-Users
<applescript-users-bounces+jmichael=email@hidden<mailto:applescript-users-bounces+jmichael=email@hidden>>
on behalf of Shane Stanley
<email@hidden<mailto:email@hidden>>
Date: Friday, April 27, 2018 at 6:29 PM
To: "ASUL (AppleScript)"
<email@hidden<mailto:email@hidden>>
Subject: Re: Compare two AppleScripts
FWIW, this is what I use:
try
tell application "Script Debugger"
set script2 to (source text of document 2) as text
set script1 to (source text of document 1) as text
end tell
. . .
--
Shane Stanley <email@hidden<mailto:email@hidden>>
<www.macosxautomation.com/applescript/apps/<http://www.macosxautomation.com/applescript/apps/>>,
<latenightsw.com<http://latenightsw.com>>
_______________________________________________
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