mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-15 15:39:03 +00:00
AS3: highlighting fix
This commit is contained in:
@@ -46,7 +46,7 @@ public class IfTreeItem extends TreeItem implements Block {
|
||||
}
|
||||
ret += hilight("}");
|
||||
if (onFalse.size() > 0) {
|
||||
ret += hilight("\r\nelse\r\n{\r\n");
|
||||
ret += "\r\n"+hilight("else")+"\r\n"+hilight("{")+"\r\n";
|
||||
for (TreeItem ti : onFalse) {
|
||||
ret += ti.toStringSemicoloned(constants, localRegNames, fullyQualifiedNames) + "\r\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user