]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Added Edit main menu to all Simantics Desktop based applications 02/1302/2
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 7 Dec 2017 14:31:54 +0000 (16:31 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 7 Dec 2017 14:31:54 +0000 (16:31 +0200)
refs #7667

Change-Id: Ie4f41081f6eb070031d0f3b56f9cd1418f72e353

bundles/org.simantics.desktop.ui/plugin.xml

index 128d7830825fdc2fe35e0cac99e4cefe93e63b61..4cd4c8be712bc44b93bb1bc78dbc1aaea3543085 100644 (file)
                id="org.simantics.desktop.ui.fileMenu.modeledActions">
          </dynamic>
       </menuContribution>
+      <menuContribution
+            locationURI="menu:edit">
+         <separator
+               name="edit.start"
+               visible="false">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.edit.undo">
+         </command>
+         <command
+               commandId="org.eclipse.ui.edit.redo">
+         </command>
+         <separator
+               name="undo.ext"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.edit.cut">
+         </command>
+         <command
+               commandId="org.eclipse.ui.edit.copy">
+         </command>
+         <command
+               commandId="org.eclipse.ui.edit.paste">
+         </command>
+         <separator
+               name="copy.ext"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.edit.delete">
+         </command>
+         <command
+               commandId="org.eclipse.ui.edit.selectAll">
+         </command>
+         <separator
+               name="additions"
+               visible="false">
+         </separator>
+      </menuContribution>
       <menuContribution
             locationURI="popup:#ModelBrowserPopup">
          <separator