IU-2021.3.1 <aiko@pro.local Update find.xml

This commit is contained in:
Aiko Mastboom 2022-02-05 12:57:57 +01:00
parent 1e7345725c
commit 35874af505

View File

@ -2,9 +2,12 @@
<component name="FindSettings"> <component name="FindSettings">
<option name="customScope" value="Only changes uncommitted to VCS in all files" /> <option name="customScope" value="Only changes uncommitted to VCS in all files" />
<option name="defaultScopeName" value="Only changes uncommitted to VCS in all files" /> <option name="defaultScopeName" value="Only changes uncommitted to VCS in all files" />
<option name="regularExpressions" value="true" />
<option name="showResultsInSeparateView" value="true" /> <option name="showResultsInSeparateView" value="true" />
<option name="REGULAR_EXPRESSIONS" value="true" />
<option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" /> <option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" />
<option name="SEARCH_SCOPE" value="Only changes uncommitted to VCS in all files" /> <option name="SEARCH_SCOPE" value="Only changes uncommitted to VCS in all files" />
<option name="FILE_MASK" value="*.html.?eex, *.html" />
<mask>*.leex</mask> <mask>*.leex</mask>
<mask>*.html.eex</mask> <mask>*.html.eex</mask>
<mask>*.html.?eex</mask> <mask>*.html.?eex</mask>
@ -16,5 +19,6 @@
<mask>*.properties</mask> <mask>*.properties</mask>
<mask>*.java</mask> <mask>*.java</mask>
<mask>*.ex</mask> <mask>*.ex</mask>
<mask>*.html.?eex, *.html</mask>
</component> </component>
</application> </application>