show script + package names with paragraph syntax in tagtree

This commit is contained in:
honfika@gmail.com
2015-07-22 14:15:15 +02:00
parent 1b2488e2ab
commit d29ef4ca25
3 changed files with 14 additions and 7 deletions

View File

@@ -16,6 +16,7 @@
*/
package com.jpexs.decompiler.flash.timeline;
import com.jpexs.decompiler.flash.IdentifiersDeobfuscation;
import com.jpexs.decompiler.flash.SWF;
import com.jpexs.decompiler.flash.abc.ScriptPack;
import com.jpexs.decompiler.flash.treeitems.AS3ClassTreeItem;
@@ -145,7 +146,7 @@ public class AS3Package extends AS3ClassTreeItem {
@Override
public String toString() {
return packageName;
return IdentifiersDeobfuscation.printIdentifier(true, packageName);
}
@Override