<div dir="ltr">No special extension, it's the executable for unit testing, but I will disable symbolic links for the time being.  I think that should do it as a workaround.<div><br></div><div>With even only a dozen or so results from the binary, the moment it hits that binary in the lower left progress synopsis of the Find panel, blammo, beachball, for a good 60-75 seconds.  Whether that's happening in the analysis or the search, I don't know, but the binary is 40MiB.</div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 28, 2013 at 2:39 PM, Allan Odgaard <span dir="ltr"><<a href="mailto:mailinglist@textmate.org" target="_blank">mailinglist@textmate.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 28 Oct 2013, at 21:56, Jason McC. Smith wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I don't recall this being an issue before, but it seems that the underlying<br>
search (IIRC it uses ack?) is<br>
</blockquote>
<br></div>
It does not use ack.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
no longer ignoring binaries as of build 9491.<br>
</blockquote>
<br></div>
Initially it ignored files that were not in UTF-8. It has been a while since that limitation was lifted.<br>
<br>
In the most recent builds it tries to figure out what the encoding is of your non-UTF-8 files.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is causing the dratted beachball on every search I do in my project,<br>
</blockquote>
<br></div>
The analysis (for encoding) might cause the search to be slower (it would only be done for non-UTF-8 files).<br>
<br>
But it generally should not lead to a beachball, unless you get a lot of results, because the results list is updated on the main (UI) thread.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
as well as severely polluting the results.<br>
</blockquote>
<br></div>
Do the binary files have a special extension? If so, it would probably make the most sense to add that to the glob in Preferences → Projects → Non-text files. That would also exclude them from the “Go to File” list and should not open them as text, if double-clicked in the file browser.<div class="im">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The binary is accessed via a symbolic link, if that matters.<br>
</blockquote>
<br></div>
Not beyond that disabling “follow symbolic links” in the gear menu of the find window would be another workaround (but maybe you do want them followed).<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/<u></u>listinfo/textmate</a></div></div></blockquote></div><br></div>