[TxMt] TODO Bundle minor error
Allan Odgaard
throw-away-1 at macromates.com
Sat Mar 31 14:41:51 UTC 2007
On 24. Mar 2007, at 01:09, Jasper van der Meulen wrote:
> I've noticed a little typo (i think) in the TODO bundle
> It's in the CHANGED part.
> It wasn't case sensitive and after a quick look i saw
> { :label => "CHANGED", :color => "#008000", :regexp => /CHANGED
> [\s,:]+(\S.*)$/i },
> the "i" was missing and the end of the regex
> Maybe it was done on purpose .. then i didn't say anything
This is on purpose, as ‘changed’ (case insensitive) would lead to
many false positives (for some projects), unlike ‘fixme’ and ‘todo’.
More information about the textmate
mailing list