mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 09:10:45 +00:00
Scoped script text search fixes
Parameters panel on Script search can be turned off in settings
This commit is contained in:
@@ -102,6 +102,7 @@ public class ABCSearchResult implements Serializable, ScriptSearchResult {
|
||||
oos.writeInt(classIndex);
|
||||
oos.writeInt(traitId);
|
||||
oos.flush();
|
||||
oos.close();
|
||||
}
|
||||
|
||||
public ABCSearchResult(ScriptPack scriptPack) {
|
||||
|
||||
@@ -66,6 +66,7 @@ public class ActionSearchResult implements ScriptSearchResult {
|
||||
oos.writeUTF(path);
|
||||
oos.writeBoolean(pcode);
|
||||
oos.flush();
|
||||
oos.close();
|
||||
}
|
||||
|
||||
public ActionSearchResult(ASMSource src, boolean pcode, String path) {
|
||||
|
||||
Reference in New Issue
Block a user