]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.tests.modelled.ui/scl/Simantics/TestsUI.scl
Ignore multiple modelled tests via context menu action
[simantics/platform.git] / bundles / org.simantics.tests.modelled.ui / scl / Simantics / TestsUI.scl
index 428c18f33017119c5fe162edc97fd042bec7f770..0b99fe784fa2239470ef3f93f80b59f5e2ae6bcf 100644 (file)
@@ -1,14 +1,20 @@
-include "Simantics/Tests"\r
-\r
-createSTSTestAction :: Resource -> <Proc> ()\r
-createSTSTestAction res = do\r
-  syncWrite (\() -> createSTSTest res)\r
-  ()\r
-\r
-importJava "org.simantics.tests.ui.TestsUIUtils" where\r
-    runSTSTestAction :: Resource -> <Proc> ()\r
-    \r
-createSTSSuiteAction :: Resource -> <Proc> ()\r
-createSTSSuiteAction res = do\r
-  syncWrite (\() -> createSTSSuite res)\r
+include "Simantics/Tests"
+
+createSTSTestAction :: Resource -> <Proc> ()
+createSTSTestAction res = do
+  syncWrite (\() -> createSTSTest res)
+  ()
+
+importJava "org.simantics.tests.modelled.ui.TestsUIUtils" where
+    runSTSTestAction :: Resource -> <Proc> ()
+    ignoreSTSTestAction :: [Resource] -> <Proc> ()
+    
+createSTSSuiteAction :: Resource -> <Proc> ()
+createSTSSuiteAction res = do
+  syncWrite (\() -> createSTSSuite res)
+  ()
+
+createSTSVariableAction :: Resource -> <Proc> ()
+createSTSVariableAction res = do
+  syncWrite(\() -> createSTSVariable res)
   ()
\ No newline at end of file