Ticket #1884 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

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:1 Changed 14 years ago by angel_il

branch: 1884_move_to_bottom_fix (parent: master)
changeset: 3edfb0bc589cb02e3dd20bd71ed97a70643c6f39

comment:2 Changed 14 years ago by angel_il

  • severity changed from no branch to on review

comment:3 Changed 14 years ago by andrew_b

  • Votes for changeset set to andrew_b
  • Component changed from mc-core to mcedit

comment:4 Changed 14 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:5 Changed 14 years ago by slyfox

  • Version changed from 4.7.0-pre4 to master

comment:6 Changed 14 years ago by slyfox

  • Votes for changeset changed from andrew_b to andrew_b slyfox
  • severity changed from on review to approved

Approved

comment:7 Changed 14 years ago by angel_il

  • Status changed from new to closed
  • Votes for changeset changed from andrew_b slyfox to committed-master
  • Resolution set to fixed
  • severity changed from approved to merged
Note: See TracTickets for help on using tickets.