> ...
> 1. I testet TextMate before and there's a nice feature in it, that
> everytime you type an open tag like "<" it automatically adds a close
> tag so you don't have to do that manually. The same is for quotation
> tags. Is the same functionality in BBedit and I just have to activate
> it? Couldn't find it
> ...
Not sure if this does exactly what you are looking for, but I use
clippings with key bindings that give me more-or-less this
functionality.
For example, I have a clipping-file with the name "()" with a content
of
(#SELECTIONORINSERTION#)
and I bind that to "<ctrl>("
such that when I type "<ctrl>(" instead of "(", I get the matched two
parenthesis with the cursor in the middle.
Furthermore, when I select some text first, then typing "<ctrl>(" will
automatically sandwich that text in-between parenthesis and leave the
cursor after the last parenthesis.
I have such clippings for the usual suspects "",{},[],(),'',<> with
the associated key bindings of
<ctrl>",<ctrl>},<ctrl>],<ctrl>),<ctrl>',<ctrl>>
Works like a charm...
Regards, FrankS.
--
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>