"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[] {
Messages.ComponentTypeScriptEditor_ExecuteAnalogAutomation,
Messages.ComponentTypeScriptEditor_ExecuteBinaryAutomation,
Messages.ComponentTypeScriptEditor_ExecuteBeforePreparation,
- Messages.ComponentTypeScriptEditor_ExecuteAfterPreparation
+ Messages.ComponentTypeScriptEditor_ExecuteAfterPreparation,
+ Messages.ComponentTypeScriptEditor_ExecuteBeforeRemoval,
};
@Override
public static String ComponentTypeScriptEditor_ExecuteBinaryAutomation;
public static String ComponentTypeScriptEditor_ExecuteBeforePreparation;
public static String ComponentTypeScriptEditor_ExecuteAfterPreparation;
+ public static String ComponentTypeScriptEditor_ExecuteBeforeRemoval;
public static String ComponentTypeViewer_OpenedInReadOnly;
public static String ComponentTypeViewerData_ContainsInvalidCharacters;
public static String ComponentTypeViewerData_CtrlEnterApplyChanges;
ComponentTypeScriptEditor_ExecuteBinaryAutomation=Execute together with binary automation
ComponentTypeScriptEditor_ExecuteBeforePreparation=Execute before solver preparation
ComponentTypeScriptEditor_ExecuteAfterPreparation=Execute after solver preparation
+ComponentTypeScriptEditor_ExecuteBeforeRemoval=Execute before component removal
ComponentTypeViewer_OpenedInReadOnly=(Opened in read-only mode)
ComponentTypeViewerData_ContainsInvalidCharacters=Property name ''{0}'' contains invalid characters, does not match pattern {1}.
ComponentTypeViewerData_CtrlEnterApplyChanges=Ctrl+Enter to apply changes, ESC to cancel.