Re: Scripting with two windows in BBEdit
Re: Scripting with two windows in BBEdit
- Subject: Re: Scripting with two windows in BBEdit
- From: Christopher Stone <email@hidden>
- Date: Mon, 19 Jul 2004 03:49:09 -0500
At 16:08 +1000 07/19/2004, Malcolm Fitzgerald wrought:
set the selection of window TextWinID to Current_Text
is this better?
set the selection of window ID TextWinID to Current_Text
You don't have to move the insertion point if you don't want to:
tell application "BBEdit"
tell window id 441419
set after character -1 to "Some Text"
end tell
end tell
Chris
_______________________________________________
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.