blob: 0ce38768bee65fb5db6d4ebdad3c53317d94dd48 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension-point id="org.eclipse.emfforms.editor.toolbarActions" name="toolbarActions" schema="schema/org.eclipse.emfforms.editor.toolbarActions.exsd"/>
<extension
point="org.eclipse.ui.commands">
<category
id="org.eclipse.emfforms.editor.commands.category"
name="Ecore Actions">
</category>
<command
categoryId="org.eclipse.emfforms.editor.commands.category"
id="org.eclipse.emfforms.editor.new"
name="New Child Element">
</command>
<command
categoryId="org.eclipse.emfforms.editor.commands.category"
id="org.eclipse.emfforms.editor.new.sibling"
name="New Sibling">
</command>
<command
categoryId="org.eclipse.emfforms.editor.commands.category"
id="org.eclipse.emfforms.editor.delete"
name="Delete Element">
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="org.eclipse.emfforms.internal.editor.handlers.ShortcutHandler"
commandId="org.eclipse.emfforms.editor.delete">
</handler>
<handler
class="org.eclipse.emfforms.internal.editor.handlers.ShortcutHandler"
commandId="org.eclipse.emfforms.editor.new">
</handler>
<handler
class="org.eclipse.emfforms.internal.editor.handlers.ShortcutHandler"
commandId="org.eclipse.emfforms.editor.new.sibling">
</handler>
</extension>
<extension
point="org.eclipse.ui.bindings">
<key
commandId="org.eclipse.emfforms.editor.new"
contextId="org.eclipse.emfforms.editor.context"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="Ctrl+N">
</key>
<key
commandId="org.eclipse.emfforms.editor.new.sibling"
contextId="org.eclipse.emfforms.editor.context"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="Ctrl+Shift+N">
</key>
<key
commandId="org.eclipse.emfforms.editor.delete"
contextId="org.eclipse.emfforms.editor.context"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="DEL">
</key>
</extension>
<extension
point="org.eclipse.ui.contexts">
<context
id="org.eclipse.emfforms.editor.context"
parentId="org.eclipse.ui.contexts.window"
name="Generic Editor">
</context>
</extension>
</plugin>