mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
Added Show "Renaming identifiers" status on file opening with auto rename identifiers on
This commit is contained in:
@@ -4362,6 +4362,10 @@ public class CommandLineArgumentParser {
|
||||
public void progress(int p) {
|
||||
//...
|
||||
}
|
||||
|
||||
@Override
|
||||
public void status(String status) {
|
||||
}
|
||||
}, Configuration.parallelSpeedUp.get(), charset);
|
||||
return swf;
|
||||
}
|
||||
@@ -4395,6 +4399,10 @@ public class CommandLineArgumentParser {
|
||||
public void progress(int p) {
|
||||
//startWork(AppStrings.translate("work.reading.swf"), p, worker);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void status(String status) {
|
||||
}
|
||||
}, Configuration.parallelSpeedUp.get(), charset);
|
||||
return swf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user