At 06:45 -0400 24/07/2011, Gabriel Roth wrote:
On Sun, Jul 24, 2011 at 4:31 AM, Ken
Lanxner <<mailto:[email protected]>[email protected]> wrote:
How do you set the default site now in v. 10? I'm sure it is right
in front of my eyes.
Scripts Menu > Web Sites > Change Default Site.
I have no such script. If I did, I guess it would look something like this:
tell application "BBEdit" to set _sites to name of web sites
set _prompt to "Choose default web site"
set _choices to choose from list _sites with prompt _prompt
if _choices is in {false} then return
set _choice to item 1 of _choices
tell application "BBEdit" to set default web site to web site _choice
but the answer is probably to choose 'Setup' from the BBEdit menu
(Manual p.210)
JD
--
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>