From f7e1ce7b50b992e0761d04351172214212ecdbf0 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 30 Aug 2012 08:03:40 +0100 Subject: [PATCH] Find in files done, replace in files half done Now detects if we're finding in filenames, files or otherwise, open docs Extra else condition to handle finding in files Uses a Grep like technique to recursively find in files and build up a string (Need to get the exclusion of restricted and banned files working) It then displays the results in the results display DIV once we have a list build up File paths are dropped into foundArray These can then be used by 2 x new functions to replace and replace all (This final part is to be done) --- lib/multiple-results.php | 108 +++++++++++++++++++++++++++++++-------- 1 file changed, 88 insertions(+), 20 deletions(-) diff --git a/lib/multiple-results.php b/lib/multiple-results.php index 24ccebf..6a26042 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -15,7 +15,15 @@
-
+
" style="opacity: 0.1">