mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:24:51 +00:00
AS3 Two sided Highlighting, Edit/Cancel button
This commit is contained in:
@@ -55,6 +55,7 @@ import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
import javax.swing.text.Highlighter;
|
||||
|
||||
public class AVM2Code {
|
||||
|
||||
@@ -728,7 +729,7 @@ public class AVM2Code {
|
||||
ret += "exceptiontarget " + e + ":";
|
||||
}
|
||||
}
|
||||
ret += ins.toStringNoAddress(constants, new ArrayList<String>()) + "\n";
|
||||
ret += Highlighting.hilighOffset("", ofs) + ins.toStringNoAddress(constants, new ArrayList<String>()) + "\n";
|
||||
ofs += ins.getBytes().length;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user