Hi all,
[apologies if this appears more than once; been having posting trouble]
guerom00 wrote:
Hi there,
This a feature request : I would like to be able to cancel a “Find in Project”. Because while TM searches, it basically freezes for any other actions...
TIA :)
More generally, this brings up the question of why the system (not just TM!) becomes unresponsive, and why the search is so slow (at least for projects that include whole directory trees).
Yours,
Andrew
I've got some text files in my project that are something like 600MB a piece (giant data sets) and “Find in Project” seems to still choke on them even though I've right-clicked one of these big files and set Textmate to “treat files with .txt extension as binary”. It would be nice if the Find in Project (one of my fave features when it doesn't completely choke) respected that.
— Edward
Andrew Jaffe wrote:
Hi all,
[apologies if this appears more than once; been having posting trouble]
guerom00 wrote:
Hi there,
This a feature request : I would like to be able to cancel a “Find in Project”. Because while TM searches, it basically freezes for any other actions...
TIA :)
More generally, this brings up the question of why the system (not just TM!) becomes unresponsive, and why the search is so slow (at least for projects that include whole directory trees).
Yours,
Andrew
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hi all,
[apologies if this appears more than once; been having posting trouble]
guerom00 wrote:
Hi there,
This a feature request : I would like to be able to cancel a “Find in Project”. Because while TM searches, it basically freezes for any other actions...
TIA :)
More generally, this brings up the question of why the system (not just TM!) becomes unresponsive, and why the search is so slow (at least for projects that include whole directory trees).
Just out of curiosity, is the Project Search just doing a recursive grep?
Edward
On 12. Oct 2006, at 17:59, Edward Ocampo-Gooding wrote:
More generally, this brings up the question of why the system (not just TM!) becomes unresponsive, and why the search is so slow (at least for projects that include whole directory trees).
Just out of curiosity, is the Project Search just doing a recursive grep?
It is not, no -- since it needs to search open documents as they are in memory (not on disk) and it also to some degree handles encoding.