[TxMt] [ANN] Select Balanced HTML Tag!!!3!

Thomas Aylott - subtleGradient textmate at subtleGradient.com
Sat Nov 24 15:57:11 UTC 2007


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—


More information about the textmate mailing list