#899 Show script after AS3 Direct editation

This commit is contained in:
honfika@gmail.com
2015-05-26 22:05:08 +02:00
parent 434489770e
commit 4a0e8d211b

View File

@@ -765,12 +765,13 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
String as = decompiledTextArea.getText();
abc.replaceScriptPack(pack, as);
lastDecompiled = as;
setDecompiledEditMode(false);
mainPanel.updateClassesList();
if (oldSp != null) {
hilightScript(getSwf(), oldSp);
}
setDecompiledEditMode(false);
reload();
View.showMessageDialog(this, AppStrings.translate("message.action.saved"), AppStrings.translate("dialog.message.title"), JOptionPane.INFORMATION_MESSAGE, Configuration.showCodeSavedMessage);
} catch (AVM2ParseException ex) {