Ticket #1884 (closed defect: fixed)
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: | committed-master |
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
comment:3 Changed 15 years ago by andrew_b
- Votes for changeset set to andrew_b
- Component changed from mc-core to mcedit
comment:4 Changed 15 years ago by slyfox
- Description modified (diff)
- Summary changed from mcedit: jump to the end of the file is not logical to mcedit: jump to the end of the file is not consistent to jump to beginning of file
comment:6 Changed 15 years ago by slyfox
- Votes for changeset changed from andrew_b to andrew_b slyfox
- severity changed from on review to approved
Approved
Note: See
TracTickets for help on using
tickets.
branch: 1884_move_to_bottom_fix (parent: master)
changeset: 3edfb0bc589cb02e3dd20bd71ed97a70643c6f39