From: Tuukka Lehtonen Date: Mon, 13 Nov 2017 14:03:08 +0000 (+0200) Subject: Merge "Added function createSCLScript to Simantics/SCL API" X-Git-Tag: v1.31.0~43 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=d2897ed06374eee4d91ba495c71c47eef370c52e;hp=c6454f626ffed495aef3f8bec2765cde6784946a Merge "Added function createSCLScript to Simantics/SCL API" --- 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"