mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 15:12:16 +00:00
AS3: New P-code editing syntax inspired by RABCDAsm.
AS3: Multiname and namespace editing. AS3: Editing whole trait in one textarea AS3: Removed messages about adding new constants AS3: Modified colors in editor AS3: Highlighting pair parenthesis/bracket AS3: Editing various new P-code parameters
This commit is contained in:
@@ -325,7 +325,7 @@ public class Main {
|
||||
} else {
|
||||
if (inputStream instanceof FileInputStream) {
|
||||
openFile(file);
|
||||
} else if(inputStream instanceof ReReadableInputStream){
|
||||
} else if (inputStream instanceof ReReadableInputStream) {
|
||||
try {
|
||||
((ReReadableInputStream) inputStream).setPos(0);
|
||||
} catch (IOException ex) {
|
||||
|
||||
Reference in New Issue
Block a user