mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 03:50:44 +00:00
AS1/2 Highlighting
This commit is contained in:
@@ -29,6 +29,6 @@ public class GotoFrameTreeItem extends TreeItem {
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return "gotoAndStop(" + frame + ");";
|
||||
return hilight("gotoAndStop(") + frame + hilight(")") + ";";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user