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