Find in Files speed used to be fine for me, but recently someone dropped alot of files into the project repository (SVN) exactly where I need to search.
I am not sure the best way to improve speed, but some possibilities include:
1. Actively indexing the content of a project.
2. Using Microsoft's Indexing Service (if is available)
3. Limiting the folders to search and saving the set. Rather than "all subdirectories", I could choose specific folders to search through and save that set for repeated searching.
I am searching PHP, CSS and JS files through 21.5 megs of stuff (3,599 files in 1,639 folders)
Thanks. Looking forward to 2007 version!
Glen Lipka
Faster Find in Files
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
1 meg js file? holy macarel! Can I ask, what it is? NASA celestial body tracking software with automated satellite trajectory realignment? 
No, there's no way to ignore SVN files at the moment. Just came to mind when I read your post and I said it out loud for the dev team's sake, in case it would help. I have no idea though.

No, there's no way to ignore SVN files at the moment. Just came to mind when I read your post and I said it out loud for the dev team's sake, in case it would help. I have no idea though.
-
- Posts: 10
- Joined: Mon Aug 28, 2006 1:45 am
I too am having lots of problems with the search times. I have to use a separate file-searching utilility now.
I have *.php specified as a filter, and that should search about 250 files (there are 70,000+ files in all subdirectories, mostly images). But it takes several minutes and I give up.
Would it be valid to guess that RapidPHP is first making a master list of all files (the 70,000), then filtering out the ones to search (the 250)?
I have *.php specified as a filter, and that should search about 250 files (there are 70,000+ files in all subdirectories, mostly images). But it takes several minutes and I give up.
Would it be valid to guess that RapidPHP is first making a master list of all files (the 70,000), then filtering out the ones to search (the 250)?
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
I guess our editor is simply not designed to cope with 70 000+ files. It is insane. We could improve it by 20% maybe but not make it 10 times faster, it is just too complicated for us tight now. Indexing would be required and that is a big task, so a special file-search utility could be a solution for now.
There should be no problems for projects with a couple of thousands of files.
There should be no problems for projects with a couple of thousands of files.