X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2Fsearch.html;h=72e5bdf2d4aa05b440162721233cbf4ecd93da6f;hb=4353b5fc310340ece7067b3872235ab7f844c8c2;hp=484d93fbb0a77a58f71676cc928198a76c99ad4f;hpb=e0a45c41828a768c21554df80e95b56daae4906d;p=jalview.git diff --git a/help/html/features/search.html b/help/html/features/search.html index 484d93f..72e5bdf 100755 --- a/help/html/features/search.html +++ b/help/html/features/search.html @@ -24,7 +24,7 @@ @@ -36,8 +36,8 @@ td {

The search box is displayed by pressing Control and F or selecting "Find..." from the "Search" menu.

- -

"Find next" will find the next occurence of the + +

"Find next" will find the next occurrence of the specified and adjust the alignment window view to show it, and "Find all" highlights all matches for a pattern. The "New Feature" is a quick way to highlight and group @@ -48,7 +48,10 @@ td { of posix and perl style regex - see below for a summary)

  • Gaps are ignored when matching the query to the sequences in the alignment.
  • -
  • The search is applied to both sequences and their IDs.
  • +
  • The search is applied to both sequences and their IDs, and + optionally also to the description string (since Jalview + 2.10) +
  • If a region is selected, then search will only be performed on that region.
  • @@ -56,7 +59,9 @@ td { "Escape" key.
  • Tick the "Match Case" box to perform a case sensitive search.
  • -
  • To access a previously used query press the down arrow or click on the button on the right of the text field. +
  • To access a previously used + query press the down arrow or click on the button on the right + of the text field.

    Creating Features from Search Results @@ -78,7 +83,7 @@ td { highlighted region.

    - + A quick Regular Expression Guide

    A regular expression is not just a simple text query - although @@ -143,13 +148,26 @@ td { max number of times -

    Search History

    -

    A record of all the recent queries made via the Find dialog are stored along with your Jalview user preferences. To open the search history, click on the button to the right of the query field, or press the down arrow key.

    - -

    The search history keeps up to 99 queries by default. To clear the history, or modify the size of the history, right-click the text box.

    - -

    Other dialogs that provide a query history

    -

    Jalview's Uniprot and PDB free text database search dialogs also provide a query history.

    +

    + Search History +

    +

    A record of all the recent queries made via the Find dialog are + stored along with your Jalview user preferences. To open the search + history, click on the button to the right of the query field, or + press the down arrow key.

    + +

    The search history keeps up to 99 queries by default. To clear + the history, or modify the size of the history, right-click the text + box.

    + +

    + Other dialogs that provide a query history +

    +

    + Jalview's Uniprot and PDB free text database search + dialogs also provide a query history. +

    The query histories were introduced in Jalview 2.10.2