<div dir="ltr"><div>You are right, of course, but the escapes were actually there in the version of the e-mail which I sent - it seems they have been stripped somewhere. So I don't think this is the problem, and having double-checked the versions of the regexes which are in the actual file, I'm fairly sure there is no syntax error in them.</div>
<div><br></div><div style>In any case, this doesn't explain why the problem only occurs with recent TM builds. I don't see anything in the release notes about a change in the regex parsing engine.</div><div style>
<br></div><div style>Jon</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 14 February 2013 00:50, Paul McCann <span dir="ltr"><<a href="mailto:pmccann@gmail.com" target="_blank">pmccann@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote">Brandon wrote...</div><div class="gmail_quote"><div class="im"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Your regexes are probably badly formed.  Read more about what makes a regex engine explode here: <a href="http://www.regular-expressions.info/catastrophic.html" target="_blank">http://www.regular-<u></u>expressions.info/catastrophic.<u></u>html</a></blockquote>


<div><br></div></div><div>The one that jumps out at me is: </div><div class="im"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



  windowTitle = "${projectDirectory/^.*/([^/]+<u></u>)$/$1/} — $TM_DISPLAYNAME"</blockquote></blockquote><div><br></div></div><div>I'm pretty sure that you want to escape the second slash that appears in there, as you want it to represent a literal slash, not a regex delimiter.  </div>


<div><br></div><div>That is    .....\/([^/]+).......... </div><div><br></div><div>Cheers,</div><div>Paul</div><div><br></div></div>
<br><br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br></blockquote></div><br></div>