Add action to the MSA editor context menu to insert clipboard content before the selection.
Use Ctrl+Alt+V as a shortcut.
Scenario 1:
- Open COI.aln
- Select the first sequence in the name list
- Copy the selection
- Paste the selection with Ctrl+Alt+V
Expected state: the copied sequence is inserted right above the selected sequence
Scenario 2:
- Open COI.aln
- Select the first sequence in the name list
- Copy the selection
- Press the Esc button
- Paste the selection with Ctrl+Alt+V
Expected state: the copied sequence is inserted right above the first sequence
Scenario 3:
- Open COI.aln
- Select the first 5 sequences in the name list
- Copy the selection
- Select the 8 sequence
- Paste the selection with Ctrl+Alt+V
Expected state: the copied sequences are inserted right above the 8th sequence.