root / tmp / org.txm.links.rcp / plugin.xml @ 859
History | View | Annotate | Download (1.4 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.eclipse.ui.menus"> |
6 |
<menuContribution
|
7 |
locationURI="popup:org.txm.rcp.editors.TXMBrowser"> |
8 |
<command
|
9 |
commandId="org.txm.synopticedition.rcp.commands.link.TextToConcordance" |
10 |
label="%command.label.73" |
11 |
style="push"> |
12 |
</command>
|
13 |
<command
|
14 |
commandId="org.txm.synopticedition.rcp.commands.editor.Copy" |
15 |
label="%command.label.19"> |
16 |
</command>
|
17 |
</menuContribution>
|
18 |
</extension>
|
19 |
<extension
|
20 |
point="org.eclipse.ui.contexts"> |
21 |
<context
|
22 |
id="sendSelectionToContext" |
23 |
name="sendSelectionToContext" |
24 |
parentId="org.eclipse.ui.contexts.window"> |
25 |
</context>
|
26 |
</extension>
|
27 |
<extension
|
28 |
point="org.eclipse.core.expressions.definitions"> |
29 |
<definition
|
30 |
id="SendSelectionContextNotActive"> |
31 |
<not>
|
32 |
<with
|
33 |
variable="activeContexts"> |
34 |
<iterate
|
35 |
ifEmpty="false" |
36 |
operator="or"> |
37 |
<equals
|
38 |
value="sendSelectionToContext"> |
39 |
</equals>
|
40 |
</iterate>
|
41 |
</with>
|
42 |
</not>
|
43 |
</definition>
|
44 |
</extension>
|
45 |
|
46 |
</plugin>
|