IU-2024.1.6 <aiko@frame Update baseRefactoring.xml, find.xml, vcs.xml, editor.xml Create window.layouts.xml
This commit is contained in:
parent
5225ea90d6
commit
bf84a690be
@ -5,4 +5,7 @@
|
|||||||
<option name="RENAME_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
|
<option name="RENAME_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
|
||||||
<option name="MOVE_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
|
<option name="MOVE_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="RefactoringSettings">
|
||||||
|
<option name="INTRODUCE_LOCAL_CREATE_FINALS" value="false" />
|
||||||
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@ -2,6 +2,9 @@
|
|||||||
<component name="DaemonCodeAnalyzerSettings">
|
<component name="DaemonCodeAnalyzerSettings">
|
||||||
<option name="AUTOREPARSE_DELAY" value="0" />
|
<option name="AUTOREPARSE_DELAY" value="0" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="InlineCompletionOnboarding">
|
||||||
|
<option name="onboardingFinished" value="true" />
|
||||||
|
</component>
|
||||||
<component name="TodoConfiguration">
|
<component name="TodoConfiguration">
|
||||||
<pattern pattern="\btodo\b.*" />
|
<pattern pattern="\btodo\b.*" />
|
||||||
<pattern pattern="\bfixme\b.*" />
|
<pattern pattern="\bfixme\b.*" />
|
||||||
|
|||||||
10
find.xml
10
find.xml
@ -1,10 +1,14 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="FindSettings">
|
<component name="FindSettings">
|
||||||
<option name="customScope" value="Only changes uncommitted to VCS in all files" />
|
<option name="customScope" value="All Places" />
|
||||||
<option name="defaultScopeName" value="Only changes uncommitted to VCS in all files" />
|
<option name="defaultScopeName" value="All Places" />
|
||||||
|
<option name="localCaseSensitive" value="true" />
|
||||||
|
<option name="localWholeWordsOnly" value="true" />
|
||||||
<option name="showResultsInSeparateView" value="true" />
|
<option name="showResultsInSeparateView" value="true" />
|
||||||
|
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" />
|
||||||
|
<option name="LOCAL_WHOLE_WORDS_ONLY" 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="All Places" />
|
||||||
<mask>*.leex</mask>
|
<mask>*.leex</mask>
|
||||||
<mask>*.html.eex</mask>
|
<mask>*.html.eex</mask>
|
||||||
<mask>*.html.?eex</mask>
|
<mask>*.html.?eex</mask>
|
||||||
|
|||||||
1
vcs.xml
1
vcs.xml
@ -6,6 +6,7 @@
|
|||||||
<option value="Default.Subject" />
|
<option value="Default.Subject" />
|
||||||
<option value="Default.Author" />
|
<option value="Default.Author" />
|
||||||
<option value="Default.Date" />
|
<option value="Default.Date" />
|
||||||
|
<option value="GitHub.CommitStatus" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
49
window.layouts.xml
Normal file
49
window.layouts.xml
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
<application>
|
||||||
|
<component name="ToolWindowLayout"><![CDATA[{
|
||||||
|
"layouts": {
|
||||||
|
"Custom": {
|
||||||
|
"v1": [
|
||||||
|
{
|
||||||
|
"id": "Project",
|
||||||
|
"order": 0,
|
||||||
|
"contentUiType": "COMBO",
|
||||||
|
"weight": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Notifications",
|
||||||
|
"order": 0,
|
||||||
|
"anchor": "RIGHT",
|
||||||
|
"weight": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Version Control",
|
||||||
|
"order": 0,
|
||||||
|
"anchor": "BOTTOM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Find",
|
||||||
|
"order": 1,
|
||||||
|
"anchor": "BOTTOM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Run",
|
||||||
|
"order": 2,
|
||||||
|
"anchor": "BOTTOM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Debug",
|
||||||
|
"order": 3,
|
||||||
|
"anchor": "BOTTOM",
|
||||||
|
"weight": 0.4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Inspection",
|
||||||
|
"order": 4,
|
||||||
|
"anchor": "BOTTOM",
|
||||||
|
"weight": 0.4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}]]></component>
|
||||||
|
</application>
|
||||||
Loading…
x
Reference in New Issue
Block a user