Revision 1557 tmp/org.txm.treetagger.rcp/plugin.xml
plugin.xml (revision 1557) | ||
---|---|---|
32 | 32 |
</extension> |
33 | 33 |
<extension |
34 | 34 |
point="org.eclipse.ui.menus"> |
35 |
<menuContribution |
|
36 |
locationURI="menu:menu.corpus_removed_for_now"> |
|
37 |
<menu |
|
38 |
label="%menu.label" |
|
39 |
mnemonic="%menu.mnemonic" |
|
40 |
id="TreeTagger.menus"> |
|
41 |
<command |
|
42 |
commandId="org.txm.treetagger.commands.Train" |
|
43 |
label="%command.label" |
|
44 |
mnemonic="%command.mnemonic"> |
|
45 |
<visibleWhen |
|
46 |
checkEnabled="false"> |
|
47 |
<reference |
|
48 |
definitionId="OneMainCorpusSelected"> |
|
49 |
</reference> |
|
50 |
</visibleWhen> |
|
51 |
</command> |
|
52 |
<command |
|
53 |
commandId="org.txm.treetagger.commands.Apply" |
|
54 |
label="%command.label.0" |
|
55 |
mnemonic="%command.mnemonic.0"> |
|
56 |
<visibleWhen |
|
57 |
checkEnabled="false"> |
|
58 |
<reference |
|
59 |
definitionId="OneMainCorpusSelected"> |
|
60 |
</reference> |
|
61 |
</visibleWhen> |
|
62 |
</command> |
|
63 |
<command |
|
64 |
commandId="org.txm.treetagger.commands.PropertyProjection" |
|
65 |
label="%command.label.1" |
|
66 |
mnemonic="%command.mnemonic.1"> |
|
67 |
<visibleWhen |
|
68 |
checkEnabled="false"> |
|
69 |
<reference |
|
70 |
definitionId="OneMainCorpusSelected"> |
|
71 |
</reference> |
|
72 |
</visibleWhen> |
|
73 |
</command> |
|
74 |
<command |
|
75 |
commandId="org.txm.treetagger.commands.RemoveProperties" |
|
76 |
label="%command.label.2" |
|
77 |
mnemonic="%command.mnemonic.2"> |
|
78 |
<visibleWhen |
|
79 |
checkEnabled="false"> |
|
80 |
<reference |
|
81 |
definitionId="OneMainCorpusSelected"> |
|
82 |
</reference> |
|
83 |
</visibleWhen> |
|
84 |
</command> |
|
85 |
</menu> |
|
86 |
</menuContribution> |
|
87 | 35 |
</extension> |
88 | 36 |
<extension |
89 | 37 |
point="org.eclipse.ui.preferencePages"> |
Also available in: Unified diff