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 11:26:53 -0400
>
Will someone pleeeeeze send a tiny script that uses the "paste" command to
>
the selection in an open Tex-Edit window?
>
Please do not post obscure or full featured scripts, only the absolute
>
minimum to use the "paste command".
set the clipboard to "Blah!" -- or use whatever is on the clipboard already
tell application "Tex-Edit Plus"
activate
make new window
paste
end tell
Is that you you wanted?
Bill