Ticket #1847 (assigned enhancement)

Opened 14 years ago

Last modified 7 years ago

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

1847-multiline-vertical-move.patch (10.7 KB) - added by vit_r 14 years ago.
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

Change History

Changed 14 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

comment:1 Changed 14 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

comment:2 Changed 12 years ago by andrew_b

  • Branch state set to no branch
  • Milestone changed from 4.7 to Future Releases

comment:3 Changed 7 years ago by andrew_b

  • Owner vit_r deleted
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.