Ticket #1760 (new defect) — at Initial Version
*Highlight glitch at newline
Reported by: | gotar | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.7.0 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
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:
=========
EditDeleteToLineEnd? = ctrl-k
EditDeleteToLineBegin? =
EditLeft? = left
EditRight? = right
=========
- put cursor in empty line
- press shift-left
- instead of single newline character selected, the line at the top and the bottom one are selected with "EditRi?" part of next line.
Note: See
TracTickets for help on using
tickets.