mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 15:30:47 +00:00
committed by
Jindra Petřík
parent
4104a7b2de
commit
3978003463
@@ -155,7 +155,7 @@ public class ActionScriptSearch {
|
||||
* @return List of search results
|
||||
*/
|
||||
public List<ABCSearchResult> searchAs3(final Openable openable, final String txt, boolean ignoreCase, boolean regexp, boolean pcode, ScriptSearchListener listener, List<ScriptPack> scope) {
|
||||
// todo: pcode seach
|
||||
// todo: pcode search
|
||||
if (txt != null && !txt.isEmpty()) {
|
||||
List<String> ignoredClasses = new ArrayList<>();
|
||||
List<String> ignoredNss = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user