On Jan 06, 2016, at 16:25, David Dierauer <[email protected]> wrote:
> Ah, expert prefs! I should have thought to check them. Thanks very much!
______________________________________________________________________

Hey David,

Save as a compiled script or script bundle with the Script Editor.app.

Put it in BBEdit's script menu folder.

~/Library/Application Support/BBEdit/Scripts/

Give it a keyboard shortcut like Cmd-Opt-Ctrl-Shift-E, and presto!  (Easy 
access helps you remember to look.  Safari runs 24/7 on my system, and I prefer 
it to the “Help” Viewer.)

--
Best Regards,
Chris

-------------------------------------------------------------------------------------------
# Auth: Christopher Stone
# dCre: 2015/05/07 01:05
# dMod: 2016/01/07 00:22
# Appl: Finder, Safari
# Task: Open BBEdit's Expert Preferences Help in Safari
# Tags: @Applescript, @Script, @Finder, @Safari, @Open, @Expert, @Preferences
-------------------------------------------------------------------------------------------

tell application "Finder" to set _url to URL of (alias ((path to application id 
"com.barebones.bbedit" as text) & "Contents:Resources:BBEdit 
Help:ExpertPreferences.html"))

tell application "Safari"
  activate
  make new document with properties {URL:_url}
end tell

-------------------------------------------------------------------------------------------

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://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].

Reply via email to