mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 09:40:43 +00:00
possibility to add new tags without enabling "show emtpy folders" from the context menu of the "others" node
This commit is contained in:
@@ -38,6 +38,7 @@ import java.util.Map.Entry;
|
||||
public abstract class Trait implements Cloneable, Serializable {
|
||||
|
||||
public static final String METADATA_CTOR_DEFINITION = "__go_to_ctor_definition_help";
|
||||
|
||||
public static final String METADATA_DEFINITION = "__go_to_definition_help";
|
||||
|
||||
private static final int[] EMPTY_METADATA_ARRAY = new int[0];
|
||||
|
||||
@@ -62,6 +62,7 @@ public class DoActionTag extends Tag implements ASMSource {
|
||||
*/
|
||||
public DoActionTag(SWF swf) {
|
||||
super(swf, ID, NAME, null);
|
||||
actionBytes = ByteArrayRange.EMPTY;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -69,6 +69,7 @@ public class DoInitActionTag extends Tag implements CharacterIdTag, ASMSource {
|
||||
*/
|
||||
public DoInitActionTag(SWF swf) {
|
||||
super(swf, ID, NAME, null);
|
||||
actionBytes = ByteArrayRange.EMPTY;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user