In a large project, it's convenient to break it up into a number of files. One of the problems this causes is when using the Search/Replace function....it only searches the currently open file. It would be nice to have a Search/Replace option to search all files in the project.
Joe
Search all files
Re: Search all files
It's a reasonalbe requirement, but that's defficult to implement it. We use the front-end solution (CodeMirror) for search/replace, which dont support to handle multi files. And even it support that funciton , the performance will be very bad too.
So, I suggest you can use sublime/Editplus/UltraEdit to do the heavy search/replace task.
So, I suggest you can use sublime/Editplus/UltraEdit to do the heavy search/replace task.