mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:51:33 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -69,9 +69,9 @@ public class DefineLocalActionItem extends ActionItem implements SetTypeActionIt
|
||||
@Override
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
if (value == null) {
|
||||
return hilight("var ", highlight) + stripQuotes(name, constants, highlight);
|
||||
return hilight("var ", highlight) + stripQuotes(name, constants, highlight);
|
||||
}
|
||||
return hilight("var ", highlight) + stripQuotes(name, constants, highlight) + hilight(" = ", highlight) + value.toString(highlight, constants);
|
||||
return hilight("var ", highlight) + stripQuotes(name, constants, highlight) + hilight(" = ", highlight) + value.toString(highlight, constants);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user