Re: Tex-Edit, Paste clipboard?
Re: Tex-Edit, Paste clipboard?
- Subject: Re: Tex-Edit, Paste clipboard?
- From: wemedge <email@hidden>
- Date: Wed, 10 Oct 2001 12:07:33 -0400
>
Now I need to paste to the selected text, not a new window.
Provided you have something selected in thr frontmost window, this works to
paste over it:
tell window 1 of application "Tex-Edit Plus"
paste
end tell
You could also do something like:
tell window "Log" of application "Tex-Edit Plus"
paste (the clipboard)
end tell
Is this any closer?
Bill