Revision 859 tmp/org.txm.links.rcp/plugin.xml
plugin.xml (revision 859) | ||
---|---|---|
16 | 16 |
</command> |
17 | 17 |
</menuContribution> |
18 | 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> |
|
19 | 45 |
|
20 | 46 |
</plugin> |
Also available in: Unified diff