]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.eclipse.ui.workbench/plugin.xml
Prepare Argeo Commons 2.1.27 release
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / plugin.xml
index 5e140f4180fcdfef61e68b4a052c022f66738860..5e281b29a3ed22b75e3a285594fa73e1a4a2bcfc 100644 (file)
                id="org.argeo.eclipse.ui.workbench.dumpNode"
                name="Dump Current Selected Node">
                </command>
+               <command
+               defaultHandler="org.argeo.eclipse.ui.workbench.commands.RenameNode"
+               id="org.argeo.eclipse.ui.workbench.renameNode"
+               name="Rename Current Selected Node">
+               </command>
+               <command
+               defaultHandler="org.argeo.eclipse.ui.workbench.commands.NodeConfigurableDump"
+               id="org.argeo.eclipse.ui.workbench.nodeConfigurableDump"
+               name="Configurable dump of the selected Node">
+               </command>
                <command
                        defaultHandler="org.argeo.eclipse.ui.workbench.commands.SortChildNodes"
                        id="org.argeo.eclipse.ui.workbench.sortChildNodes"
                                        </and> </iterate>
                                </visibleWhen>
                        </command>
+                       <command
+                       commandId="org.argeo.eclipse.ui.workbench.renameNode"
+                       icon="icons/rename.gif"
+                               label="Rename..."
+                               style="push">
+                               <visibleWhen>
+                                       <iterate> <and>
+                                               <instanceof value="org.argeo.eclipse.ui.workbench.jcr.internal.model.SingleJcrNodeElem"></instanceof>
+                               <with variable="activeMenuSelection"><count value="1"/></with>
+                                       </and> </iterate>
+                               </visibleWhen>
+                       </command>
+                       <command
+                       commandId="org.argeo.eclipse.ui.workbench.nodeConfigurableDump"
+                       icon="icons/dumpNode.gif"
+                               label="Configurable dump..."
+                               style="push">
+                               <visibleWhen>
+                                       <iterate> 
+                                               <and>
+                                                       <instanceof value="org.argeo.eclipse.ui.workbench.jcr.internal.model.SingleJcrNodeElem"></instanceof>
+                                       <with variable="activeMenuSelection"><count value="1"/></with>
+                                               </and> 
+                                       </iterate>
+                               </visibleWhen>
+                       </command>
                </menuContribution>
        </extension>