Changes between Initial Version and Version 1 of Ticket #1760
- Timestamp:
- 12/02/09 13:17:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1760 – Description
initial v1 1 1 When selections starts in the middle of line it goes crazy when passing newline, even more happens when selection starts at empty line, e.g. shipped mc.keymap: 2 2 3 ========= 4 EditDeleteToLineEnd = ctrl-k5 EditDeleteToLineBegin =3 {{{ 4 !EditDeleteToLineEnd = ctrl-k 5 !EditDeleteToLineBegin = 6 6 7 EditLeft = left8 EditRight = right9 ========= 7 !EditLeft = left 8 !EditRight = right 9 }}} 10 10 11 11 1. put cursor in empty line 12 12 2. press shift-left 13 3. instead of single newline character selected, the line at the top and the bottom one are selected with " EditRi" part of next line.13 3. instead of single newline character selected, the line at the top and the bottom one are selected with "!EditRi" part of next line.