AS3 direct editation bug fixes

This commit is contained in:
Jindra Petřík
2015-11-10 11:46:26 +01:00
parent f60e5c5f23
commit 0042d7f76f
5 changed files with 173 additions and 193 deletions
@@ -748,7 +748,6 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
abc.script_info.get(oldIndex).delete(abc, false);
decompiledTextArea.gotoLine((int) ex.line);
decompiledTextArea.markError();
ex.printStackTrace();
View.showMessageDialog(this, AppStrings.translate("error.action.save").replace("%error%", ex.text).replace("%line%", Long.toString(ex.line)), AppStrings.translate("error"), JOptionPane.ERROR_MESSAGE);
} catch (Throwable ex) {
Logger.getLogger(ABCPanel.class.getName()).log(Level.SEVERE, null, ex);