constant pool editing: escape strings

This commit is contained in:
2015-05-08 14:01:44 +02:00
parent e49296770f
commit c5a890fce7
24 changed files with 181 additions and 57 deletions
@@ -796,7 +796,6 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
SWF.uncache(src);
src.setModified();
mainPanel.refreshTree(src.getSwf());
setSource(this.src, false);
View.showMessageDialog(this, AppStrings.translate("message.action.saved"), AppStrings.translate("dialog.message.title"), JOptionPane.INFORMATION_MESSAGE, Configuration.showCodeSavedMessage);
saveButton.setVisible(false);
@@ -804,6 +803,7 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
editButton.setVisible(true);
editor.setEditable(false);
editMode = false;
mainPanel.refreshTree(src.getSwf());
} catch (IOException ex) {
} catch (ActionParseException ex) {
editor.gotoLine((int) ex.line);