mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 22:25:56 +00:00
show script + package names with paragraph syntax in tagtree
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.treeitems;
|
||||
|
||||
import com.jpexs.decompiler.flash.IdentifiersDeobfuscation;
|
||||
import com.jpexs.decompiler.flash.abc.ClassPath;
|
||||
|
||||
/**
|
||||
@@ -43,6 +44,6 @@ public abstract class AS3ClassTreeItem implements TreeItem {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return name;
|
||||
return IdentifiersDeobfuscation.printIdentifier(true, name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user