TextWrangler 4.0 and Balance

83 views
Skip to first unread message

Zoe Kincaid

unread,
May 9, 2012, 5:39:33 PM5/9/12
to TextWrangler Talk
The balancing in TW4 now no longer includes the delimiter. How do I
get this back?

I saw from the BBEdit discussions that you can:
defaults write com.barebones.bbedit BalanceIncludesDelimiters -
bool YES

Is there a comparable setting for TextWrangler? Much appreciated,
thanks!

OnlineCop

unread,
May 15, 2012, 4:55:19 PM5/15/12
to TextWrangler Talk
BBEdit uses 'com.barebones.bbedit' whereas TextWrangler uses
'com.barebones.textwrangler'.

Using 'defaults read com.barebones.textwrangler | grep
BalanceIncludesDelimiters', there DOES appear to be an entry for it:

"Editor:BalanceIncludesDelimiters" = 1;

So I'd guess that you'd just use the same format as what you used:

defaults write com.barebones.textwrangler BalanceIncludesDelimiters
-bool YES

Zoe Kincaid

unread,
May 17, 2012, 9:36:18 PM5/17/12
to TextWrangler Talk
That worked! Thank you very much for that.
Reply all
Reply to author
Forward
0 new messages