GO-2021.2.1 <debuggerx@debuggerx-PC Create baseRefactoring.xml, markdown.xml, ide.general.xml, ide-features-trainer.xml, DebuggerX.xml, MyStyle.icls, project.default.xml, diff.xml, Default copy.xml, yiiguxing.translation.xml, Default.xml, Monokai Sublime Text 3.icls, keymap.xml, find.xml, ui.lnf.xml, filetypes.xml, Python Script.py, code.style.schemes.xml, plugin_ui.xml, colors.scheme.xml, External Tools.xml, notifications.xml, abbreviations.xml, Default _3_.xml, databaseDrivers.xml, My Vim dark .icls, gutter.xml, laf.xml, Default.xml, go.sdk.xml, Default for GNOME copy.xml, Default _2_.xml, jdk.table.xml, Vim dark.icls, Eclipse copy.xml, lightEdit.xml, Default _1_.xml, web-browsers.xml, macros.xml, proxy.settings.xml, Python.xml, vcs.xml, editor.xml, usageView.xml, debugger.xml, updates.xml

This commit is contained in:
2021-08-26 14:44:44 +08:00
commit b9a535c50d
46 changed files with 3543 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<templateSet group="DebuggerX">
<template name="swii" value="switch ($getid$) {&#10; case $viewid$:&#10; $options$&#10; break;&#10;&#10;}" description="Auto-switch" toReformat="false" toShortenFQNames="true">
<variable name="getid" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="viewid" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="options" expression="" defaultValue="" alwaysStopAt="true" />
</template>
<template name="mhan" value="Handler mHandler = new Handler(){&#10; @Override&#10; public void handleMessage(Message msg) {&#10; super.handleMessage(msg);&#10; $options$&#10; }&#10;};" description="MyHandler" toReformat="false" toShortenFQNames="true" useStaticImport="true">
<variable name="options" expression="" defaultValue="" alwaysStopAt="true" />
</template>
</templateSet>
+9
View File
@@ -0,0 +1,9 @@
<templateSet group="Python">
<template name="ai" value="assert isinstance($OBJ$,$CLASS$)" description="assert isinstance" toReformat="false" toShortenFQNames="true">
<variable name="OBJ" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="CLASS" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="Python" value="true" />
</context>
</template>
</templateSet>