AI-Chipmunk | 2021.2.1 <debuggerx@debuggerx Merge branch 'master'

master
DebuggerX 3 years ago
commit c593f356e9

@ -3,6 +3,6 @@
<version>1</version>
</component>
<component name="whatsNew">
<shownVersion>2021.2.1rc14</shownVersion>
<shownVersion>2021.2.1rc15</shownVersion>
</component>
</application>

@ -6,12 +6,18 @@
<option name="EDITOR_FONT_SIZE" value="14" />
</font>
<font>
<option name="EDITOR_FONT_NAME" value="WenQuanYi Micro Hei" />
<option name="EDITOR_FONT_NAME" value="Noto Sans CJK SC Regular" />
<option name="EDITOR_FONT_SIZE" value="14" />
</font>
<option name="EDITOR_LIGATURES" value="true" />
<option name="CONSOLE_FONT_NAME" value="DejaVu Sans Mono" />
<option name="CONSOLE_FONT_SIZE" value="12" />
<console-font>
<option name="EDITOR_FONT_NAME" value="DejaVu Sans Mono" />
<option name="EDITOR_FONT_SIZE" value="12" />
</console-font>
<console-font>
<option name="EDITOR_FONT_NAME" value="Noto Sans CJK SC Regular" />
<option name="EDITOR_FONT_SIZE" value="12" />
</console-font>
<colors>
<option name="ADDED_LINES_COLOR" value="295622" />
<option name="BORDER_LINES_COLOR" value="cfe7ff" />

@ -21,13 +21,11 @@
<option name="collapseParts" value="false" />
</component>
<component name="DefaultFont">
<option name="FONT_SIZE" value="16" />
<option name="FONT_FAMILY" value="Fira Code" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
<option name="FONT_SCALE" value="1.25" />
<option name="USE_LIGATURES" value="true" />
<option name="SECONDARY_FONT_FAMILY" value="WenQuanYi Micro Hei" />
<option name="SECONDARY_FONT_FAMILY" value="Noto Sans CJK SC" />
</component>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE" />

@ -0,0 +1,7 @@
<application>
<component name="github-copilot">
<option name="signinNotificationShown" value="true" />
<option name="showIdeCompletions" value="true" />
<option name="telemetryTermsAcceptedDate" value="2022-05-24T04:43:26.828154+08:00[Asia/Shanghai]" />
</component>
</application>

@ -81,6 +81,12 @@
<action id="android.deploy.CodeSwap">
<keyboard-shortcut first-keystroke="ctrl alt f10" />
</action>
<action id="copilot.enableCopilot">
<keyboard-shortcut first-keystroke="shift ctrl alt g" />
</action>
<action id="copilot.openCopilot">
<keyboard-shortcut first-keystroke="ctrl alt g" />
</action>
<action id="osmedile.intellij.stringmanip.SwitchCasePopup">
<keyboard-shortcut first-keystroke="ctrl alt s" />
</action>

@ -4,6 +4,8 @@
<option name="newTranslationDialogX" value="811" />
<option name="newTranslationDialogY" value="447" />
<histories>
<item value="Whether the platform is requesting that text be drawn with a bold font weight. See also: [dart:ui.PlatformDispatcher.accessibilityFeatures], where the setting originates." />
<item value="A constant that is true if the application was compiled to run on the web. This implementation takes advantage of the fact that JavaScript does not support integers. In this environment, Dart's doubles and ints are backed by the same kind of object. Thus a double `0.0` is identical to an integer `0`. This is not true for Dart code running in AOT or on the VM." />
<item value="feat: resize preview window according to display screen height." />
<item value="resize preview window according to display screen height." />
<item value="supper" />
@ -53,15 +55,17 @@
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="70" />
<entry key="ENGLISH" value="71" />
<entry key="CHINESE" value="73" />
<entry key="ENGLISH" value="74" />
</map>
</option>
</component>
<component name="Cache">
<option name="lastTrimTime" value="1653342354051" />
<option name="lastTrimTime" value="1653857312227" />
</component>
<component name="Settings">
<option name="phoneticFontFamily" value="DejaVu Sans Mono" />
<option name="primaryFontFamily" value="Noto Sans CJK SC Regular" />
<option name="showActionsInContextMenuOnlyWithSelection" value="false" />
</component>
</application>
Loading…
Cancel
Save