PY-2021.2 <debuggerx@debuggerx-PC Overwrite remote http://home.debuggerx.com:3000/debuggerx/JetBrainsSettings.git to local
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
<templateSet group="DebuggerX">
|
||||
<template name="swii" value="switch ($getid$) { case $viewid$: $options$ break; }" 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(){ @Override public void handleMessage(Message msg) { super.handleMessage(msg); $options$ } };" 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$ static String $name$($params$) => '$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$ Future<$type$> $name$({@required $params$}) => _post<$type$>( $path$, (json) => $type$(json), data: {'$params$': $params$}, );" description="create a request function" toReformat="false" toShortenFQNames="true">
|
||||
<variable name="type" expression="" defaultValue=""TYPE"" alwaysStopAt="true" />
|
||||
<variable name="name" expression="lowercaseAndDash(type)" defaultValue="" alwaysStopAt="false" />
|
||||
<variable name="params" expression="" defaultValue=""PARAMS"" alwaysStopAt="true" />
|
||||
<variable name="path" expression="concat("Urls.", lowercaseAndDash(dartClassName()), ".", lowercaseAndDash(type))" defaultValue="" alwaysStopAt="true" />
|
||||
<variable name="comment" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="DART" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
</templateSet>
|
||||
Reference in New Issue
Block a user