Skip to content
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 default include and exclude values should be empty! #2730

Closed
goanpeca opened this issue Oct 1, 2015 · 2 comments
Closed

Find in files default include and exclude values should be empty! #2730

goanpeca opened this issue Oct 1, 2015 · 2 comments
Assignees
Milestone

Comments

@goanpeca
Copy link
Member

goanpeca commented Oct 1, 2015

The find in files default exclude and include values should be empty? And offer a better way that having a predetermined list of defaults, like a pop up table or something more friendly for a GUI

include = .pyw?$|.ipy$|.txt$|.rst$
exclude = .pyc$|.pyo$|.orig$|.hg|.svn|\bbuild\b

image

I was bitten by this by not finding stuff in a file named build.py due to the nature of the exclude list. I would take the build out at least.

@spyder-ide/core-developers ideas?

@ccordoba12 ccordoba12 added this to the wishlist milestone Oct 1, 2015
@ccordoba12
Copy link
Member

I think we should use something like grin for more sensible defaults and better results.

@Nodd
Copy link
Contributor

Nodd commented Oct 5, 2015

In the meantime, maybe replace \bbuild\b by build ?

@goanpeca goanpeca self-assigned this Dec 6, 2015
@goanpeca goanpeca modified the milestones: v3.1, wishlist Dec 6, 2015
@goanpeca goanpeca removed their assignment Jan 14, 2017
@ccordoba12 ccordoba12 modified the milestones: v3.2, v3.x, v3.3 Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants