mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 17:11:03 +00:00
Added: #2477 Option to disable AS2 detection of uninitialized class fields
Added: AS2 detection of uninitialized class fields is cancellable and shows progress Changed: Icon of "Deobfuscation options" menu from pile of pills to medkit Fixed: Comments color highlighting
This commit is contained in:
@@ -3379,6 +3379,12 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
updateClassesList();
|
||||
reload(true);
|
||||
}
|
||||
|
||||
public void skipDetectionOfUnitializedClassFieldsChanged() {
|
||||
clearAllScriptCache();
|
||||
updateClassesList();
|
||||
reload(true);
|
||||
}
|
||||
|
||||
public void renameColliding(final Openable openable) {
|
||||
View.checkAccess();
|
||||
|
||||
Reference in New Issue
Block a user