diff --git a/nbproject/project.xml b/nbproject/project.xml index a13bff673..9cf56c40c 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -144,6 +144,12 @@ build + + folder + reports + + build + folder build/test @@ -218,6 +224,8 @@ javadoc reports locales + reports + javadoc 1.8 diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ASMSourceEditorPane.java b/src/com/jpexs/decompiler/flash/gui/abc/ASMSourceEditorPane.java index 5b70bca3a..83f0ec70f 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ASMSourceEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ASMSourceEditorPane.java @@ -235,6 +235,7 @@ public class ASMSourceEditorPane extends LineMarkedEditorPane implements CaretLi //acode.getBytes(abc.bodies.get(bodyIndex).getCodeBytes()); abc.bodies.get(bodyIndex).setCode(acode); } + ((Tag) abc.parentTag).setModified(true); abc.script_info.get(scriptIndex).setModified(true); textWithHex = null; diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java index d8838ecfd..78e12548c 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java @@ -757,6 +757,8 @@ public class ActionPanel extends JPanel implements SearchListener