action bytes: HideInRawEdit everywhere

This commit is contained in:
2016-02-28 09:41:26 +01:00
parent d73d46b2a2
commit 859e394c55
5 changed files with 2 additions and 9 deletions
@@ -74,7 +74,6 @@ public class DefineButtonTag extends ButtonTag implements ASMSource {
/**
* Actions to perform
*/
//public List<Action> actions;
@HideInRawEdit
public ByteArrayRange actionBytes;
@@ -51,7 +51,6 @@ public class DoActionTag extends Tag implements ASMSource {
/**
* List of actions to perform
*/
//public List<Action> actions = new ArrayList<Action>();
@HideInRawEdit
public ByteArrayRange actionBytes;
@@ -58,7 +58,6 @@ public class DoInitActionTag extends Tag implements CharacterIdTag, ASMSource {
/**
* List of actions to perform
*/
//public List<Action> actions = new ArrayList<Action>();
@HideInRawEdit
public ByteArrayRange actionBytes;
@@ -148,10 +148,6 @@ public class BUTTONCONDACTION implements ASMSource, Serializable {
*/
public boolean condOverDownToIdle;
/**
* Actions to perform
*/
//public List<Action> actions;
/**
* Actions to perform in byte array
*/
@@ -27,6 +27,7 @@ import com.jpexs.decompiler.flash.helpers.GraphTextWriter;
import com.jpexs.decompiler.flash.tags.Tag;
import com.jpexs.decompiler.flash.tags.base.ASMSource;
import com.jpexs.decompiler.flash.types.annotations.Conditional;
import com.jpexs.decompiler.flash.types.annotations.HideInRawEdit;
import com.jpexs.decompiler.flash.types.annotations.Internal;
import com.jpexs.helpers.ByteArrayRange;
import com.jpexs.helpers.Helper;
@@ -146,8 +147,7 @@ public class CLIPACTIONRECORD implements ASMSource, Serializable {
/**
* Actions to perform
*/
//public List<Action> actions;
@Internal
@HideInRawEdit
public ByteArrayRange actionBytes;
/**