Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
What are non-project files?
Thomas Becker
Created
Can someone explain what is supposed to show up in the non-project files scope? I thought all files under the project root were considered project files....
I do not appear to have a non-project scope, but the files in non-project scope appear in all scopes. Is there a way to exclude non-project files from a custom scope?
Select 'local' to create a scope which only your current project can use or 'shared' to define a scope which other projects can use
Give it a name (IE: 'Exclude global packages')
Observe the syntax in the 'pattern' field by experimentally selecting folders within your project and clicking the 'exclude' and 'exclude recursively' buttons
Once you understand the syntax add or modify paths in the 'pattern' field to exclude directories outside of your project (IE: '../../../../usr/local/bin/python')
Nothing. This scope is used for File Colors highlighting; unfortunately we don't have a way to hide it from the project view, even though it's useless there.
For CLion I found that I had to manually edit the scope string to exclude out of project paths (IE: Python global site packages) from being included in search results since the custom scope GUI only shows paths which are inside the project.
I do not appear to have a non-project scope, but the files in non-project scope appear in all scopes. Is there a way to exclude non-project files from a custom scope?
@ksai1
Nothing. This scope is used for File Colors highlighting; unfortunately we don't have a way to hide it from the project view, even though it's useless there.
For CLion I found that I had to manually edit the scope string to exclude out of project paths (IE: Python global site packages) from being included in search results since the custom scope GUI only shows paths which are inside the project.
@Nthexwn how did you do that?