Revision a998e6a0
ref #6596 Replace CTRL+S keybinding with our own binding
- this is done via model processors
- this allows to use our SaveHandler to handle all save events
eu.etaxonomy.taxeditor.workbench/plugin.xml | ||
---|---|---|
9 | 9 |
apply="always" |
10 | 10 |
uri="fragment.e4xmi"> |
11 | 11 |
</fragment> |
12 |
<processor |
|
13 |
apply="always" |
|
14 |
beforefragment="false" |
|
15 |
class="eu.etaxonomy.taxeditor.workbench.WorkbenchProcessor"> |
|
16 |
<element |
|
17 |
id="org.eclipse.ui.contexts.window"> |
|
18 |
</element> |
|
19 |
<element |
|
20 |
id="eu.etaxonomy.taxeditor.workbench.keybinding.save"> |
|
21 |
</element> |
|
22 |
</processor> |
|
12 | 23 |
</extension> |
13 | 24 |
|
14 | 25 |
</plugin> |
Also available in: Unified diff