#1333 Exporting sprites as swf files

This commit is contained in:
2016-12-31 17:06:45 +01:00
parent cf58f71f10
commit b13bd62e5f
21 changed files with 784 additions and 617 deletions
@@ -429,7 +429,7 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
int caretPos = getCaretPosition();
Flasm3Lexer lexer = new Flasm3Lexer(new StringReader(getText().replace("\r\n", "\n")));
ParsedSymbol symb;
String lastLevel = null;
String lastLevel;
final Integer singleUse[] = new Integer[]{
ParsedSymbol.TYPE_KEYWORD_FINAL,
ParsedSymbol.TYPE_KEYWORD_OVERRIDE,