mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 04:11:13 +00:00
Fixed AS3 Hilighting (go to) scripts when script has obfuscated name
This commit is contained in:
@@ -1458,7 +1458,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
if (ti instanceof AS3ClassTreeItem) {
|
||||
AS3ClassTreeItem cti = (AS3ClassTreeItem) ti;
|
||||
|
||||
if (parts[i].equals(cti.getNameWithNamespaceSuffix())) {
|
||||
if (parts[i].equals(cti.getPrintableNameWithNamespaceSuffix())) {
|
||||
item = ti;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user