Re: Auto-increase indent

2019-02-13 Thread Christopher Stone
On 02/12/2019, at 21:30, Ehler mailto:lurkingintheshadowsb...@gmail.com>> wrote: > I'm very new to using BBEdit but love a lot of things about it! I'm hoping to > mimic a feature from Sublime Text that increases the indent contextually > based on what you're doing with the code. Here's an

Re: distraction free

2019-02-13 Thread David Rostenne
Hi Keith.. Do file it as a bug.. either the app is broken or the dictionary needs updating! Cheers, Dave > On 11-February-2019, at 2:08 PM, Keith Irwin wrote: > > Here’s mine so far: > > tell application "BBEdit" > activate > try > set win to text window 1 >

Re: Auto-increase indent

2019-02-13 Thread @lbutlr
On 12 Feb 2019, at 20:30, Ehler wrote: > I'm very new to using BBEdit but love a lot of things about it! I'm hoping to > mimic a feature from Sublime Text that increases the indent contextually > based on what you're doing with the code. I don;'t know sublime or what exactly "indent

Re: distraction free

2019-02-13 Thread @lbutlr
On 12 Feb 2019, at 16:27, Keith Irwin wrote: > Do you know of a way to make the right-side scrollbar on the editor “auto > hide” like all the other scrollbars in desktop apps? Maybe check the thread. I was simply responding to the "Do you think we should report the show status bar property as

Re: distraction free

2019-02-13 Thread Keith Irwin
Hello @lbutlr — The issue here is to write a script that will automatically hide the text status bar: - There’s no UI for that (except clearing all text status bar prefs as you mentioned). - There IS mention of a “status bar” (not “text status bar”) in the AppleScript dictionary for the app,

Auto-increase indent

2019-02-13 Thread Ehler
I'm very new to using BBEdit but love a lot of things about it! I'm hoping to mimic a feature from Sublime Text that increases the indent contextually based on what you're doing with the code. Here's an example in JavaScript (I don't claim to know anything) Here's what it looks like in Sublime

Re: A little grep help

2019-02-13 Thread @lbutlr
On 13 Feb 2019, at 00:43, Christopher Stone wrote: > That has to be a typo on your friend's part. There's no sense in adding a > capture for an optional literal 'm' – it adds nothing and can mangle words > ending in 'm'. Yep, none of the input I was testing had words ending in m, evidently.