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.

10 lines
892 B

<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>