You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.9 KiB
31 lines
1.9 KiB
4 years ago
|
<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="ci" value="console.info($END$);" description="create a info into console" toReformat="false" toShortenFQNames="true">
|
||
|
<context>
|
||
|
<option name="OTHER" value="true" />
|
||
|
</context>
|
||
|
</template>
|
||
|
<template name="cmt" value="Created by $user$ on $date$ $time$ * $mname$ : $mouse$" description="comment for mrthod" toReformat="false" toShortenFQNames="true">
|
||
|
<variable name="user" expression="user()" defaultValue="" alwaysStopAt="false" />
|
||
|
<variable name="date" expression="date()" defaultValue="" alwaysStopAt="false" />
|
||
|
<variable name="time" expression="time()" defaultValue="" alwaysStopAt="false" />
|
||
|
<variable name="mname" expression="methodName()" defaultValue="" alwaysStopAt="false" />
|
||
|
<variable name="mouse" expression="" defaultValue="" alwaysStopAt="true" />
|
||
|
<context>
|
||
|
<option name="JAVA_CODE" value="true" />
|
||
|
</context>
|
||
|
</template>
|
||
|
</templateSet>
|