mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-02 20:34:19 +00:00
spelling: search
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
4104a7b2de
commit
3978003463
@@ -292,7 +292,7 @@ public class Highlighting implements Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* Searche all highlightings with the specified position.
|
||||
* Search all highlightings with the specified position.
|
||||
* @param list List of highlightings
|
||||
* @param pos Position
|
||||
* @return List of highlightings
|
||||
@@ -309,7 +309,7 @@ public class Highlighting implements Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* Searche all highlightings with the specified index.
|
||||
* Search all highlightings with the specified index.
|
||||
* @param list List of highlightings
|
||||
* @param index Index
|
||||
* @return List of highlightings
|
||||
@@ -328,7 +328,7 @@ public class Highlighting implements Serializable {
|
||||
|
||||
|
||||
/**
|
||||
* Searche all highlightings with the specified local name.
|
||||
* Search all highlightings with the specified local name.
|
||||
* @param list List of highlightings
|
||||
* @param localName Local name
|
||||
* @return List of highlightings
|
||||
|
||||
@@ -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