Переглянути джерело

Added execution semantic annotation with documented default behavior

andreas muelder 7 роки тому
батько
коміт
71406fd51b

+ 1 - 1
plugins/org.yakindu.sct.ui.editor/src/org/yakindu/sct/ui/editor/factories/FactoryUtils.java

@@ -42,7 +42,7 @@ import org.yakindu.sct.ui.editor.providers.SemanticHints;
  */
 public final class FactoryUtils {
 
-	private static final String INITIAL_SPECIFICATION = "interface:\n// Define events and\n// and variables here. \n//Use CTRL + Space for content assist.";
+	private static final String INITIAL_SPECIFICATION = "@CycleBased(200)\n\ninterface:\n// Define events and\n// and variables here. \n//Use CTRL + Space for content assist.";
 	private static final int INITIAL_REGION_WIDTH = 400;
 	private static final int INITIAL_REGION_HEIGHT = 400;
 	private static final String INITIAL_REGION_NAME = "main region";