Changes between Initial Version and Version 1 of Ticket #1760


Ignore:
Timestamp:
12/02/09 13:17:11 (14 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1760 – Description

    initial v1  
    11When 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: 
    22 
    3 ========= 
    4 EditDeleteToLineEnd = ctrl-k 
    5 EditDeleteToLineBegin = 
     3{{{ 
     4!EditDeleteToLineEnd = ctrl-k 
     5!EditDeleteToLineBegin = 
    66 
    7 EditLeft = left 
    8 EditRight = right 
    9 ========= 
     7!EditLeft = left 
     8!EditRight = right 
     9}}} 
    1010 
    11111. put cursor in empty line 
    12122. 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. 
     133. instead of single newline character selected, the line at the top and the bottom one are selected with "!EditRi" part of next line.