mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 14:05:37 +00:00
uncache decompilation after saving pcode
This commit is contained in:
@@ -144,6 +144,12 @@
|
||||
<script>nbproject/nbjdk.xml</script>
|
||||
<build-target>build</build-target>
|
||||
</export>
|
||||
<export>
|
||||
<type>folder</type>
|
||||
<location>reports</location>
|
||||
<script>nbproject/nbjdk.xml</script>
|
||||
<build-target>build</build-target>
|
||||
</export>
|
||||
<export>
|
||||
<type>folder</type>
|
||||
<location>build/test</location>
|
||||
@@ -218,6 +224,8 @@
|
||||
<built-to>javadoc</built-to>
|
||||
<built-to>reports</built-to>
|
||||
<built-to>locales</built-to>
|
||||
<built-to>reports</built-to>
|
||||
<javadoc-built-to>javadoc</javadoc-built-to>
|
||||
<source-level>1.8</source-level>
|
||||
</compilation-unit>
|
||||
<compilation-unit>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -757,6 +757,8 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
|
||||
} else {
|
||||
src.setActions(ASMParser.parse(0, true, text, src.getSwf().version, false));
|
||||
}
|
||||
|
||||
SWF.uncache(src);
|
||||
src.setModified();
|
||||
mainPanel.refreshTree(src.getSwf());
|
||||
setSource(this.src, false);
|
||||
|
||||
Reference in New Issue
Block a user