Ticket #2660 (closed enhancement: fixed)
Selection is not reset and selection mode is not exited after CK_Store
Reported by: | vitalif | Owned by: | angel_il |
---|---|---|---|
Priority: | major | Milestone: | 4.8.7 |
Component: | mcedit | Version: | 4.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
There was a change in 4.8.0 - selection block is no more reset and editor remains in the selection mode after pressing CK_Store (Ctrl-Ins). I.e. if you start selecting a block using F3 and then just press Ctrl-Ins without pressing F3 again, you'll remain in selection mode, and if you go somewhere after it, the block changes.
I think it should be either reset as in previous versions, or at least the selection mode should be finished.
Why this was changed in 4.8.0 at all?
Attachments
Change History
Changed 13 years ago by vitalif
- Attachment mc-4.8.0-reset-after-store.diff added
comment:1 Changed 13 years ago by vitalif
P.S: this happens when "Persistent selection" option is on.
comment:2 Changed 13 years ago by slavazanko
4.7.5 have same behaviour. Also, selection remained with block copy operation too, like:
- start test selection by pressing F3
- press F5 for copy selection
- continue selection (selection isn't interrupted).
Is this broken?
comment:3 Changed 13 years ago by vitalif
4.7.5 maybe, I didn't test it...
I don't really understand how can you copy selection with F5 while remaining in selection mode?
I.e. you can, but only to the position of selection end.
If you move the cursor into another place, the selection will also be changed and you won't copy what you want.
comment:5 Changed 12 years ago by angel_il
- Priority changed from minor to major
- Version changed from 4.8.0 to master
- Type changed from defect to enhancement
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.7
comment:6 Changed 12 years ago by andrew_b
- Votes for changeset set to andrew_b
- Version changed from master to 4.8.0
comment:7 Changed 12 years ago by andrew_b
- Status changed from new to assigned
- Owner set to angel_il
comment:9 Changed 12 years ago by slavazanko
- Votes for changeset changed from andrew_b to andrew_b slavazanko
- Branch state changed from on review to approved
comment:10 Changed 12 years ago by angel_il
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b slavazanko to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
comment:12 Changed 12 years ago by andrew_b
- Keywords stable-candidate removed
- Status changed from testing to closed
- Votes for changeset changed from committed-master to committed-master committed-stable
Cherry-picked to 4.8.1-stable: [c123e8cd701a5410720afb4eb88364812645d86b].
Changed 11 years ago by sknaumov
- Attachment mc-4.8.10-editor-drop-selection-on-CK_Store-configurable.patch added
For those who want good old mc-4.7 behavior and don't want to recompile mc.
comment:13 Changed 11 years ago by andrew_b
Ticket #3111 has been marked as a duplicate of this ticket.
Patch to return old behaviour