]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph
Merge commit '876ede6'
[simantics/platform.git] / bundles / org.simantics.modeling.ontology / graph / Modeling.pgraph
index b8ab1cbfa2017cb5d3ab1f13664a4d1eb9e50f53..d026eb2b5a3982f6bf561f49056fe94268d165ad 100644 (file)
@@ -298,11 +298,12 @@ MOD.ModelBrowser <T VIEW.Explorer
 \r
 MOD.PlainModelBrowser : MOD.ModelBrowser\r
 \r
+MOD.Functions.sclValue : L0.ExternalValue\r
+\r
 MOD.MonitorValue <T STR.MonitorValue\r
   @L0.assert L0.valueAccessor\r
     MOD.Functions.monitorValueAccessor : L0.ExternalValue\r
-  @L0.assert L0.ConvertsToValueWith\r
-    MOD.Functions.sclValue : L0.ExternalValue\r
+  @L0.assert L0.ConvertsToValueWith MOD.Functions.sclValue\r
   @L0.assert L0.SCLValue.environment\r
     _ : L0.SCLValue.Environment\r
       L0.SCLValue.Environment.moduleName "Simantics/All"\r
@@ -311,8 +312,7 @@ MOD.MonitorValue <T STR.MonitorValue
     MOD.Functions.monitorReadOnly : L0.Function\r
 \r
 MOD.SCLValue <T L0.SCLValue\r
-  @L0.assert L0.ConvertsToValueWith\r
-    MOD.Functions.sclValue : L0.ExternalValue\r
+  @L0.assert L0.ConvertsToValueWith MOD.Functions.sclValue\r
   /*@L0.assert L0.SCLValue.environment\r
     _ : L0.SCLValue.Environment\r
       L0.SCLValue.Environment.moduleName "Simantics/All"\r
@@ -501,5 +501,9 @@ MOD.editorContribution : L0.Template
                 L0.SCLValue.expression %canHandle\r
                 L0.HasValueType "Resource -> <ReadGraph> Boolean"\r
                 \r
+MOD.SVGTabContribution : SEL.SCLTabContribution\r
+  @MOD.scl SEL.SCLTabContribution.instantiate\r
+    "svgTabContribution"\r
+    "() -> <Proc> TabContribution"\r
 \r
       
\ No newline at end of file