Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | <templates> |
| 2 | <template name="with" |
| 3 | id="org.eclipse.objectteams.otdt.ui.templates.callin_with" |
| 4 | description="%Templates.with.callin.parametermappings" |
| 5 | context="java" |
| 6 | enabled="true">with { ${callin_parameter_name} <- ${Expression}${cursor} } |
| 7 | </template> |
| 8 | |
| 9 | <template name="with" |
| 10 | id="org.eclipse.objectteams.otdt.ui.templates.callout_with" |
| 11 | description="%Templates.with.callout.parametermappings" |
| 12 | context="java" |
| 13 | enabled="true">with { ${Expression} -> ${callout_parameter_name}${cursor} } |
| 14 | </template> |
| 15 | |
| 16 | <template name="within" |
| 17 | id="org.eclipse.objectteams.otdt.ui.templates.within" |
| 18 | description="%Templates.within" |
| 19 | context="java" |
| 20 | enabled="true">within (${TeamExpression}) |
| 21 | { |
| 22 | |
| 23 | } |
| 24 | </template> |
| 25 | </templates> |