AI-222.4345.14.2221.9228443 <debuggerx@debuggerx-e5 Update My Vim dark .icls, ui.lnf.xml, Default _1_.xml, ide.general.xml, DebuggerX.xml, editor-font.xml, Default copy.xml, editor.xml

This commit is contained in:
2022-11-08 12:13:04 +08:00
parent 90fda50d95
commit 9d9923a1e3
8 changed files with 26 additions and 16 deletions
+3 -2
View File
@@ -4,6 +4,7 @@
<variable name="viewid" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="options" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="DART" value="true" />
<option name="JAVA_CODE" value="true" />
</context>
</template>
@@ -13,7 +14,7 @@
<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">
<template name="ssf" value="/// $comment$&#10;static String $name$($params$) =&gt; '$baseURL/$path$/';" description="static String function" toReformat="false" toShortenFQNames="true" deactivated="true">
<variable name="name" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="params" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="path" expression="" defaultValue="" alwaysStopAt="true" />
@@ -22,7 +23,7 @@
<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">
<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" deactivated="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" />