Re: Tex-Edit: crashes selecting to EOF
Re: Tex-Edit: crashes selecting to EOF
- Subject: Re: Tex-Edit: crashes selecting to EOF
- From: John Delacour <email@hidden>
- Date: Thu, 29 May 2003 13:23:55 +0100
- Mac-eudora-version: 6.0b20
Rachel wrote:
Entity Christopher Stone spoke thus:
> tell application "Tex-Edit Plus"
> tell front document to select (characters (get offset of
selection) thru -1)
> end tell
Uh-oh, when I say:
select (characters Playlists thru -1)
Tex-Edit crashes, with Script Debugger reporting an event timeout.
What happens when you use the simpler syntax:
tell application "Tex-Edit Plus" to tell front document
delete (text from selection to end)
end tell
?
_______________________________________________
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.