mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:40:46 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -33,7 +33,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
|
||||
@Override
|
||||
public String toString(boolean highlight, List<Object> localData) {
|
||||
return "//decompiler mark:" + mark;
|
||||
return hilight("//decompiler mark:" + mark, highlight);
|
||||
}
|
||||
|
||||
public String getMark() {
|
||||
|
||||
Reference in New Issue
Block a user