[TxMt] Re: textmate Digest, Vol 20, Issue 37

Paul McCann paul.mccann at adelaide.edu.au
Thu May 11 07:28:41 UTC 2006


Hi Mike,
          you wrote...

 > I have been playing with TODO (actually, I'd like to build a GTD
 > bundle based on it).  For some reason, nothing I label as RADAR shows
 > up in the TODO list.

If you look at the command in the bundle editor you'll see

:regexp => /(.*<)ra?dar:\/(?:\/problem|)\/([&0-9]+)(>.*)$/  },

in the "RADAR" slot. So it's going to be matching a line that looks  
something like

<radar://3>
or
<rdar://345>  (or  <rdar://problem/3> )

rather than a raw "RADAR". I'm not sure what the pipe symbol's doing  
in there; it seems to be extraneous, but my regex fu is a bit "bah!"  
these days.

Cheers,
Paul



More information about the textmate mailing list