mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 23:10:45 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -41,11 +41,11 @@ public class StringExtractActionItem extends ActionItem {
|
||||
@Override
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
value.toString(writer, localData);
|
||||
hilight(".substr(", writer);
|
||||
writer.append(".substr(");
|
||||
index.toString(writer, localData);
|
||||
hilight(",", writer);
|
||||
writer.append(",");
|
||||
count.toString(writer, localData);
|
||||
return hilight(")", writer);
|
||||
return writer.append(")");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user