Ticket #2487 (closed defect: wontfix)
scroll beyond EOF
Reported by: | ika256 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.8 |
Component: | mcview | Version: | 4.7.5 |
Keywords: | Cc: | gotar@… | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
GNU Midnight Commander 4.7.5
Built with GLib 2.26.1
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, fish
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
open file in viewer, goto end of file and press "page down"
Change History
comment:1 Changed 14 years ago by slavazanko
- Status changed from new to closed
- Resolution set to wontfix
comment:3 Changed 14 years ago by gotar
- Cc gotar@… added
Can't you read? See #2135 for explanation - it's a feature not bug.
comment:4 follow-up: ↓ 5 Changed 14 years ago by ika256
gotar
I read ticket #2135
As I understood the idea of 1-line scrolling is
"notices him about file coming to the end (if he doesn't see percentage indicator)."
I agree with andrew_b
-"IMO when we've reached the end of file, MC just shouldn't do anything if I try to scroll down even more.
Scrolling line by line will most likely confuse people ("WTF is my MC doing?")"
and so clear if no longer scrolls down we reached EOF
maybe it will be better in the upper right corner add symbols "EOF" instead of 1-line scrolling?
thanks
comment:5 in reply to: ↑ 4 Changed 14 years ago by gotar
Replying to ika256:
I read ticket #2135
Read also #2135, #1778 and #2411.
and so clear if no longer scrolls down we reached EOF
It doesn't scroll further after reaching EOF - at the top line. Stopping at the bottom line makes parts of some files unreadable - would you fix #2410?
maybe it will be better in the upper right corner add symbols "EOF" instead of 1-line scrolling?
Or get back to 4.6 behavior and do full page down. Imagine there ARE people who want last line scrolled to the top (like me), current movement is just a compromise.
See #2135 for more details