IU-2024.1.6 <aiko@frame Update baseRefactoring.xml, find.xml, vcs.xml, editor.xml Create window.layouts.xml

This commit is contained in:
aiko 2024-09-02 12:42:22 +02:00
parent 5225ea90d6
commit bf84a690be
5 changed files with 63 additions and 3 deletions

View File

@ -5,4 +5,7 @@
<option name="RENAME_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
<option name="MOVE_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
</component>
<component name="RefactoringSettings">
<option name="INTRODUCE_LOCAL_CREATE_FINALS" value="false" />
</component>
</application>

View File

@ -2,6 +2,9 @@
<component name="DaemonCodeAnalyzerSettings">
<option name="AUTOREPARSE_DELAY" value="0" />
</component>
<component name="InlineCompletionOnboarding">
<option name="onboardingFinished" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />

View File

@ -1,10 +1,14 @@
<application>
<component name="FindSettings">
<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="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="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="SEARCH_SCOPE" value="Only changes uncommitted to VCS in all files" />
<option name="SEARCH_SCOPE" value="All Places" />
<mask>*.leex</mask>
<mask>*.html.eex</mask>
<mask>*.html.?eex</mask>

View File

@ -6,6 +6,7 @@
<option value="Default.Subject" />
<option value="Default.Author" />
<option value="Default.Date" />
<option value="GitHub.CommitStatus" />
</list>
</option>
</component>

49
window.layouts.xml Normal file
View 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>