瀏覽代碼

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

Andreas Mülder 8 年之前
父節點
當前提交
b7c76d1782
共有 1 個文件被更改,包括 12 次插入0 次删除
  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">