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

Horizontal scroll window for long lines #59

Open
MirrorPusher opened this issue Mar 28, 2022 · 0 comments
Open

Horizontal scroll window for long lines #59

MirrorPusher opened this issue Mar 28, 2022 · 0 comments
Assignees
Labels
editor enhancement New feature or request

Comments

@MirrorPusher
Copy link
Collaborator

Need the possibility to deal with lines > 80 characters, e.g. TI Basic source code listing or content clipped from host keyboard.

Solution:

  • Refactor code for dealing with long lines.
  • Introduce "vwco" = View Window Column Offset
  • Implement horizontal scroll "F5" that shows frame buffer content starting column X where X is increased from 0 to 250
  • Ruler should show sync with vwco, so that it for example starts with indicator '6' for column 60
  • Line/Column indicator should deal with 3 digits length for column and line length
@MirrorPusher MirrorPusher added enhancement New feature or request editor labels Mar 28, 2022
@MirrorPusher MirrorPusher self-assigned this Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant