mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 17:07:21 +00:00
highlight parameter added
This commit is contained in:
@@ -385,10 +385,10 @@ public class Helper {
|
||||
if (i < stack.size() - 1) {
|
||||
ret += ", ";
|
||||
}
|
||||
ret += stack.get(i).toString(localData);
|
||||
ret += stack.get(i).toString(false, localData);
|
||||
}
|
||||
ret += "]";
|
||||
return Highlighting.stripHilights(ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
public static File fixDialogFile(File f) {
|
||||
|
||||
Reference in New Issue
Block a user