Issue #274 show the elapsed time during export in the output

This commit is contained in:
Jindra Pet��k
2013-08-03 09:46:16 +02:00
parent 4e0ff70b61
commit 2549f9751a
4 changed files with 27 additions and 20 deletions
@@ -260,7 +260,7 @@ public class ActionPanel extends JPanel implements ActionListener {
}else{
editor.setContentType("text/flasm");
}*/
editor.setText(stripped);
editor.setText(stripped);
for (Highlighting h : disassembledHilights) {
if (h.offset == offset) {
if (h.startPos <= editor.getText().length()) {