Ticket #1884 (new defect) — at Version 4
mcedit: jump to the end of the file is not consistent to jump to beginning of file
Reported by: | angel_il | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | andrew_b |
Description (last modified by slyfox) (diff)
We have two keybindongs for fast forward:
- Ctrl-End - EOF(end of file)
- Ctrl-Home - BOF(beginning of file)
First one preserves relative line offset and the second does not.
Thus, consider file with following contents:
...... ...... ..*... ......
(3,3) aka * is a current cursor position.
Pressing Ctrl-Home we appear in (1,3) - quite nice.
Pressing Ctrl-End we reach (4,7) - not so nice, especially if last line is lengthy.
Change History
Note: See
TracTickets for help on using
tickets.
branch: 1884_move_to_bottom_fix (parent: master)
changeset: 3edfb0bc589cb02e3dd20bd71ed97a70643c6f39