mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 00:30:43 +00:00
Issue #710 Information about deobfuscation settings in the error comment
This commit is contained in:
@@ -919,6 +919,8 @@ public class Main {
|
||||
UIManager.put("ColorChooser.swatchesNameText", AppStrings.translate("ColorChooser.swatchesNameText"));
|
||||
UIManager.put("ColorChooser.swatchesRecentText", AppStrings.translate("ColorChooser.swatchesRecentText"));
|
||||
UIManager.put("ColorChooser.sampleText", AppStrings.translate("ColorChooser.sampleText"));
|
||||
|
||||
Helper.decompilationErrorAdd = AppStrings.translate(Configuration.autoDeobfuscate.get()?"deobfuscation.comment.failed":"deobfuscation.comment.tryenable");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1314,6 +1314,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
}
|
||||
|
||||
public void autoDeobfuscateChanged() {
|
||||
Helper.decompilationErrorAdd = AppStrings.translate(Configuration.autoDeobfuscate.get()?"deobfuscation.comment.failed":"deobfuscation.comment.tryenable");
|
||||
clearCache();
|
||||
if (abcPanel != null) {
|
||||
abcPanel.reload();
|
||||
|
||||
@@ -524,3 +524,7 @@ menu.debugger.showlog = Show Log
|
||||
message.debugger = This SWF Debugger can only be used to print messages to log window, browser console or alerts.\r\nIt is NOT designed for features like step code, breakpoints etc.
|
||||
|
||||
contextmenu.addTag = Add tag
|
||||
|
||||
deobfuscation.comment.tryenable = Tip: You can try enabling "Automatic deobfucation" in Settings
|
||||
deobfuscation.comment.failed = Deobfuscation is activated but decompilation still failed. If the file is NOT obfuscated, disable "Automatic deobfucation" for better results.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user