Revision 1557
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/editors/ChartEditor.java (revision 1557) | ||
---|---|---|
40 | 40 |
public abstract class ChartEditor<T extends ChartResult> extends TXMEditor<ChartResult>{ |
41 | 41 |
|
42 | 42 |
|
43 |
public final static String CONTEXT_ID_CHART_EDITOR = "org.txm.chartsengine.rcp.editors.ChartEditor"; //$NON-NLS-1$
|
|
43 |
public final static String CONTEXT_ID_CHART_EDITOR = ChartEditor.class.getName();
|
|
44 | 44 |
|
45 | 45 |
/** |
46 | 46 |
* The tool bar. |
tmp/org.txm.chartsengine.rcp/plugin.xml (revision 1557) | ||
---|---|---|
38 | 38 |
<editor |
39 | 39 |
class="org.txm.chartsengine.rcp.editors.ChartEditor" |
40 | 40 |
default="false" |
41 |
id="org.txm.chartsengine.rcp.editors.ChartEditorPart"
|
|
41 |
id="org.txm.chartsengine.rcp.editors.ChartEditor" |
|
42 | 42 |
name="%editor.name"> |
43 | 43 |
</editor> |
44 | 44 |
</extension> |
tmp/org.txm.treetagger.rcp/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"> |
tmp/org.txm.rcp/plugin.xml (revision 1557) | ||
---|---|---|
3031 | 3031 |
</extension> |
3032 | 3032 |
|
3033 | 3033 |
<extension |
3034 |
point="org.eclipse.ui.popupMenus"> |
|
3035 |
<viewerContribution |
|
3036 |
id="projmenu" |
|
3037 |
targetID="org.txm.rcp.views.BasesView"> |
|
3038 |
</viewerContribution> |
|
3039 |
</extension> |
|
3040 |
|
|
3041 |
<extension |
|
3042 | 3034 |
point="org.eclipse.ui.splashHandlers"> |
3043 | 3035 |
<splashHandler |
3044 | 3036 |
class="org.txm.rcp.AbstractSplashHandler2" |
tmp/org.txm.rcp/META-INF/MANIFEST.MF (revision 1557) | ||
---|---|---|
38 | 38 |
org.txm.groovy.core;visibility:=reexport, |
39 | 39 |
org.txm.treetagger.core;visibility:=reexport, |
40 | 40 |
org.eclipse.equinox.p2.discovery.compatibility;bundle-version="1.0.201";visibility:=reexport, |
41 |
org.eclipse.e4.ui.workbench.renderers.swt |
|
41 |
org.eclipse.e4.ui.workbench.renderers.swt;visibility:=reexport
|
|
42 | 42 |
Export-Package: junit.extensions, |
43 | 43 |
junit.framework, |
44 | 44 |
junit.runner, |
tmp/org.txm.core.tests/src/org/txm/core/tests/junit/PluginMessages.java (revision 1557) | ||
---|---|---|
14 | 14 |
|
15 | 15 |
public class PluginMessages extends TXMPluginTest { |
16 | 16 |
|
17 |
String langs[] = {"", "_fr", "_ru"};
|
|
17 |
String langs[] = {""}; |
|
18 | 18 |
|
19 | 19 |
@Override |
20 | 20 |
public void TBXPluginTest(File projectDirectory, String name, String packagePath) throws UnsupportedEncodingException, FileNotFoundException, IOException { |
tmp/org.txm.concordance.rcp/plugin.xml (revision 1557) | ||
---|---|---|
2 | 2 |
<?eclipse version="3.4"?> |
3 | 3 |
<plugin> |
4 | 4 |
<extension-point id="org.txm.rcp.extensionpoint.backtotext" name="%extension-point.name" schema="schema/org.txm.rcp.extensionpoint.backtotext.exsd"/> |
5 |
<extension-point id="org.txm.concordance.rcp.editors.ConcordanceEditorExtension" name="%extension-point.name.0" schema="schema/org.txm.concordance.rcp.concordanceeditor.extension.exsd"/> |
|
6 | 5 |
|
7 | 6 |
<extension |
8 | 7 |
point="org.eclipse.core.runtime.adapters"> |
tmp/org.txm.concordance.rcp/schema/org.txm.concordance.rcp.concordanceeditor.extension.exsd (revision 1557) | ||
---|---|---|
1 |
<?xml version='1.0' encoding='UTF-8'?> |
|
2 |
<!-- Schema file written by PDE --> |
|
3 |
<schema targetNamespace="org.txm.concordance.rcp" xmlns="http://www.w3.org/2001/XMLSchema"> |
|
4 |
<annotation> |
|
5 |
<appinfo> |
|
6 |
<meta.schema plugin="org.txm.concordance.rcp" id="org.txm.concordance.rcp.editors.ConcordanceEditorExtension" name="concordance extension"/> |
|
7 |
</appinfo> |
|
8 |
<documentation> |
|
9 |
Supplementary concordance widgets that can be installed after the Concordance editor has set its own widgets |
|
10 |
</documentation> |
|
11 |
</annotation> |
|
12 |
|
|
13 |
<element name="extension"> |
|
14 |
<annotation> |
|
15 |
<appinfo> |
|
16 |
<meta.element /> |
|
17 |
</appinfo> |
|
18 |
</annotation> |
|
19 |
<complexType> |
|
20 |
<choice minOccurs="1" maxOccurs="unbounded"> |
|
21 |
<element ref="concextension"/> |
|
22 |
</choice> |
|
23 |
<attribute name="point" type="string" use="required"> |
|
24 |
<annotation> |
|
25 |
<documentation> |
|
26 |
|
|
27 |
</documentation> |
|
28 |
</annotation> |
|
29 |
</attribute> |
|
30 |
<attribute name="id" type="string"> |
|
31 |
<annotation> |
|
32 |
<documentation> |
|
33 |
|
|
34 |
</documentation> |
|
35 |
</annotation> |
|
36 |
</attribute> |
|
37 |
<attribute name="name" type="string"> |
|
38 |
<annotation> |
|
39 |
<documentation> |
|
40 |
|
|
41 |
</documentation> |
|
42 |
<appinfo> |
|
43 |
<meta.attribute translatable="true"/> |
|
44 |
</appinfo> |
|
45 |
</annotation> |
|
46 |
</attribute> |
|
47 |
</complexType> |
|
48 |
</element> |
|
49 |
|
|
50 |
<element name="concextension"> |
|
51 |
<complexType> |
|
52 |
<attribute name="class" type="string"> |
|
53 |
<annotation> |
|
54 |
<documentation> |
|
55 |
|
|
56 |
</documentation> |
|
57 |
<appinfo> |
|
58 |
<meta.attribute kind="java" basedOn="org.txm.concordance.rcp.editors.ConcordanceEditorExtension:"/> |
|
59 |
</appinfo> |
|
60 |
</annotation> |
|
61 |
</attribute> |
|
62 |
<attribute name="name" type="string"> |
|
63 |
<annotation> |
|
64 |
<documentation> |
|
65 |
The extension name |
|
66 |
</documentation> |
|
67 |
</annotation> |
|
68 |
</attribute> |
|
69 |
</complexType> |
|
70 |
</element> |
|
71 |
|
|
72 |
<annotation> |
|
73 |
<appinfo> |
|
74 |
<meta.section type="since"/> |
|
75 |
</appinfo> |
|
76 |
<documentation> |
|
77 |
[Enter the first release in which this extension point appears.] |
|
78 |
</documentation> |
|
79 |
</annotation> |
|
80 |
|
|
81 |
<annotation> |
|
82 |
<appinfo> |
|
83 |
<meta.section type="examples"/> |
|
84 |
</appinfo> |
|
85 |
<documentation> |
|
86 |
[Enter extension point usage example here.] |
|
87 |
</documentation> |
|
88 |
</annotation> |
|
89 |
|
|
90 |
<annotation> |
|
91 |
<appinfo> |
|
92 |
<meta.section type="apiinfo"/> |
|
93 |
</appinfo> |
|
94 |
<documentation> |
|
95 |
[Enter API information here.] |
|
96 |
</documentation> |
|
97 |
</annotation> |
|
98 |
|
|
99 |
<annotation> |
|
100 |
<appinfo> |
|
101 |
<meta.section type="implementation"/> |
|
102 |
</appinfo> |
|
103 |
<documentation> |
|
104 |
[Enter information about supplied implementation of this extension point.] |
|
105 |
</documentation> |
|
106 |
</annotation> |
|
107 |
|
|
108 |
|
|
109 |
</schema> |
Also available in: Unified diff