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:
Jindra Petřík
2025-07-01 19:45:04 +02:00
parent 8a3cbf9e2d
commit 5ffc71848b
22 changed files with 225 additions and 37 deletions

View File

@@ -81,7 +81,7 @@ public class MainFrameStatusPanel extends JPanel {
cancelButton.addActionListener((ActionEvent e) -> {
CancellableWorker w = currentWorker;
if (w != null) {
w.cancel(true);
w.userCancel(true);
}
});
statusLeftPanel.add(loadingPanel);