You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While searching on my project files, I noticed Sublime Text not excluding from the search the excluded directories and files. Then I searched and this this question on SuperUser:
Do not search on my excluded project files by folder_exclude_patterns, file_exclude_patterns, folder_include_patterns, file_include_patterns, etc, when I am using absolute path on the Find All search panel:
Actual behavior
It only works when I use the project relative path, while searching on my excluded project files by folder_exclude_patterns, file_exclude_patterns, folder_include_patterns, file_include_patterns, etc:
As of build 4067, when you right-click on a folder in the sidebar and select Find in Files, it now adds <project filters> to the Where clause, which applies all of the settings. If you wish, you can remove it, or add <project filters> to any other search.
Summary
While searching on my project files, I noticed Sublime Text not excluding from the search the excluded directories and files. Then I searched and this this question on SuperUser:
Expected behavior
Do not search on my excluded project files by
folder_exclude_patterns
,file_exclude_patterns
,folder_include_patterns
,file_include_patterns
, etc, when I am using absolute path on the Find All search panel:Actual behavior
It only works when I use the project relative path, while searching on my excluded project files by
folder_exclude_patterns
,file_exclude_patterns
,folder_include_patterns
,file_include_patterns
, etc:Steps to reproduce
Create a Sublime Project:
Open the Find All panel
Ctrl+Shfit+F
and put a absolute path on theWhere
field:Instead of a relative path to the project:
Environment
dpi_scale
used in ST 1.0Related issues:
The text was updated successfully, but these errors were encountered: