-
Notifications
You must be signed in to change notification settings - Fork 332
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
Document what is a folder name for Search in Files #241
Comments
It actually means |
I see the text has been changed. Thanks. However, what happens if the project contains more than one folder? That's not explained. Also, it doesn't say whether it traverses the whole directory hierarchy or not. Also, it could be clearer when explaining how they interact. It says we can "combine filters using commas", but it's not clear. The example shows three filters, let me construct two examples from this using two filters:
|
Yes, this section needs a revisit. However, nobody changed anything on that page in a year, so your response kind of confuses me. |
It has this sentence: "Relative paths in filters are interpreted to start at the root of the active project." How could I have missed it before? :-( |
The file
search_and_replace_files.rst
states:It doesn't talk about absolute versus relative paths, though. I believe if I have a project with just one folder
C:/x
in it, then enteringfoo/bar
meansC:/x/foo/bar
. It should state this explicitly.Also, what happens when I have more than one folder in my project?
And if I enter
foo/bar
, will it find all files under this folder hierarchy? E.g. will it find a fileC:/x/foo/bar/a/b.c
?The text was updated successfully, but these errors were encountered: