mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-02 18:44:37 +00:00
AS2 fixed class detection
Issue #269 command line parameters for switching on/off deobfuscation and paralellspeedup
This commit is contained in:
@@ -260,7 +260,7 @@ public class ActionPanel extends JPanel implements ActionListener {
|
||||
}else{
|
||||
editor.setContentType("text/flasm");
|
||||
}*/
|
||||
editor.setText(stripped);
|
||||
editor.setText(stripped);
|
||||
for (Highlighting h : disassembledHilights) {
|
||||
if (h.offset == offset) {
|
||||
if (h.startPos <= editor.getText().length()) {
|
||||
|
||||
Reference in New Issue
Block a user