Révision 744
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/editors/ProgressionEditor.java (revision 744) | ||
---|---|---|
394 | 394 |
for (int i = 0; i < queryWidgets.size(); i++) { |
395 | 395 |
|
396 | 396 |
if (queryWidgets.get(i).getQuery().getQueryString().equals(initialQuery)) { |
397 |
System.out.println("The query already exists: "+initialQuery);
|
|
397 |
System.out.println("The query already exists: " + initialQuery);
|
|
398 | 398 |
return null; |
399 | 399 |
} |
400 | 400 |
} |
tmp/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/editors/LexicalTableEditor.java (revision 744) | ||
---|---|---|
444 | 444 |
int i = 3; |
445 | 445 |
for (String colname : colnames.asStringsArray()) { |
446 | 446 |
TableColumn partColumn = viewer.getTable().getColumn(i); |
447 |
partColumn.setText(colname+" t="+colmargins[i - 3]); //$NON-NLS-1$
|
|
447 |
partColumn.setText(colname + " t=" + colmargins[i - 3]); //$NON-NLS-1$
|
|
448 | 448 |
partColumn.setToolTipText(colname); |
449 | 449 |
collist.add(colname); |
450 | 450 |
i++; |
... | ... | |
470 | 470 |
// Refresh and pack the columns |
471 | 471 |
TXMEditor.packColumns(this.viewer); |
472 | 472 |
|
473 |
// updateEditorFromResult(false); |
|
474 |
|
|
475 | 473 |
this.viewer.getTable().deselectAll(); |
476 | 474 |
this.viewer.getTable().setFocus(); |
477 | 475 |
} |
Formats disponibles : Unified diff