فهرست منبع

Added execution semantic annotation with documented default behavior

andreas muelder 7 سال پیش
والد
کامیت
71406fd51b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      plugins/org.yakindu.sct.ui.editor/src/org/yakindu/sct/ui/editor/factories/FactoryUtils.java

+ 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";