From: Jim Procter Date: Sat, 29 Oct 2022 11:16:14 +0000 (+0100) Subject: Merge branch 'features/JAL-4061_and_JAL-4062_findselectfeatures' into features/r2_11_... X-Git-Tag: Release_2_11_3_0~23^2~17 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=635845424278989756196c2c925777618055774d;hp=035b954692d6000af7853846301412e8d4acbcd6;p=jalview.git Merge branch 'features/JAL-4061_and_JAL-4062_findselectfeatures' into features/r2_11_2_alphafold/JAL-2349_JAL-3855 --- diff --git a/help/help/html/features/search.html b/help/help/html/features/search.html index 837d7b3..d559db8 100755 --- a/help/help/html/features/search.html +++ b/help/help/html/features/search.html @@ -38,8 +38,8 @@ td { selecting "Find..." from the "Search" menu.

"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 + query and adjust the alignment window view to show it, and + "Find all" highlights all matches for a query. The "New Feature" is a quick way to highlight and group residues matching the specified search pattern throughout the alignment. @@ -49,9 +49,9 @@ td {

  • Gaps are ignored when matching the query to the sequences in the alignment.
  • Hidden columns can optionally be ignored (since Jalview 2.11)
  • -
  • The search is applied to both sequences and their IDs, and - optionally also to the description string (since Jalview - 2.10) +
  • The search is applied to both sequences and their IDs. It can + optionally also be applied to the description string (since Jalview + 2.10), and sequence feature descriptions (since Jalview 2.11.2.5).
  • If a region is selected, then search will only be performed on that region.
    @@ -84,6 +84,12 @@ td { highlighted region.

    + Copying highlighted regions to a new alignment +

    +

    + You can copy the currently highlighted matching regions of sequences to the clipboard with alt-Command-C. +

    +

    A quick Regular Expression Guide

    diff --git a/help/help/html/keys.html b/help/help/html/keys.html index 0faa1d5..12457b8 100755 --- a/help/help/html/keys.html +++ b/help/help/html/keys.html @@ -132,6 +132,12 @@ + Control Shift 'C' + Both + Copies highlighted regions, such as from Find or a + structure based highlight, as new sequences in the clipboard. + + Control 'V' Both Paste the contents of the clipboard to the current diff --git a/help/help/html/menus/alignmentMenu.html b/help/help/html/menus/alignmentMenu.html index 6532933..1a7286f 100755 --- a/help/help/html/menus/alignmentMenu.html +++ b/help/help/html/menus/alignmentMenu.html @@ -169,6 +169,16 @@ paste the clipboard contents to a text editor, you will see the format of the copied residues FASTA.
  • +
  • Copy Highlighted region (Control Shift + C)
    Copies each stretch of highlighted + residues as a new sequence on the system clipboard - you can + also do this by pressing <CTRL> <SHIFT> and C + (<APPLE> <SHIFT> and C on MacOSX).
    Use + this when you want to extract sequence regions highlighted + as a result of a Find operation, or due to mouseovers or + selections made in other views such as an assocated 3D + structure viewer. +
  • Paste