Révision 2007
tmp/org.txm.ca.rcp/src/org/txm/ca/rcp/handlers/ComputeCA.java (revision 2007) | ||
---|---|---|
93 | 93 |
if (selection instanceof Partition) { |
94 | 94 |
|
95 | 95 |
final Partition partition = (Partition) selection; |
96 |
|
|
96 |
partition.compute(false); |
|
97 | 97 |
// not enough parts error |
98 | 98 |
if (partition.getPartsCount() < 4) { |
99 | 99 |
Display.getDefault().syncExec(new Runnable() { |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_fr.properties (revision 2007) | ||
---|---|---|
46 | 46 |
|
47 | 47 |
advancedUserMode = Mode avancé |
48 | 48 |
|
49 |
allCriteria = Tous les critères ensembles (&) |
|
49 |
allCriteria = Tous les critères ensembles (&&)
|
|
50 | 50 |
|
51 | 51 |
alwaysSaveBeforeLaunching = Toujours sauvegarder avant de lancer |
52 | 52 |
|
tmp/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/editors/LexicalTableEditor.java (revision 2007) | ||
---|---|---|
363 | 363 |
MergeLines.mergeLines(LexicalTableEditor.this, d.getMergeName(), rowindices); |
364 | 364 |
} else { |
365 | 365 |
lexicalTable.getData().removeRows(rowindices); |
366 |
lexicalTable.setAltered(); |
|
367 | 366 |
compute(false); |
368 | 367 |
} |
368 |
lexicalTable.setAltered(); |
|
369 | 369 |
} |
370 | 370 |
} |
371 | 371 |
|
... | ... | |
373 | 373 |
public void widgetDefaultSelected(SelectionEvent e) { |
374 | 374 |
} |
375 | 375 |
}); |
376 |
|
|
377 | 376 |
|
378 |
|
|
379 | 377 |
// Result area |
380 | 378 |
Composite resultArea = this.getResultArea(); |
381 | 379 |
|
Formats disponibles : Unified diff