mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 10:20:52 +00:00
highlight parameter added
This commit is contained in:
@@ -30,8 +30,8 @@ public class TraceActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return hilight("trace(") + value.toString(constants) + hilight(")");
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return hilight("trace(", highlight) + value.toString(highlight, constants) + hilight(")", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user