Révision 3514
TXM/trunk/org.txm.treesearch.rcp/plugin.xml (revision 3514) | ||
---|---|---|
97 | 97 |
</visibleWhen> |
98 | 98 |
</command> |
99 | 99 |
</menuContribution> |
100 |
<menuContribution |
|
101 |
locationURI="popup:org.txm.edition.rcp.editors.SynopticEditionEditor"> |
|
102 |
<command |
|
103 |
commandId="org.txm.treesearch.command.ComputeTreeSearch" |
|
104 |
icon="icons/functions/Tree.png" |
|
105 |
label="%command.label" |
|
106 |
style="push"> |
|
107 |
</command> |
|
108 |
</menuContribution> |
|
109 | 100 |
|
110 | 101 |
</extension> |
111 | 102 |
<extension |
TXM/trunk/org.txm.tigersearch.rcp/src/org/txm/function/tigersearch/TIGERSearch.java (revision 3514) | ||
---|---|---|
7 | 7 |
import java.util.List; |
8 | 8 |
|
9 | 9 |
import org.apache.commons.lang.StringUtils; |
10 |
import org.txm.concordance.core.preferences.ConcordancePreferences; |
|
10 | 11 |
import org.txm.core.results.TXMParameters; |
11 | 12 |
import org.txm.objects.CorpusBuild; |
13 |
import org.txm.searchengine.core.IQuery; |
|
12 | 14 |
import org.txm.searchengine.core.SearchEnginesManager; |
13 | 15 |
import org.txm.searchengine.core.Selection; |
14 | 16 |
import org.txm.searchengine.cqp.CQPSearchEngine; |
... | ... | |
228 | 230 |
|
229 | 231 |
@Override |
230 | 232 |
public boolean loadParameters() throws Exception { |
233 |
|
|
234 |
this.pQuery = new TIGERQuery(this.getStringParameterValue(ConcordancePreferences.QUERY)); |
|
235 |
|
|
231 | 236 |
return true; |
232 | 237 |
} |
233 | 238 |
|
TXM/trunk/org.txm.edition.rcp/src/org/txm/edition/rcp/handlers/SendEditionTo.java (revision 3514) | ||
---|---|---|
27 | 27 |
// |
28 | 28 |
package org.txm.edition.rcp.handlers; |
29 | 29 |
|
30 |
import java.util.ArrayList; |
|
31 |
import java.util.Arrays; |
|
32 |
|
|
33 | 30 |
import org.eclipse.core.commands.ExecutionEvent; |
34 | 31 |
import org.eclipse.jface.viewers.ISelection; |
35 | 32 |
import org.eclipse.osgi.util.NLS; |
Formats disponibles : Unified diff