mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:21:36 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -48,7 +48,7 @@ public class FSCommand2ActionItem extends ActionItem {
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
String paramStr = "";
|
||||
for (int t = 0; t < arguments.size(); t++) {
|
||||
paramStr += ",";
|
||||
paramStr += hilight(",", highlight);
|
||||
paramStr += arguments.get(t).toString(highlight, constants);
|
||||
}
|
||||
return hilight("FSCommand2(", highlight) + command.toString(highlight, constants) + paramStr + hilight(")", highlight);
|
||||
|
||||
Reference in New Issue
Block a user