ide; find in files; added temporary solution to skip .git dirs when searching in...
authorRejean Loyer <rejean.loyer@gmail.com>
Fri, 23 Nov 2012 02:12:43 +0000 (21:12 -0500)
committerRejean Loyer <rejean.loyer@gmail.com>
Fri, 23 Nov 2012 04:56:28 +0000 (23:56 -0500)
ide/src/dialogs/FindInFilesDialog.ec

index 1c95975..852159f 100644 (file)
@@ -771,7 +771,7 @@ private:
                   app.Unlock();
                }
 
-               if(subDirs && stack[frame].fileList.stats.attribs.isDirectory)
+               if(subDirs && stack[frame].fileList.stats.attribs.isDirectory && strcmp(stack[frame].fileList.name, ".git"))
                {
                   int lastFrame = frame;
                   /*double thisTime = GetTime();