mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 09:10:45 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -49,10 +49,10 @@ public class GetPropertyActionItem extends ActionItem {
|
||||
@Override
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
if (isEmptyString(target)) {
|
||||
return hilight(Action.propertyNames[propertyIndex], writer);
|
||||
return writer.append(Action.propertyNames[propertyIndex]);
|
||||
}
|
||||
target.toString(writer, localData);
|
||||
return hilight("." + Action.propertyNames[propertyIndex], writer);
|
||||
return writer.append("." + Action.propertyNames[propertyIndex]);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user