AI-222.4345.14.2221.9228443 <debuggerx@debuggerx-e5 Update My Vim dark .icls, ui.lnf.xml, Default _1_.xml, ide.general.xml, DebuggerX.xml, editor-font.xml, Default copy.xml, editor.xml

master
DebuggerX 3 years ago
parent 90fda50d95
commit 9d9923a1e3

@ -60,6 +60,14 @@
<codeStyleSettings language="Dart"> <codeStyleSettings language="Dart">
<option name="RIGHT_MARGIN" value="120" /> <option name="RIGHT_MARGIN" value="120" />
</codeStyleSettings> </codeStyleSettings>
<codeStyleSettings language="EditorConfig">
<option name="SPACE_AFTER_COLON" value="true" />
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="JAVA"> <codeStyleSettings language="JAVA">
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" /> <option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />

@ -1,15 +1,5 @@
<scheme name="My Vim dark " version="142" parent_scheme="Default"> <scheme name="My Vim dark " version="142" parent_scheme="Default">
<option name="FONT_SCALE" value="1.5" /> <option name="FONT_SCALE" value="1.5" />
<option name="LINE_SPACING" value="1.0" />
<font>
<option name="EDITOR_FONT_NAME" value="Fira Code SemiBold" />
<option name="EDITOR_FONT_SIZE" value="21" />
</font>
<font>
<option name="EDITOR_FONT_NAME" value="Noto Sans CJK SC Regular" />
<option name="EDITOR_FONT_SIZE" value="22" />
</font>
<option name="EDITOR_LIGATURES" value="true" />
<console-font> <console-font>
<option name="EDITOR_FONT_NAME" value="DejaVu Sans Mono" /> <option name="EDITOR_FONT_NAME" value="DejaVu Sans Mono" />
<option name="EDITOR_FONT_SIZE" value="18" /> <option name="EDITOR_FONT_SIZE" value="18" />
@ -18,6 +8,7 @@
<option name="EDITOR_FONT_NAME" value="Noto Sans CJK SC Regular" /> <option name="EDITOR_FONT_NAME" value="Noto Sans CJK SC Regular" />
<option name="EDITOR_FONT_SIZE" value="18" /> <option name="EDITOR_FONT_SIZE" value="18" />
</console-font> </console-font>
<option name="CONSOLE_LINE_SPACING" value="1.0" />
<colors> <colors>
<option name="ADDED_LINES_COLOR" value="295622" /> <option name="ADDED_LINES_COLOR" value="295622" />
<option name="BORDER_LINES_COLOR" value="cfe7ff" /> <option name="BORDER_LINES_COLOR" value="cfe7ff" />

@ -2,9 +2,12 @@
<component name="DefaultFont"> <component name="DefaultFont">
<option name="VERSION" value="1" /> <option name="VERSION" value="1" />
<option name="FONT_SIZE" value="20" /> <option name="FONT_SIZE" value="20" />
<option name="FONT_SIZE_2D" value="19.5" /> <option name="FONT_SIZE_2D" value="20.0" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" /> <option name="FONT_FAMILY" value="Fira Code" />
<option name="FONT_REGULAR_SUB_FAMILY" value="SemiBold" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" /> <option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
<option name="FONT_SCALE" value="1.5" /> <option name="FONT_SCALE" value="1.5" />
<option name="USE_LIGATURES" value="true" />
<option name="SECONDARY_FONT_FAMILY" value="WenQuanYi Micro Hei" />
</component> </component>
</application> </application>

@ -1,6 +1,6 @@
<application> <application>
<component name="CodeFoldingSettings"> <component name="CodeFoldingSettings">
<option name="COLLAPSE_DOC_COMMENTS" value="true" /> <option name="COLLAPSE_IMPORTS" value="false" />
</component> </component>
<component name="CodeInsightSettings"> <component name="CodeInsightSettings">
<option name="completionCaseSensitive" value="2" /> <option name="completionCaseSensitive" value="2" />
@ -23,6 +23,7 @@
<component name="EditorSettings"> <component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE" /> <option name="USE_SOFT_WRAPS" value="CONSOLE" />
<option name="ENABLE_RENDERED_DOC" value="true" /> <option name="ENABLE_RENDERED_DOC" value="true" />
<option name="USE_EDITOR_FONT_IN_INLAYS" value="true" />
<option name="IS_DND_ENABLED" value="false" /> <option name="IS_DND_ENABLED" value="false" />
</component> </component>
<component name="InlayHintsSettings"> <component name="InlayHintsSettings">

@ -11,6 +11,7 @@
<entry key="external.system.auto.import.disabled" value="true" /> <entry key="external.system.auto.import.disabled" value="true" />
<entry key="ide.text.editor.with.preview.show.floating.toolbar" value="false" /> <entry key="ide.text.editor.with.preview.show.floating.toolbar" value="false" />
<entry key="gradle.version.catalogs.dynamic.support" value="true" /> <entry key="gradle.version.catalogs.dynamic.support" value="true" />
<entry key="ide.instant.shutdown" value="false" />
</component> </component>
<component name="StatusBar"> <component name="StatusBar">
<option name="widgets"> <option name="widgets">

@ -36,6 +36,7 @@
<action id="GotoNextError"> <action id="GotoNextError">
<keyboard-shortcut first-keystroke="f1" /> <keyboard-shortcut first-keystroke="f1" />
</action> </action>
<action id="GotoTest" />
<action id="HippieCompletion"> <action id="HippieCompletion">
<keyboard-shortcut first-keystroke="ctrl space" /> <keyboard-shortcut first-keystroke="ctrl space" />
</action> </action>
@ -49,10 +50,15 @@
<action id="ReformatCode"> <action id="ReformatCode">
<keyboard-shortcut first-keystroke="shift ctrl f" /> <keyboard-shortcut first-keystroke="shift ctrl f" />
</action> </action>
<action id="ResourceExplorer.show" />
<action id="ServiceView.ShowServices" />
<action id="ShowSettings" /> <action id="ShowSettings" />
<action id="StartStopMacroRecording"> <action id="StartStopMacroRecording">
<keyboard-shortcut first-keystroke="shift ctrl alt f6" /> <keyboard-shortcut first-keystroke="shift ctrl alt f6" />
</action> </action>
<action id="SurroundWith">
<keyboard-shortcut first-keystroke="shift ctrl t" />
</action>
<action id="SwitchApply"> <action id="SwitchApply">
<keyboard-shortcut first-keystroke="shift alt enter" /> <keyboard-shortcut first-keystroke="shift alt enter" />
</action> </action>

@ -4,6 +4,7 @@
<variable name="viewid" expression="" defaultValue="" alwaysStopAt="true" /> <variable name="viewid" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="options" expression="" defaultValue="" alwaysStopAt="true" /> <variable name="options" expression="" defaultValue="" alwaysStopAt="true" />
<context> <context>
<option name="DART" value="true" />
<option name="JAVA_CODE" value="true" /> <option name="JAVA_CODE" value="true" />
</context> </context>
</template> </template>
@ -13,7 +14,7 @@
<option name="JAVA_CODE" value="true" /> <option name="JAVA_CODE" value="true" />
</context> </context>
</template> </template>
<template name="ssf" value="/// $comment$&#10;static String $name$($params$) =&gt; '$baseURL/$path$/';" description="static String function" toReformat="false" toShortenFQNames="true"> <template name="ssf" value="/// $comment$&#10;static String $name$($params$) =&gt; '$baseURL/$path$/';" description="static String function" toReformat="false" toShortenFQNames="true" deactivated="true">
<variable name="name" expression="" defaultValue="" alwaysStopAt="true" /> <variable name="name" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="params" expression="" defaultValue="" alwaysStopAt="true" /> <variable name="params" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="path" expression="" defaultValue="" alwaysStopAt="true" /> <variable name="path" expression="" defaultValue="" alwaysStopAt="true" />
@ -22,7 +23,7 @@
<option name="DART" value="true" /> <option name="DART" value="true" />
</context> </context>
</template> </template>
<template name="resp" value="/// $comment$&#10;Future&lt;$type$&gt; $name$({@required $params$}) =&gt; _post&lt;$type$&gt;(&#10; $path$,&#10; (json) =&gt; $type$(json),&#10; data: {'$params$': $params$},&#10;);" description="create a request function" toReformat="false" toShortenFQNames="true"> <template name="resp" value="/// $comment$&#10;Future&lt;$type$&gt; $name$({@required $params$}) =&gt; _post&lt;$type$&gt;(&#10; $path$,&#10; (json) =&gt; $type$(json),&#10; data: {'$params$': $params$},&#10;);" description="create a request function" toReformat="false" toShortenFQNames="true" deactivated="true">
<variable name="type" expression="" defaultValue="&quot;TYPE&quot;" alwaysStopAt="true" /> <variable name="type" expression="" defaultValue="&quot;TYPE&quot;" alwaysStopAt="true" />
<variable name="name" expression="lowercaseAndDash(type)" defaultValue="" alwaysStopAt="false" /> <variable name="name" expression="lowercaseAndDash(type)" defaultValue="" alwaysStopAt="false" />
<variable name="params" expression="" defaultValue="&quot;PARAMS&quot;" alwaysStopAt="true" /> <variable name="params" expression="" defaultValue="&quot;PARAMS&quot;" alwaysStopAt="true" />

@ -3,7 +3,6 @@
<option name="MAX_LOOKUP_LIST_HEIGHT" value="22" /> <option name="MAX_LOOKUP_LIST_HEIGHT" value="22" />
<option name="MAX_LOOKUP_WIDTH2" value="1134" /> <option name="MAX_LOOKUP_WIDTH2" value="1134" />
<option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" /> <option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" />
<option name="RIGHT_HORIZONTAL_SPLIT" value="true" />
<option name="SHOW_MAIN_TOOLBAR" value="true" /> <option name="SHOW_MAIN_TOOLBAR" value="true" />
<option name="SHOW_TOOL_WINDOW_NUMBERS" value="true" /> <option name="SHOW_TOOL_WINDOW_NUMBERS" value="true" />
</component> </component>

Loading…
Cancel
Save