Brackets: Find In Files giving error "Filter excludes all files in project" even if "no files excluded"

Created on 23 Sep 2014  路  7Comments  路  Source: adobe/brackets

I'm trying to search my source code for a specific function, and getting sporadic results. For example:

  • Choose Find->Find in Files
  • In the box I type a text string eg. "function"
  • Leave the "No files excluded" setting

I get an error message (in red) "Filter excludes all files in project".
This makes no sense to me.

I also tried adding an exclusion "*.jpg". This did not help

F Find and Replace

Most helpful comment

wow! me too! does anyone know where to 'thumbs up' this to fix in the core?

All 7 comments

@stevekohanek can you try resetting your cache and settings as described here: https://github.com/adobe/brackets/wiki/Cache-Folder and let us know if you still see a problem?

Thanks Jeffry,
I tried that, then I went back into Brackets and had the same results (see screenshot)
presentation1

Do you have any extensions installed? Try Debug > Reload Without Extensions to make sure it's not caused by an extension.

Okay I found the answer. I was getting an Error Indexing Files due to > 30,000 files in my project. Most of the files were jpeg photos that were actually client data.
The solution I found was to install an extension "https://github.com/gruehle/exclude-folders". Then I edited the main.js for this extension and added the folder that contained all the .jpg files.
Thanks for your help!

Yes. unfortunately the file indexer does not use the find exclude files filter. I'm closing this issue since you've figured out a solution. We have quite a few stories to handle large projects. Here's one that you may be interested to vote on: https://trello.com/c/zd77LxFS

This is affecting me too. 32,000 files in project because of lots of images and downloadables inside assets dirs. Find in Files never works, with or without "excluded folders". I haven't installed the extension yet.

wow! me too! does anyone know where to 'thumbs up' this to fix in the core?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Bluefirecracker picture Bluefirecracker  路  4Comments

naphipps picture naphipps  路  4Comments

armandbancila picture armandbancila  路  4Comments

edlau picture edlau  路  3Comments

brendonmm picture brendonmm  路  4Comments