Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mcedit: jump to the end of the file is not consistent to jump to beginning of file #1884

Closed
mc-butler opened this issue Dec 21, 2009 · 7 comments
Labels
area: mcedit mcedit, the built-in text editor prio: medium Has the potential to affect progress
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/1884
Reporter angel_il (@ilia-maslakov)

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.

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Dec 21, 2009 at 7:41 UTC (comment 1)

branch: 1884_move_to_bottom_fix (parent: master)
changeset: [3edfb0b]

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Dec 21, 2009 at 7:47 UTC (comment 2)

  • Severity changed from no branch to on review

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Dec 21, 2009 at 17:40 UTC (comment 3)

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

@mc-butler
Copy link
Author

Changed by slyfox (@trofi) on Dec 21, 2009 at 18:53 UTC (comment 4)

  • 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
  • Description edited

@mc-butler
Copy link
Author

Changed by slyfox (@trofi) on Dec 21, 2009 at 18:53 UTC (comment 5)

  • Version changed from 4.7.0-pre4 to master

@mc-butler
Copy link
Author

Changed by slyfox (@trofi) on Dec 21, 2009 at 20:47 UTC (comment 6)

  • Severity changed from on review to approved
  • Votes changed from andrew_b to andrew_b slyfox

Approved

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Dec 22, 2009 at 7:21 UTC (comment 7)

  • Severity changed from approved to merged
  • Resolution set to fixed
  • Votes changed from andrew_b slyfox to committed-master
  • Status changed from new to closed

Fixed: [310e44a]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: mcedit mcedit, the built-in text editor prio: medium Has the potential to affect progress
Development

No branches or pull requests

1 participant