Ticket #1850 (assigned enhancement)
F5-enhancement: multiline vertical down-copy
Reported by: | vit_r | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mcedit | Version: | 4.7.0-pre4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
F5 usual behavior is changed only when cursor is between
start and end marks (start_mark <= cursor && cursor <= end_mark)
of marked area.
Instead of copying selection inside itself
this patch offers one-click-down-copy of all lines
which have at least one highlighted char or '\n'.
New copy is marked and cursor is on the first char of lower line.
If nothing is marked then cursor line is doubled and marked.
In last case line with single '\n' is skipped.
vit_r
Attachments
Change History
Changed 15 years ago by vit_r
- Attachment 1850-multiline-vertical-down-copy.patch added
Note: See
TracTickets for help on using
tickets.
F5-enhancement: multiline_vertical_down-copy