-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find In Files: empty "Exclude" field makes all files be excluded #7811
Labels
Milestone
Comments
ehabkost
added a commit
to ehabkost/spyder
that referenced
this issue
Sep 2, 2018
If the exclude regexp is empty, don't try to compile it. Change SearchThread so an empty string will make no file be excluded from the search. This fixes issue spyder-ide#7811 when exclude_re is true. Signed-off-by: Eduardo Habkost <ehabkost@raisama.net>
ehabkost
added a commit
to ehabkost/spyder
that referenced
this issue
Sep 2, 2018
When building the regexp for file patterns when exclude_re is false, skip empty strings. This fixes issue spyder-ide#7811 when exclude_re is false.
ehabkost
added a commit
to ehabkost/spyder
that referenced
this issue
Sep 2, 2018
If the exclude regexp is empty, don't try to compile it. Change SearchThread so an empty string will make no file be excluded from the search. This fixes issue spyder-ide#7811 when exclude_re is true. Signed-off-by: Eduardo Habkost <ehabkost@raisama.net>
ehabkost
added a commit
to ehabkost/spyder
that referenced
this issue
Sep 2, 2018
When building the regexp for file patterns when exclude_re is false, skip empty strings. This fixes issue spyder-ide#7811 when exclude_re is false.
9 tasks
ehabkost
added a commit
to ehabkost/spyder
that referenced
this issue
Sep 2, 2018
If the exclude regexp is empty, don't try to compile it. Change SearchThread so an empty string will make no file be excluded from the search. This fixes issue spyder-ide#7811 when exclude_re is true. Signed-off-by: Eduardo Habkost <ehabkost@raisama.net>
ehabkost
added a commit
to ehabkost/spyder
that referenced
this issue
Sep 2, 2018
When building the regexp for file patterns when exclude_re is false, skip empty strings. This fixes issue spyder-ide#7811 when exclude_re is false.
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the "exclude" field on Find In Files is empty, all files seem to be excluded from the search, and the search returns no matches.
I'm running the latest version of the 3.x branch, commit 0d6686e.
The text was updated successfully, but these errors were encountered: