]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/scl/Simantics/Testing/BuiltinKeys.scl
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / scl / Simantics / Testing / BuiltinKeys.scl
index 520508a5bf6c030c351e45188451afddc16d4c49..e8087a5a4a9a59a9b9416c9ef23b8cc143add4b6 100644 (file)
@@ -1,24 +1,24 @@
-import "Simantics/DB"\r
-\r
-importJava "org.simantics.browsing.ui.NodeContext$ConstantKey" where\r
-    """\r
-    A key interface used for querying constants from INodeContext. Create static instances of this interface to create re-usable keys. \r
-    """\r
-    data ConstantKey\r
-\r
-importJava "org.simantics.browsing.ui.BuiltinKeys" where\r
-    \r
-    """\r
-    This key is used for storing the main input object into a NodeContext. \r
-    """\r
-    INPUT :: ConstantKey\r
-    \r
-    """\r
-    This key is used for storing the node-specific BrowseContext input object into a NodeContext. \r
-    """\r
-    BROWSE_CONTEXT :: ConstantKey\r
-    \r
-    """\r
-    This key is used for storing the node-specific ActionBrowseContext input object into a NodeContext.\r
-    """\r
+import "Simantics/DB"
+
+importJava "org.simantics.browsing.ui.NodeContext$ConstantKey" where
+    """
+    A key interface used for querying constants from INodeContext. Create static instances of this interface to create re-usable keys. 
+    """
+    data ConstantKey
+
+importJava "org.simantics.browsing.ui.BuiltinKeys" where
+    
+    """
+    This key is used for storing the main input object into a NodeContext. 
+    """
+    INPUT :: ConstantKey
+    
+    """
+    This key is used for storing the node-specific BrowseContext input object into a NodeContext. 
+    """
+    BROWSE_CONTEXT :: ConstantKey
+    
+    """
+    This key is used for storing the node-specific ActionBrowseContext input object into a NodeContext.
+    """
     ACTION_BROWSE_CONTEXT :: ConstantKey
\ No newline at end of file