From: James Procter
Date: Tue, 3 Oct 2023 10:45:55 +0000 (+0100)
Subject: JAL-4061 JAL-4062 update find box image and docs in help
X-Git-Tag: Release_2_11_4_0~142
X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=3fd83a7306fcc239ce9091afd884da8613a5d76e;p=jalview.git
JAL-4061 JAL-4062 update find box image and docs in help
---
diff --git a/help/help/html/features/search.html b/help/help/html/features/search.html
index d559db8..6889d84 100755
--- a/help/help/html/features/search.html
+++ b/help/help/html/features/search.html
@@ -36,7 +36,7 @@ td {
The search box is displayed by pressing Control and F or
selecting "Find..." from the "Search" menu.
-
+
"Find next" will find the next occurrence of the
query and adjust the alignment window view to show it, and
"Find all" highlights all matches for a query. The
@@ -46,18 +46,24 @@ td {
- The search uses regular expressions. (understands a mixture
of posix and perl style regex - see below for a summary)
- - 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. 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
+
- If a region is selected, then search will only
be performed on that region.
Tip: to quickly clear the current selection, click the
alignment view you wish to search, then press 'Escape'.
+ - 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.
+ Check boxes also enable searching of:
+
+ - Sequence description (since Jalview 2.10)
+
+ - Sequence Feature type and description for currently displayed features (since Jalview
+ 2.11.3.0)
+
+
+
- Tick the "Match Case" box to perform a case
sensitive search.
- To access a previously used
@@ -87,9 +93,11 @@ td {
Copying highlighted regions to a new alignment
- You can copy the currently highlighted matching regions of sequences to the clipboard with alt-Command-C.
+ Press Copy button or type Ctrl (Cmd on OSX) + Shift +
+ C to copy highlighted search results to the clipboard, enabling them
+ to be pasted to a new alignment (via Shift+Ctrl (or Cmd) + V).
-
+
A quick Regular Expression Guide
diff --git a/help/help/html/features/search.png b/help/help/html/features/search.png
index 47c18f4..9178b9a 100644
Binary files a/help/help/html/features/search.png and b/help/help/html/features/search.png differ
diff --git a/help/markdown/releases/release-2_11_3_0.md b/help/markdown/releases/release-2_11_3_0.md
index 8eba74a..01a54f6 100644
--- a/help/markdown/releases/release-2_11_3_0.md
+++ b/help/markdown/releases/release-2_11_3_0.md
@@ -13,7 +13,7 @@ channel: "release"
- Ambiguous Base Colourscheme
- Find can search sequence features' type and description
- Hold down Shift + CMD/CTRL C to copy highlighted regions as new sequences
-- Quickly enable select and/or colour by for displayed annotation row via its popup menu
+- Quickly enable select and/or colour by for displayed annotation row via annotation panel popup menu
- Shift+Click+Drag to adjust height of all annotation tracks of same type
- Pressing escape in tree panel clears any current selection