Re: Application-specific code in handler won't execute
Re: Application-specific code in handler won't execute
- Subject: Re: Application-specific code in handler won't execute
- From: Bill Planey <email@hidden>
- Date: Sat, 16 Jul 2005 15:32:55 -0500
On 7/16/05 1:06 AM, "Yvan KOENIG" <email@hidden> wrote:
VERSION 2 is the champion...
> on LiteralFix(FindText, ReplaceText)
> tell application "BBEdit"
> activate -- ADDED
> replace FindText using ReplaceText searching in text 1 of text
> document 1 options {search mode:literal, starting at top:false, wrap
> around:true, backwards:false, case sensitive:true, match words:false,
> extend selection:false}
> end tell
> end LiteralFix
Yvan,
Thank you - this worked! I think I tried to insert the variables like this
before posting my problem, but for some reason it would not compile. Your
version did...
Regards,
Bill Planey
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden