hi :)
is it possible to skip binary files with "Find in Project"? as we have many big files like videos and images in our projects this not only eats up a great amount of memory but is also slow. it also doesn't make any sense to us since we want to search within the sourcecode and not some videos or images :). excluding those folders was a solution for some projects but we can't do it for all of them.
regards, oktay.
On 27 Feb 2008, at 13:00, Oktay Acikalin wrote:
is it possible to skip binary files with "Find in Project"? [...]
If the binary files have a certain extension, yes. Right-click the file in the project drawer then select the “Treat files with «ext» as Binary”. If it is already saying it is treated as binary, select it twice, just to make the choice explicit (the default choice shown is based on a heuristic that looks at the file content, if it does not know the extension).
Am 04.03.2008 um 07:14 schrieb Allan Odgaard:
On 27 Feb 2008, at 13:00, Oktay Acikalin wrote:
is it possible to skip binary files with "Find in Project"? [...]
If the binary files have a certain extension, yes. Right-click the file in the project drawer then select the “Treat files with «ext» as Binary”. If it is already saying it is treated as binary, select it twice, just to make the choice explicit (the default choice shown is based on a heuristic that looks at the file content, if it does not know the extension).
thanks :)