CodeIgniter Forums
Textmate; avoid searching images? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Textmate; avoid searching images? (/showthread.php?tid=9220)



Textmate; avoid searching images? - El Forum - 06-17-2008

[eluser]Chris Newton[/eluser]
I use TextMate on a Mac to do development. Does anyone know how to keep it from searching the contents of images? Right now when I do a search all on a project it searches through the 'code' of any images it finds, greatly slowing its search capabilities. Anyone know of anyway to filter images, or keep it from doing this?


Textmate; avoid searching images? - El Forum - 06-17-2008

[eluser]Doosje[/eluser]
Just do a rightclick on an image and click "treat files with "*.png" as Binary (or JPG or whatever you got.


Textmate; avoid searching images? - El Forum - 06-17-2008

[eluser]Chris Newton[/eluser]
Awesomes! Thanks!