From 7a71c1866a7404cd39c921c85c160094eeda410c Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Mon, 13 Nov 2017 15:48:35 +0200 Subject: [PATCH 1/1] Added function createSCLScript to Simantics/SCL API refs #7450 Change-Id: Ie1ed6a809bd897e055789c66d8c62bb44edfeac0 --- bundles/org.simantics.modeling/scl/Simantics/SCL.scl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.simantics.modeling/scl/Simantics/SCL.scl b/bundles/org.simantics.modeling/scl/Simantics/SCL.scl index 72c733a59..05fbc0ee2 100644 --- a/bundles/org.simantics.modeling/scl/Simantics/SCL.scl +++ b/bundles/org.simantics.modeling/scl/Simantics/SCL.scl @@ -43,6 +43,8 @@ importJava "org.simantics.modeling.ModelingUtils" where createSCLScriptDefault :: Resource -> () createPGraphDefault :: Resource -> () createSCLModule :: Resource -> String -> () + createSCLScript :: Resource -> String -> () + createPGraph :: Resource -> String -> () effect SCL "scl" -- 2.43.2