mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:30:47 +00:00
@@ -1533,6 +1533,11 @@ public final class SWF implements TreeItem, Timelined {
|
||||
return fframes.size() > pos;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void remove() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public BufferedImage next() {
|
||||
if (!hasNext()) {
|
||||
|
||||
@@ -1758,7 +1758,7 @@ public class ActionScriptParser {
|
||||
}
|
||||
}
|
||||
if (lexer.lex().type != SymbolType.EOF) {
|
||||
throw new ParseException("Parsing finisned before end of the file", lexer.yyline());
|
||||
throw new ParseException("Parsing finished before end of the file", lexer.yyline());
|
||||
}
|
||||
return retTree;
|
||||
}
|
||||
|
||||
@@ -57,6 +57,9 @@ config.description.openMultipleFiles = Allows opening multiple files at once in
|
||||
config.name.decompile = Show ActionScript source
|
||||
config.description.decompile = You can disable AS decompilation, then only P-code is shown
|
||||
|
||||
config.name.dumpView = Dump View
|
||||
config.description.dumpView = View raw data dump
|
||||
|
||||
config.name.parallelSpeedUp = Parallel SpeedUp
|
||||
config.description.parallelSpeedUp = Parallelism can speed up decompilation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user