]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/Messages.java
Added new UC SCL script phase: cleanup
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / componentTypeEditor / Messages.java
index e84c6ffafda039b9da5659c67bbea7967c692e6c..50c06334d5892d15e9663fc876af2921f00bdabb 100644 (file)
@@ -6,9 +6,13 @@ public class Messages extends NLS {
        private static final String BUNDLE_NAME = "org.simantics.modeling.ui.componentTypeEditor.messages"; //$NON-NLS-1$
        public static String ComponentTypeEditor_UserComponentInterface;
        public static String ComponentTypeScriptEditor_ExecuteAnalogAutomation;
+       public static String ComponentTypeScriptEditor_ExecuteAfterEachStep;
        public static String ComponentTypeScriptEditor_ExecuteAtEachStep;
+       public static String ComponentTypeScriptEditor_ExecuteBeforeEachStep;
        public static String ComponentTypeScriptEditor_ExecuteBinaryAutomation;
-       public static String ComponentTypeScriptEditor_ExecuteDuringPreparation;
+       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;