Very cool, thanks! It worked, and now I understand more for the next time I 
need something. Teach a man to fish...

On Thursday, April 20, 2017 at 12:04:29 AM UTC+2, Bruce Van Allen wrote:
>
> Hi Tyler, 
>
> On 4/19/17 at 7:47 AM, [email protected] <javascript:> (Tyler Neill) 
> wrote: 
> >I like being able to toggle the sidebar on and off, but 
> >whenever I hide it, the window resizes down, i.e., shrinks accordingly. 
>
> Save this Applescript to your BBEdit Scripts folder, and 
> remember that you can assign a keyboard shortcut to do it: 
>
>
> -- toggle file list of front window, 
> -- keeping overall window width constant 
> tell application "BBEdit" 
>      set bnds to bounds of text window 1 
>      set files visible of text window 1 to not the files visible 
> of text window 1 
>      set bounds of text window 1 to bnds 
> end tell 
>
>
> HTH 
> -- 
>
>    - Bruce 
>
> _bruce__van_allen__santa_cruz__ca_ 
>
>

-- 
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].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to