mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:10:46 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -37,7 +37,7 @@ public class ImplementsOpActionItem extends ActionItem {
|
||||
String impStr = "";
|
||||
for (int i = 0; i < superclasses.size(); i++) {
|
||||
if (i > 0) {
|
||||
impStr += ",";
|
||||
impStr += hilight(",", highlight);
|
||||
}
|
||||
impStr += superclasses.get(i).toString(highlight, Helper.toList(constants));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user