mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 00:40:45 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -50,7 +50,7 @@ public class NewMethodActionItem extends ActionItem {
|
||||
String paramStr = "";
|
||||
for (int t = 0; t < arguments.size(); t++) {
|
||||
if (t > 0) {
|
||||
paramStr += ",";
|
||||
paramStr += hilight(",", highlight);
|
||||
}
|
||||
paramStr += arguments.get(t).toString(highlight, constants);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user