mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:30:47 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -70,7 +70,7 @@ public class CallMethodActionItem extends ActionItem {
|
||||
}
|
||||
String soStr = scriptObject.toString(highlight, constants);
|
||||
if (scriptObject.precedence > this.precedence) {
|
||||
soStr = "(" + soStr + ")";
|
||||
soStr = hilight("(", highlight) + soStr + hilight(")", highlight);
|
||||
}
|
||||
return soStr + hilight(".", highlight) + stripQuotes(methodName, constants, highlight) + hilight("(", highlight) + paramStr + hilight(")", highlight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user