How can we move menuitem "IDE Log" of NetBeans RCP from "View" menu to other menu ?
Hiding existing menu
Adding menu like existing menu
Example Layer file
<filesystem>
<folder name="Menu">
<folder name="View">
<file name="Separator2.instance_hidden"/>
<file name="org-netbeans-core-actions-LogAction.shadow_hidden"/>
</folder>
<folder name="Other">
<file name="org-netbeans-core-actions-LogAction.shadow">
<!--org.netbeans.core.actions.LogAction-->
<attr name="originalFile" stringvalue="Actions/View/org-netbeans-core-actions-LogAction.instance"/>
<attr intvalue="500" name="position"/>
</file>
</folder>
</folder>
</filesystem>
Example Project code You can check the bare minimum NetBeans Platform application here https://archive.org/download/application1_201601/application1.zip