On 25/04/07, Robin Houston robin.houston@gmail.com wrote:
On 4/25/07, Hendrik Fuß hendrik.fuss@gmail.com wrote:
There's one issue with Robin's solution though: doesn't this break the 'Select Enclosing Brackets' function?
I'm not quite sure what you mean, but it doesn't seem to.
Okay, I am unable to test this at the moment, but: In the expression {$foo} doesn't TextMate take the } as the closing brace for $? That would mean that there is still one unmatched opening brace {.
Simple test case:
{ \newcolumntype{f}{>{$\rm}l<{$}} }
If you positioned the cursor at the end of the second line and choose "Select enclosing braces", what would you get? I may not fully understand TextMate's brace matching works, but I would expect this to fail.
Hendrik