Ticket #1998 (closed defect: fixed)
EditColumnMark can't go up through newline
Reported by: | gotar | Owned by: | angel_il |
---|---|---|---|
Priority: | major | Milestone: | 4.7.1 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master committed-stable |
Description
In block selection mode (shift-F3) it's impossible to go beyond empty line with up or left arrow (i.e. in top direction).
In general: it's impossible to pass any line shorter than finishing column, until left arrow is pressed at column 0 (which won't work on empty line), e.g.
xxxCxxx
yyyyy
zzzzzDz
- put cursor in C position,
- press shift-F3,
- go to D position,
- press up arrow twice,
- press left arrow - you're unlocked now and free to go up.
Change History
comment:1 Changed 15 years ago by angel_il
- Owner set to angel_il
- Status changed from new to accepted
- Milestone changed from 4.7 to 4.7.1
- Version changed from version not selected to master
- Priority changed from minor to major
comment:2 Changed 15 years ago by angel_il
- severity changed from no branch to on review
branch: 1998_vertical_selection_fix
changeset: 13a178a56138064fa3855ee8cc410cd6f099c300
comment:4 Changed 15 years ago by slavazanko
- Votes for changeset changed from andrew_b to andrew_b slavazanko
- severity changed from on review to approved
comment:5 Changed 15 years ago by angel_il
- Votes for changeset changed from andrew_b slavazanko to committed-master
- severity changed from approved to merged
comment:6 Changed 15 years ago by angel_il
- Status changed from accepted to testing
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
ok, i see it, thnx...
try switch on "cursor beyond EOF" while i fix it.