Ticket #1847 (assigned enhancement)
multiline vertical move
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
Attachments
Change History
comment:1 Changed 15 years ago by vit_r
F6 usual behaviour is _NOT_ changed
- F6 marks unmarked line and moves it down
- Ctrl-F6 marks unmarked line and moves it up
If there are marked area and cursor is between start and end marks
(start_mark <= cursor && cursor <= end_mark)
F6 press till now had no effect. Lets try this design:
- F6 marks all touched lines and moves them down
- Ctrl-F6 up
Lines with at least one marked CHAR are affected too
('\n' == new line is CHAR also)
ps
just to remind: F3 pressed twice - unmarks
Note: See
TracTickets for help on using
tickets.