Re: Scripting with two windows in BBEdit
Re: Scripting with two windows in BBEdit
- Subject: Re: Scripting with two windows in BBEdit
- From: LuKreme <email@hidden>
- Date: Thu, 22 Jul 2004 02:53:40 -0600
On 19 Jul 2004, at 00:08, Malcolm Fitzgerald wrote:
>
> set the selection of window TextWinID to Current_Text
>
>
is this better?
>
>
set the selection of window ID TextWinID to Current_Text
No. that doesn't work either. There's no error, it just doesn't paste
the text.
On 19 Jul 2004, at 02:49, Christopher Stone wrote:
>
tell application "BBEdit"
>
tell window id 441419
>
set after character -1 to "Some Text"
>
end tell
>
end tell
and neither does that.
--
May you live in interesting times
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.