I'm trying to set a jump point via applescript and can't seem to get it 
working. This is what I have:


> -- Set Jump Point in BBEdit 10.5
> tell application "System Events"
>       tell process "BBEdit"
>               tell menu bar 1
>                       tell menu bar item "Go"
>                               tell menu "Go"
>                                       click menu item "Set"
>                               end tell
>                       end tell
>               end tell
>       end tell
> end tell

I've also tried:

> -- Set Jump Point in BBEdit 10.5
> tell application "System Events"
>       tell process "BBEdit"
>               tell menu bar 1
>                       tell menu bar item "Go"
>                               tell menu "Go"
>                                       tell menu item "Jump Points"
>                                               tell menu "Jump Points"
>                                                       click menu item "Set"
>                                               end tell
>                                       end tell
>                               end tell
>                       end tell
>               end tell
>       end tell
> end tell

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>



Reply via email to