From ab47147703320f49c8cc28ef49add143b594ba7b Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 16 Sep 2022 14:23:21 +0100 Subject: [PATCH] JAL-4062 copy highlighted region docs, new Alignment window Edit menu option and Shift+Ctrl/CMD-C keystroke --- help/help/html/keys.html | 6 ++++ help/help/html/menus/alignmentMenu.html | 10 ++++++ help/help/html/menus/alwedit.html | 9 ++++++ resources/lang/Messages.properties | 2 ++ src/jalview/gui/AlignFrame.java | 10 ++++-- src/jalview/jbgui/GAlignFrame.java | 53 ++++++++++++++++++++++++------- 6 files changed, 76 insertions(+), 14 deletions(-) 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