Search all files

Write your functional requirement here, be Specific please!
Post Reply
joedarock
Posts: 169
Joined: Thu Nov 19, 2015 8:39 pm

Search all files

Post by joedarock »

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

support
Posts: 356
Joined: Sat Apr 27, 2013 9:22 am

Re: Search all files

Post by support »

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.

Post Reply