Salome HOME
Fix compilation error
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index 29520489847df724966e59066d934c4cf4159558..ea913123b87290bd257e49b2f009961753ef997d 100644 (file)
@@ -1,15 +1,6 @@
 <plugin>
   <workbench id="Features" document="Part">
     <group id="Collections">
-      <feature id="Group"
-        title="Group"
-        tooltip="Create named collection of geometry entities"
-        icon="icons/Collection/shape_group.png"
-        apply_continue="true"
-        helpfile="groupFeature.html">
-        <source path="group_widget.xml"/>
-      </feature>
-
       <feature id="Field"
         title="Field"
         tooltip="Create fields for selected shapes"
         <validator id="CollectionPlugin_FieldValidator"/>
       </feature>
 
+      <feature id="Group"
+        title="Group"
+        tooltip="Create named collection of geometry entities"
+        icon="icons/Collection/shape_group.png"
+        apply_continue="true"
+        helpfile="groupFeature.html"
+        hidefaces_panel="true">
+        <source path="group_widget.xml"/>
+      </feature>
+
       <feature id="GroupAddition"
         title="Group Addition"
         tooltip="Join several groups to single group"
         icon="icons/Collection/group_addition.png"
-        apply_continue="true"
         helpfile="groupAdditionFeature.html">
         <source path="group_addition_widget.xml"/>
       </feature>
         title="Group Intersection"
         tooltip="Get elements existing in all groups"
         icon="icons/Collection/group_intersection.png"
-        apply_continue="true"
         helpfile="groupIntersectionFeature.html">
         <source path="group_intersection_widget.xml"/>
       </feature>
+
+      <feature id="GroupSubstraction"
+        title="Group Substraction"
+        tooltip="Exclude elements existing tool groups"
+        icon="icons/Collection/group_substraction.png"
+        helpfile="groupSubstractionFeature.html">
+        <source path="group_substraction_widget.xml"/>
+      </feature>
     </group>
   </workbench>
 </plugin>