X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FFinderI.java;h=1d57d8153417f939eb8ca29e9f6a03afda3949e9;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=8f6232e25816e7647e132bd44fe23e4212b5104f;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8;p=jalview.git diff --git a/src/jalview/api/FinderI.java b/src/jalview/api/FinderI.java index 8f6232e..1d57d81 100644 --- a/src/jalview/api/FinderI.java +++ b/src/jalview/api/FinderI.java @@ -34,10 +34,10 @@ public interface FinderI /** * Performs a find for the given search string (interpreted as a regular * expression). Search may optionally be case-sensitive, and may optionally - * including match in sequence description (sequence id is always searched). If - * the viewport has an active selection, then the find is restricted to the - * selection region. Sequences matched by id or description can be retrieved by - * getIdMatches(), and matched residue patterns by getSearchResults(). + * including match in sequence description (sequence id is always searched). + * If the viewport has an active selection, then the find is restricted to the + * selection region. Sequences matched by id or description can be retrieved + * by getIdMatches(), and matched residue patterns by getSearchResults(). *

* If {@code ignoreHidden} is true, then any residues in hidden columns are * ignored (skipped) when matching, so for example pattern {@code KRT} would @@ -59,14 +59,14 @@ public interface FinderI * Finds the next match for the given search string (interpreted as a regular * expression), starting from the position after the last match found. Search * may optionally be case-sensitive, and may optionally including match in - * sequence description (sequence id is always searched). If the viewport has an - * active selection, then the find is restricted to the selection region. + * sequence description (sequence id is always searched). If the viewport has + * an active selection, then the find is restricted to the selection region. * Sequences matched by id or description can be retrieved by getIdMatches(), * and matched residue patterns by getSearchResults(). *

- * If {@code ignoreHidden} is true, any hidden residues are skipped (matches may - * span them). If false, they are included for matching purposes. In either - * cases, entirely hidden matches are not returned. + * If {@code ignoreHidden} is true, any hidden residues are skipped (matches + * may span them). If false, they are included for matching purposes. In + * either cases, entirely hidden matches are not returned. * * @param theSearchString * @param caseSensitive