FEATURE REQUEST: Expand selection to whole lines for multi-line blocks.
When the TextMate Select Enclosing Brackets command runs... (|=caret)
{ something | }
it selects:
" { something } "
Can you expand your selection when the selection is to the very edges of a multi-line block: like this:
<p> something | </p>
Currently selects:
"<p> something </p>"
Should select:
" <p> something </p> "
I hope that made sense.
—Thomas Aylott – subtleGradient—