mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:30:47 +00:00
AS1/2 Highlighting
This commit is contained in:
@@ -383,8 +383,8 @@ public class Action {
|
||||
if (importantOffsets.contains(offset)) {
|
||||
ret += "loc" + Helper.formatAddress(offset) + ":";
|
||||
}
|
||||
ret += Highlighting.hilighOffset("", offset) + a.getASMSource(importantOffsets, constantPool, version) + "\r\n";
|
||||
offset += a.getBytes(version).length;
|
||||
ret += a.getASMSource(importantOffsets, constantPool, version) + "\r\n";
|
||||
}
|
||||
if (importantOffsets.contains(offset)) {
|
||||
ret += "loc" + Helper.formatAddress(offset) + ":\r\n";
|
||||
|
||||
Reference in New Issue
Block a user