From: Tuukka Lehtonen Date: Mon, 13 Nov 2017 13:48:35 +0000 (+0200) Subject: Added function createSCLScript to Simantics/SCL API X-Git-Tag: v1.31.0~43^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=7a71c1866a7404cd39c921c85c160094eeda410c Added function createSCLScript to Simantics/SCL API refs #7450 Change-Id: Ie1ed6a809bd897e055789c66d8c62bb44edfeac0 --- 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"