X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fui%2FcomponentTypeEditor%2FComponentTypeScriptEditor.java;h=6ee5ec77abe89da85f4b41313ea45a5182fdca7e;hp=026cd9c9f05ec7226f07b940df2c7fe32f320eb7;hb=efefe85bb75819bff218921d9f75a1592cff575f;hpb=7da27cffbf636345be6a8227c1122389b2512314 diff --git a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeScriptEditor.java b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeScriptEditor.java index 026cd9c9f..6ee5ec77a 100644 --- a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeScriptEditor.java +++ b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeScriptEditor.java @@ -102,7 +102,8 @@ public class ComponentTypeScriptEditor extends SCLModuleEditor { "analogAutomation", //$NON-NLS-1$ "binaryAutomation", //$NON-NLS-1$ "preparation", //$NON-NLS-1$ - "post-preparation" //$NON-NLS-1$ + "post-preparation", //$NON-NLS-1$ + "cleanup", //$NON-NLS-1$ }; private static final String[] EXECUTION_PHASE_LABELS = new String[] { @@ -112,7 +113,8 @@ public class ComponentTypeScriptEditor extends SCLModuleEditor { Messages.ComponentTypeScriptEditor_ExecuteAnalogAutomation, Messages.ComponentTypeScriptEditor_ExecuteBinaryAutomation, Messages.ComponentTypeScriptEditor_ExecuteBeforePreparation, - Messages.ComponentTypeScriptEditor_ExecuteAfterPreparation + Messages.ComponentTypeScriptEditor_ExecuteAfterPreparation, + Messages.ComponentTypeScriptEditor_ExecuteBeforeRemoval, }; @Override