forked from Utumno/pycharm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfind.xml
More file actions
17 lines (17 loc) · 806 Bytes
/
find.xml
File metadata and controls
17 lines (17 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<application>
<component name="FindSettings">
<option name="caseSensitive" value="true" />
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="localCaseSensitive" value="true" />
<option name="localWholeWordsOnly" value="true" />
<option name="showResultsInSeparateView" value="true" />
<option name="wholeWordsOnly" value="true" />
<option name="CASE_SENSITIVE_SEARCH" value="true" />
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" />
<option name="WHOLE_WORDS_ONLY" value="true" />
<option name="LOCAL_WHOLE_WORDS_ONLY" value="true" />
<option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
</component>
</application>