spelling: search

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:03:12 -04:00
committed by Jindra Petřík
parent 4104a7b2de
commit 3978003463
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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<>();