command line export simplified, help updated (added missing formats)

This commit is contained in:
honfika@gmail.com
2015-01-21 20:46:39 +01:00
parent d671837bf0
commit 6eefb19f9e
3 changed files with 113 additions and 167 deletions

View File

@@ -1069,7 +1069,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
TagTreeModel ttm = (TagTreeModel) tagTree.getModel();
List<ASMSource> asmsToExport = new ArrayList<>();
getASMs(ttm, ttm.getScriptsNode(swf), as12scripts, false, asmsToExport);
ret.addAll(new AS2ScriptExporter().exportAS2ScriptsTimeout(handler, selFile, asmsToExport, scriptMode, null));
ret.addAll(new AS2ScriptExporter().exportAS2ScriptsTimeout(handler, selFile + File.separator + "scripts", asmsToExport, scriptMode, null));
}
}
return ret;