Révision 1905
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMEditor.java (revision 1905) | ||
---|---|---|
892 | 892 |
|
893 | 893 |
notifyExtensions("notifyStartOfCompute"); //$NON-NLS-1$ |
894 | 894 |
|
895 |
// user log info |
|
896 |
if (TXMEditor.this.getResult().canCompute() && !TXMEditor.this.getResult().getComputingStartMessage().isEmpty()) { |
|
897 |
Log.info(TXMEditor.this.getResult().getComputingStartMessage()); |
|
898 |
} |
|
899 |
|
|
895 | 900 |
if (!TXMEditor.this.getResult().compute(monitor)) { |
896 | 901 |
Log.fine("TXMEditor.compute(): " + TXMEditor.this.getClass().getSimpleName() + ": computing failed."); |
897 | 902 |
} |
903 |
// user log info |
|
904 |
else if(!TXMEditor.this.getResult().getComputingDoneMessage().isEmpty()) { |
|
905 |
Log.info(TXMEditor.this.getResult().getComputingDoneMessage()); |
|
906 |
} |
|
907 |
|
|
898 | 908 |
|
899 | 909 |
notifyExtensions("notifyEndOfCompute"); //$NON-NLS-1$ |
900 | 910 |
|
Formats disponibles : Unified diff