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