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