Hi Tyler,
On 4/19/17 at 7:47 AM, [email protected] (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.