Salome HOME
Concealed objects now also ersaed in the viewer
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
index b3fdc4608c6ae1054cff9a91c7201cdf2412605b..217afb33e3865245144c31679a79a535bf2b32cb 100644 (file)
@@ -1,11 +1,27 @@
 <plugin>
   <workbench id="Construction">
     <group id="Basic">
-      <feature id="Point" title="Point" tooltip="Create a new point" icon=":icons/point.png">
-        <source path="point_widget.xml"/>
+      <feature
+        id="Point"
+        title="Point"
+        tooltip="Create a new point"
+        icon=":icons/point.png">
+        <source path="point_widget.xml" />
       </feature>
-      <feature id="Axis" title="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence="" internal="true"/>
-      <feature id="Plane" title="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence="" internal="true"/>
+      <feature
+        id="Axis"
+        title="Axis"
+        tooltip="Create a new axis"
+        icon=":icons/axis.png"
+        keysequence=""
+        internal="true" />
+      <feature
+        id="Plane"
+        title="Plane"
+        tooltip="Create a new plane"
+        icon=":icons/plane.png"
+        keysequence=""
+        internal="true" />
     </group>
-</workbench>  
-</plugin>
+  </workbench>
+</plugin>
\ No newline at end of file