blob: 54ae45708d0b4ea0856d87f4c778dc17cbc7c751 [file] [log] [blame]
<templates>
<template name="with"
id="org.eclipse.objectteams.otdt.ui.templates.callin_with"
description="%Templates.with.callin.parametermappings"
context="java"
enabled="true">with { ${callin_parameter_name} &lt;- ${Expression}${cursor} }
</template>
<template name="with"
id="org.eclipse.objectteams.otdt.ui.templates.callout_with"
description="%Templates.with.callout.parametermappings"
context="java"
enabled="true">with { ${Expression} -&gt; ${callout_parameter_name}${cursor} }
</template>
<template name="within"
id="org.eclipse.objectteams.otdt.ui.templates.within"
description="%Templates.within"
context="java"
enabled="true">within (${TeamExpression})
{
}
</template>
</templates>