mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:41:17 +00:00
Added: #1644 Save all button - has priority over standard Save button
Changed: Save to EXE moved to tools tab Changed: Save (not save as) button are now available only when there's anything to save when the selected SWF is modified. Similar for Save all button.
This commit is contained in:
@@ -1300,7 +1300,7 @@ public class ActionPanel extends JPanel implements SearchListener<ScriptSearchRe
|
||||
mainPanel.clearEditingStatus();
|
||||
if (refreshTree) {
|
||||
mainPanel.refreshTree(src.getSwf());
|
||||
}
|
||||
}
|
||||
} catch (IOException ex) {
|
||||
//ignored
|
||||
} catch (ActionParseException ex) {
|
||||
@@ -1339,6 +1339,9 @@ public class ActionPanel extends JPanel implements SearchListener<ScriptSearchRe
|
||||
}
|
||||
setDecompiledEditMode(false);
|
||||
mainPanel.clearEditingStatus();
|
||||
if (refreshTree) {
|
||||
mainPanel.refreshTree(src.getSwf());
|
||||
}
|
||||
} catch (ValueTooLargeException ex) {
|
||||
ViewMessages.showMessageDialog(this, AppStrings.translate("error.action.save.valueTooLarge"), AppStrings.translate("error"), JOptionPane.ERROR_MESSAGE);
|
||||
} catch (IOException ex) {
|
||||
|
||||
Reference in New Issue
Block a user