AI-Hedgehog | 2023.1.1 <debuggerx@debuggerx Update DebuggerX.xml, yiiguxing.translation.xml

master
debuggerx 1 year ago
parent 865f1da94b
commit cf7f2ee025

@ -1,7 +1,19 @@
<keymap version="1" name="DebuggerX" parent="Default for XWin"> <keymap version="1" name="DebuggerX" parent="Default for XWin">
<action id="$EditorTranslateAction">
<keyboard-shortcut first-keystroke="alt x" />
</action>
<action id="$TranslateAndReplaceAction">
<keyboard-shortcut first-keystroke="alt z" />
</action>
<action id="CodeCompletion"> <action id="CodeCompletion">
<keyboard-shortcut first-keystroke="alt slash" /> <keyboard-shortcut first-keystroke="alt slash" />
</action> </action>
<action id="Editor EditorTranslateAction">
<keyboard-shortcut first-keystroke="alt x" />
</action>
<action id="Editor TranslateAndReplaceAction">
<keyboard-shortcut first-keystroke="alt z" />
</action>
<action id="FindInPath" /> <action id="FindInPath" />
<action id="HippieBackwardCompletion" /> <action id="HippieBackwardCompletion" />
<action id="HippieCompletion" /> <action id="HippieCompletion" />
@ -12,4 +24,11 @@
<action id="SmartTypeCompletion"> <action id="SmartTypeCompletion">
<keyboard-shortcut first-keystroke="shift alt slash" /> <keyboard-shortcut first-keystroke="shift alt slash" />
</action> </action>
<action id="UpdateRunningApplication" />
<action id="android.deploy.ApplyChanges">
<keyboard-shortcut first-keystroke="ctrl f10" />
</action>
<action id="android.deploy.CodeSwap">
<keyboard-shortcut first-keystroke="ctrl alt f10" />
</action>
</keymap> </keymap>

@ -1,6 +1,6 @@
<application> <application>
<component name="Translation.Cache"> <component name="Translation.Cache">
<option name="lastTrimTime" value="1704354425599" /> <option name="lastTrimTime" value="1705120103272" />
</component> </component>
<component name="Translation.Settings"> <component name="Translation.Settings">
<option name="primaryLanguage" value="CHINESE" /> <option name="primaryLanguage" value="CHINESE" />
@ -8,6 +8,7 @@
</component> </component>
<component name="Translation.States"> <component name="Translation.States">
<histories> <histories>
<item value="context" />
<item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object ends. Params: anim The animation that will play when the animation supplied to the play(Animator) method ends." /> <item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object ends. Params: anim The animation that will play when the animation supplied to the play(Animator) method ends." />
<item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object to start when the animation supplied in this method call ends. Params: anim The animation whose end will cause the animation supplied to the play(Animator) method to play." /> <item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object to start when the animation supplied in this method call ends. Params: anim The animation whose end will cause the animation supplied to the play(Animator) method to play." />
<item value="Sets up the animation supplied in the play(Animator) call that created this Builder object to play when the given amount of time elapses. Params: delay The number of milliseconds that should elapse before the animation starts." /> <item value="Sets up the animation supplied in the play(Animator) call that created this Builder object to play when the given amount of time elapses. Params: delay The number of milliseconds that should elapse before the animation starts." />
@ -57,12 +58,11 @@
<item value="API 'android.registerTransform' is obsolete. It will be removed in version 8.0 of the Android Gradle plugin. The Transform API is removed to improve build performance. Projects that use the Transform API force the Android Gradle plugin to use a less optimized flow for the build that can result in large regressions in build times. Its also difficult to use the Transform API and combine it with other Gradle features; the replacement APIs aim to make it easier to extend the build without introducing performance or correctness issues. There is no single replacement for the Transform API—there are new, targeted APIs for each use case. All the replacement APIs are in the `androidComponents {}` block. The Transform API uses incremental APIs deprecated since Gradle 7.5. Please add `android.experimental.legacyTransform.forceNonIncremental=true` to `gradle.properties` to fix this issue. Note that this will run transforms non-incrementally and may have a build performance impact. For more information, see https:developer.android.comstudioreleasesgradle-plugin-api-updatestransform-api. To determine what is calling android.registerTransform, use -Pandroid.debug.obsoleteApi=true on the command line to display more information." /> <item value="API 'android.registerTransform' is obsolete. It will be removed in version 8.0 of the Android Gradle plugin. The Transform API is removed to improve build performance. Projects that use the Transform API force the Android Gradle plugin to use a less optimized flow for the build that can result in large regressions in build times. Its also difficult to use the Transform API and combine it with other Gradle features; the replacement APIs aim to make it easier to extend the build without introducing performance or correctness issues. There is no single replacement for the Transform API—there are new, targeted APIs for each use case. All the replacement APIs are in the `androidComponents {}` block. The Transform API uses incremental APIs deprecated since Gradle 7.5. Please add `android.experimental.legacyTransform.forceNonIncremental=true` to `gradle.properties` to fix this issue. Note that this will run transforms non-incrementally and may have a build performance impact. For more information, see https:developer.android.comstudioreleasesgradle-plugin-api-updatestransform-api. To determine what is calling android.registerTransform, use -Pandroid.debug.obsoleteApi=true on the command line to display more information." />
<item value="CURRENCY TYPE CHIP" /> <item value="CURRENCY TYPE CHIP" />
<item value="KEY" /> <item value="KEY" />
<item value="PIECE" />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="252" /> <entry key="CHINESE" value="253" />
<entry key="ENGLISH" value="253" /> <entry key="ENGLISH" value="254" />
<entry key="HAWAIIAN" value="1" /> <entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" /> <entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" /> <entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save