Faster Find in Files

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
kokoglen
Posts: 12
Joined: Mon Apr 24, 2006 6:29 pm
Location: CA
Contact:

Faster Find in Files

Post by kokoglen »

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
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

I wonder if ignore .svn folders would help?
kokoglen
Posts: 12
Joined: Mon Apr 24, 2006 6:29 pm
Location: CA
Contact:

Post by kokoglen »

Is there a way of doing that currently?

The problem also might be related to some large files that were added. Like a 1 meg js file.

The thing is, using Aptana, the search is very fast, which makes me think it is indexing the files in advance.
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

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.
WereCougar
Posts: 10
Joined: Mon Aug 28, 2006 1:45 am

Post by WereCougar »

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)?
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

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.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

Karlis wrote:... It is insane...
haha... it totally is. 70,000 files = time for a database.

I'm not a systems fella but I imagine webuilder isn't the problem - it's the file system. When I search through thousands and thousands of files in windows directly, it takes a while as well.
Post Reply