Browse Source

Note Attachments can be deleted via DEL / Delete model (#335)

Andreas Mülder 8 years ago
parent
commit
b7c76d1782
1 changed files with 12 additions and 0 deletions
  1. 12 0
      plugins/org.yakindu.sct.ui.editor/plugin.xml

+ 12 - 0
plugins/org.yakindu.sct.ui.editor/plugin.xml

@@ -530,6 +530,18 @@
                <GlobalActionId
                      actionId="cut">
                </GlobalActionId>
+            </ElementType>
+              <ElementType
+                  class="org.eclipse.gmf.runtime.diagram.ui.internal.editparts.NoteAttachmentEditPart">
+               <GlobalActionId
+                     actionId="delete">
+               </GlobalActionId>
+               <GlobalActionId
+                     actionId="copy">
+               </GlobalActionId>
+               <GlobalActionId
+                     actionId="cut">
+               </GlobalActionId>
             </ElementType>
              <ElementType
                   class="org.eclipse.gmf.runtime.diagram.ui.internal.editparts.TextEditPart">