]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.swt/plugin.xml
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.swt / plugin.xml
index 1876451026984dca2e6e3cfaa6be2f391496963a..b2e645bc6bfb67f88c612329ceb2ff776cd0f10d 100644 (file)
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<?eclipse version="3.4"?>\r
-<plugin>\r
-\r
-   <extension\r
-         point="org.eclipse.ui.contexts">\r
-      <context\r
-            description="Property related inline editing is active"\r
-            id="org.simantics.browsing.ui.inlineEditing"\r
-            name="Inline Editing Active"\r
-            parentId="org.eclipse.ui.contexts.window">\r
-      </context>\r
-   </extension>\r
-\r
-   <extension\r
-         point="org.eclipse.ui.handlers">\r
-      <handler\r
-            class="org.eclipse.ui.internal.handlers.WidgetMethodHandler:cut"\r
-            commandId="org.eclipse.ui.edit.cut">\r
-         <activeWhen>\r
-            <reference definitionId="org.simantics.browsing.ui.edit.inline.active" />\r
-         </activeWhen>\r
-      </handler>\r
-      <handler\r
-            class="org.eclipse.ui.internal.handlers.WidgetMethodHandler:copy"\r
-            commandId="org.eclipse.ui.edit.copy">\r
-         <activeWhen>\r
-            <reference definitionId="org.simantics.browsing.ui.edit.inline.active" />\r
-         </activeWhen>\r
-      </handler>\r
-      <handler\r
-            class="org.eclipse.ui.internal.handlers.WidgetMethodHandler:paste"\r
-            commandId="org.eclipse.ui.edit.paste">\r
-         <activeWhen>\r
-            <reference definitionId="org.simantics.browsing.ui.edit.inline.active" />\r
-         </activeWhen>\r
-      </handler>\r
-      <handler\r
-            class="org.eclipse.ui.internal.handlers.SelectAllHandler"\r
-            commandId="org.eclipse.ui.edit.selectAll">\r
-         <activeWhen>\r
-            <reference definitionId="org.simantics.browsing.ui.edit.inline.active" />\r
-         </activeWhen>\r
-      </handler>\r
-   </extension>\r
-   <extension\r
-         point="org.eclipse.core.expressions.definitions">\r
-      <definition\r
-            id="org.simantics.browsing.ui.edit.inline.active">\r
-         <with variable="activeFocusControlId">\r
-            <equals value="org.simantics.browsing.ui.inlineEditing"/>\r
-         </with>\r
-      </definition>\r
-   </extension>\r
-\r
-</plugin>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+   <extension
+         point="org.eclipse.ui.contexts">
+      <context
+            description="Property related inline editing is active"
+            id="org.simantics.browsing.ui.inlineEditing"
+            name="Inline Editing Active"
+            parentId="org.eclipse.ui.contexts.window">
+      </context>
+   </extension>
+
+   <extension
+         point="org.eclipse.ui.handlers">
+      <handler
+            class="org.eclipse.ui.internal.handlers.WidgetMethodHandler:cut"
+            commandId="org.eclipse.ui.edit.cut">
+         <activeWhen>
+            <reference definitionId="org.simantics.browsing.ui.edit.inline.active" />
+         </activeWhen>
+      </handler>
+      <handler
+            class="org.eclipse.ui.internal.handlers.WidgetMethodHandler:copy"
+            commandId="org.eclipse.ui.edit.copy">
+         <activeWhen>
+            <reference definitionId="org.simantics.browsing.ui.edit.inline.active" />
+         </activeWhen>
+      </handler>
+      <handler
+            class="org.eclipse.ui.internal.handlers.WidgetMethodHandler:paste"
+            commandId="org.eclipse.ui.edit.paste">
+         <activeWhen>
+            <reference definitionId="org.simantics.browsing.ui.edit.inline.active" />
+         </activeWhen>
+      </handler>
+      <handler
+            class="org.eclipse.ui.internal.handlers.SelectAllHandler"
+            commandId="org.eclipse.ui.edit.selectAll">
+         <activeWhen>
+            <reference definitionId="org.simantics.browsing.ui.edit.inline.active" />
+         </activeWhen>
+      </handler>
+   </extension>
+   <extension
+         point="org.eclipse.core.expressions.definitions">
+      <definition
+            id="org.simantics.browsing.ui.edit.inline.active">
+         <with variable="activeFocusControlId">
+            <equals value="org.simantics.browsing.ui.inlineEditing"/>
+         </with>
+      </definition>
+   </extension>
+
+</plugin>