Andreas Mülder 14 лет назад
Родитель
Сommit
3267ccdf4f
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      plugins/org.yakindu.sct.ui.editor/plugin.xml

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

@@ -760,6 +760,16 @@
                </GlobalActionId>
             </ElementType>
          </ViewId>
+      </GlobalActionHandlerProvider>
+       <GlobalActionHandlerProvider class="org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers.DiagramIDEGlobalActionHandlerProvider" id="ideActionHandlerProvider">
+         <Priority name="Lowest">
+         </Priority>
+         <ViewId id="org.yakindu.sct.ui.editor.editor.StatechartDiagramEditor">
+            <ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart">
+               <GlobalActionId actionId="bookmark">
+               </GlobalActionId>
+            </ElementType>
+         </ViewId>
       </GlobalActionHandlerProvider>
       </extension>
    
@@ -822,5 +832,7 @@
             priority="medium">
       </factory>
    </extension>
+   
+   
 
 </plugin>