On 1/24/19 at 9:21 AM, [email protected] (Ben Smith) wrote:

>     tell application "BBEdit" 
>             activate 
>             open scratchpad document 
>             set the index of the window of scratchpad document to 1 
>     end tell

Try this as an alternative:

    tell application "BBEdit"
        
        open scratchpad document
        select scratchpad document
        activate
        
    end tell

Enjoy,

R.
-- 
Rich Siegel                                 Bare Bones Software, Inc.
<[email protected]>                      <http://www.barebones.com/>

Someday I'll look back on all this and laugh... until they sedate me.

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <https://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to