Révision 1126
tmp/org.txm.edition.rcp/src/org/txm/edition/rcp/editors/SynopticEditionEditor.java (revision 1126) | ||
---|---|---|
686 | 686 |
} |
687 | 687 |
|
688 | 688 |
public void backToText(Text text, String line_wordid) { |
689 |
for (EditionPanel p : editionPanels.values()) { |
|
690 |
p.backToText(text, line_wordid); |
|
689 |
try { |
|
690 |
text.compute(null, true); |
|
691 |
for (EditionPanel p : editionPanels.values()) { |
|
692 |
p.backToText(text, line_wordid); |
|
693 |
} |
|
694 |
updatePageLabel(); |
|
695 |
|
|
696 |
notifyExtensions("onBackToText"); //$NON-NLS-1$ |
|
697 |
} catch (Exception e) { |
|
698 |
// TODO Auto-generated catch block |
|
699 |
e.printStackTrace(); |
|
691 | 700 |
} |
692 |
updatePageLabel(); |
|
693 | 701 |
|
694 |
notifyExtensions("onBackToText"); //$NON-NLS-1$ |
|
695 | 702 |
} |
696 | 703 |
|
697 | 704 |
public void reloadPage() { |
Formats disponibles : Unified diff