source: branches/ModelicaML-Papyrus0.7.X/modelicaml/org.openmodelica.modelicaml.editor.xtext.arraysubscript.ui/templates/templates.xml @ 1348

Last change on this file since 1348 was 574, checked in by wschamai, 14 years ago
File size: 506 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<templates><template autoinsert="true" 
3context="org.openmodelica.modelicaml.editor.xtext.model.Modeleditor.conditional_expr" 
4deleted="false" 
5description="conditional expression for expressions" 
6enabled="true" 
7id="org.openmodelica.modelicaml.editor.xtext.array.Arraysubscript.conditional_expr" 
8name="conditional expression">if ${ifexpr} then
9 ${thenexpr}&#13;
10elseif ${elseifexpr} then
11 ${trueexpr}&#13;
12else
13 ${falseexpr}
14</template></templates>
Note: See TracBrowser for help on using the repository browser.