AI-Arctic Fox | 2020.3.1 Patch 1 <debuggerx@debuggerx-PC Get rid of $ROOT_CONFIG$ and $APP_CONFIG

This commit is contained in:
2021-08-26 18:29:24 +08:00
parent 6784857555
commit 078911cf04
40 changed files with 2 additions and 26 deletions
+34
View File
@@ -0,0 +1,34 @@
<application>
<component name="ActionMacroManager">
<macro name="Text2String">
<action id="EditorSelectWord" />
<action id="EditorCut" />
<typing text-keycode="222:1">&quot;</typing>
<action id="EditorPaste" />
<typing text-keycode="222:1">&quot;</typing>
</macro>
<macro name="1.PrintExp">
<action id="EditorLineStartWithSelection" />
<action id="EditorCut" />
<typing text-keycode="80:0;82:0;73:0;78:0;84:0;57:1;222:0;52:1;91:1">print('${</typing>
<action id="EditorPaste" />
<typing text-keycode="93:1;222:0;48:1;59:0">}');</typing>
<action id="EditorLineStart" />
<action id="EditorNextWord" />
<action id="EditorNextWord" />
<action id="EditorNextWord" />
<action id="EditorEscape" />
</macro>
<macro name="2.PrintVar">
<action id="EditorSelectWord" />
<action id="EditorCut" />
<typing text-keycode="80:0;82:0;73:0;78:0;84:0;57:1;222:0;52:1">print('$</typing>
<action id="EditorPaste" />
<typing text-keycode="222:0;48:1;59:0">');</typing>
<action id="EditorLineStart" />
<action id="EditorNextWord" />
<action id="EditorNextWord" />
<action id="EditorNextWord" />
</macro>
</component>
</application>