Re: selective selection in TextEdit
Re: selective selection in TextEdit
- Subject: Re: selective selection in TextEdit
- From: Andrew Oliver <email@hidden>
- Date: Wed, 09 Feb 2005 10:43:01 -0800
On 2/9/05 3:01 AM, "yvan-koenig" <email@hidden> wrote:
> I am able to "select all" in a TextEdit document's winow.
>
> Is it a way to select only a group of paragraphs ?
Sure, but not through UI scripting (why would you want to use UI scripting,
anyway?). You can do it directly:
tell application "TextEdit"
get paragraphs 1 through 3 of document 1
end tell
Rinse, repeat, adjust as appropriate.
Andrew
:)
_______________________________________________
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