mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
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)