Révision 1149
tmp/org.txm.specificities.core/src/org/txm/specificities/core/functions/Specificities.java (revision 1149) | ||
---|---|---|
34 | 34 |
import java.io.IOException; |
35 | 35 |
import java.io.OutputStreamWriter; |
36 | 36 |
import java.io.UnsupportedEncodingException; |
37 |
import java.util.ArrayList; |
|
38 | 37 |
import java.util.Arrays; |
39 | 38 |
import java.util.List; |
40 | 39 |
|
41 | 40 |
import org.rosuda.REngine.REXP; |
42 | 41 |
import org.txm.core.preferences.TBXPreferences; |
43 |
import org.txm.core.preferences.TXMPreferences; |
|
44 | 42 |
import org.txm.core.results.Parameter; |
45 | 43 |
import org.txm.core.results.TXMParameters; |
46 | 44 |
import org.txm.core.results.TXMResult; |
... | ... | |
194 | 192 |
// recompute the lexical table |
195 | 193 |
// if(this.hasParameterChanged(TBXPreferences.UNIT_PROPERTY)) { |
196 | 194 |
// this.lexicalTable.setUnitProperty(this.unitProperty); |
197 |
// this.lexicalTable.compute(this, false);
|
|
195 |
// this.lexicalTable.compute(this); |
|
198 | 196 |
// } |
199 | 197 |
|
200 | 198 |
// delete the specificities selection chart children since they can not be valid anymore |
tmp/org.txm.lexicaltable.core/src/org/txm/lexicaltable/core/statsengine/r/data/LexicalTableImpl.java (revision 1149) | ||
---|---|---|
73 | 73 |
/** The sortedindex. */ |
74 | 74 |
private int[] sortedindex; |
75 | 75 |
|
76 |
//protected ArrayList<Integer> frequencies; |
|
77 |
|
|
78 | 76 |
/** |
79 | 77 |
* Instantiates a new lexical table impl. |
80 | 78 |
* |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/handlers/results/DeleteObject.java (revision 1149) | ||
---|---|---|
258 | 258 |
// // FIXME: when TXMResult will be implemented, only this code must be left |
259 | 259 |
if (o instanceof TXMResult) { |
260 | 260 |
((TXMResult) o).delete(); |
261 |
Log.info(NLS.bind(TXMUIMessages.DeleteObject_10, ((TXMResult) o).getName()));
|
|
261 |
Log.info(NLS.bind(TXMUIMessages.DeleteObject_10, ((TXMResult) o))); |
|
262 | 262 |
deleted.add(o); |
263 | 263 |
} else { |
264 | 264 |
System.out.println("Cant delete: "+o); |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_fr.properties (revision 1149) | ||
---|---|---|
237 | 237 |
DeleteLines_0 = Le tableau doit comporter au moins une ligne |
238 | 238 |
|
239 | 239 |
DeleteObject_0 = Voulez-vous vraiment supprimer {0} ? |
240 |
DeleteObject_10 = {0} supprimé |
|
241 |
DeleteObject_3 = ** Erreur lors de la suppression |
|
240 |
DeleteObject_10 = {0} supprimé.
|
|
241 |
DeleteObject_3 = ** Erreur lors de la suppression.
|
|
242 | 242 |
DeleteObject_4 = Erreur lors de la suppression de {0} : {1} |
243 | 243 |
DeleteObject_5 = Suppression de {0} |
244 | 244 |
|
tmp/org.txm.rcp/plugin.xml (revision 1149) | ||
---|---|---|
2516 | 2516 |
name="%command.name.91"> |
2517 | 2517 |
</command> |
2518 | 2518 |
<command |
2519 |
defaultHandler="org.txm.rcp.handlers.results.CloneTXMResult" |
|
2520 |
id="CloneTXMResult" |
|
2521 |
name="Clone"> |
|
2522 |
</command> |
|
2523 |
<command |
|
2524 | 2519 |
defaultHandler="org.txm.rcp.views.debug.RefreshDebugView" |
2525 | 2520 |
id="org.txm.rcp.views.debug.RefreshDebugView" |
2526 | 2521 |
name="%command.name.27"> |
... | ... | |
2626 | 2621 |
<command |
2627 | 2622 |
categoryId="org.txm.rcp.categories.results" |
2628 | 2623 |
defaultHandler="org.txm.rcp.handlers.results.SetTXMResultPersistentState" |
2629 |
description="%command.description.7" |
|
2630 | 2624 |
id="org.txm.rcp.handlers.results.SetTXMResultPersistentState" |
2631 | 2625 |
name="%command.name.33"> |
2632 | 2626 |
</command> |
2627 |
<command |
|
2628 |
defaultHandler="org.txm.rcp.handlers.results.CloneTXMResult" |
|
2629 |
id="CloneTXMResult" |
|
2630 |
name="Clone"> |
|
2631 |
</command> |
|
2633 | 2632 |
</extension> |
2634 | 2633 |
<extension |
2635 | 2634 |
id="scripts" |
... | ... | |
3026 | 3025 |
schemeId="org.txm.rcp.scheme" |
3027 | 3026 |
sequence="F2"> |
3028 | 3027 |
</key> |
3028 |
<key |
|
3029 |
commandId="org.txm.rcp.handlers.results.SetTXMResultPersistentState" |
|
3030 |
contextId="org.txm.rcp.views.corpora.CorporaView" |
|
3031 |
schemeId="org.txm.rcp.scheme" |
|
3032 |
sequence="M1+S"> |
|
3033 |
</key> |
|
3029 | 3034 |
</extension> |
3030 | 3035 |
<extension |
3031 | 3036 |
point="org.eclipse.e4.ui.css.swt.theme"> |
tmp/org.txm.rcp/OSGI-INF/l10n/bundle.properties (revision 1149) | ||
---|---|---|
237 | 237 |
command.name.30 = IndexToConcordance |
238 | 238 |
command.name.31 = Change language |
239 | 239 |
command.name.32 = Compute |
240 |
command.name.33 = Keep result
|
|
240 |
command.name.33 = Keep |
|
241 | 241 |
command.name.34 = ExportSVG |
242 | 242 |
command.name.36 = ComputeLexicalTable |
243 | 243 |
command.name.37 = Delete |
tmp/org.txm.rcp/OSGI-INF/l10n/bundle_fr.properties (revision 1149) | ||
---|---|---|
243 | 243 |
command.name.30 = IndexToConcordances |
244 | 244 |
command.name.31 = Changer la langue |
245 | 245 |
command.name.32 = Progression |
246 |
command.name.33 = Conserver le r\u00E9sultat
|
|
246 |
command.name.33 = Conserver |
|
247 | 247 |
command.name.34 = ExportSVG |
248 | 248 |
command.name.35 = ComputeCooccurrences |
249 | 249 |
command.name.36 = ComputeLexicalTable |
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/editors/ChartEditor.java (revision 1149) | ||
---|---|---|
75 | 75 |
*/ |
76 | 76 |
protected MultiPageEditorPart parentMultiPagesEditor = null; |
77 | 77 |
|
78 |
|
|
78 |
/** |
|
79 |
* Token used to deactivate the context after it has been activated. |
|
80 |
*/ |
|
79 | 81 |
protected IContextActivation contextActivationToken; |
80 | 82 |
|
81 | 83 |
|
Formats disponibles : Unified diff