PY-2021.2 <debuggerx@debuggerx-PC Overwrite remote http://home.debuggerx.com:3000/debuggerx/JetBrainsSettings.git to local

This commit is contained in:
2021-08-26 14:25:20 +08:00
parent da90e1cd71
commit b14eddf523
59 changed files with 0 additions and 6399 deletions
-35
View File
@@ -1,35 +0,0 @@
<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" />
<context>
<option name="JAVA_CODE" value="true" />
</context>
</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" />
<context>
<option name="JAVA_CODE" value="true" />
</context>
</template>
<template name="ssf" value="/// $comment$&#10;static String $name$($params$) =&gt; '$baseURL/$path$/';" description="static String function" toReformat="false" toShortenFQNames="true">
<variable name="name" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="params" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="path" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="comment" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="DART" value="true" />
</context>
</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">
<variable name="type" expression="" defaultValue="&quot;TYPE&quot;" alwaysStopAt="true" />
<variable name="name" expression="lowercaseAndDash(type)" defaultValue="" alwaysStopAt="false" />
<variable name="params" expression="" defaultValue="&quot;PARAMS&quot;" alwaysStopAt="true" />
<variable name="path" expression="concat(&quot;Urls.&quot;, lowercaseAndDash(dartClassName()), &quot;.&quot;, lowercaseAndDash(type))" defaultValue="" alwaysStopAt="true" />
<variable name="comment" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="DART" value="true" />
</context>
</template>
</templateSet>