-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Enable line wrapping #709
Enable line wrapping #709
Conversation
Thank you very much for the change! Can you add an entry to the changelog: https://github.com/Murmele/Gittyup/blob/master/docs/changelog.md |
Done! I recorded a better video for the website: line-wrap-demo-2.webm |
Thanks I hope I can have a look into it next days. |
Co-authored-by: Murmele <[email protected]>
GitHub doesn't support webm yet
Line wrapping can be enabled/disabled with a setting in
Tools->Options->Diff->Wrap Lines
. This closes #706.All credit to Scintilla.
This addresses the second half of #514. The second half of issue 514 was: bad user experience when scrolling down through the DiffView. But with line wrapping enabled, the horizontal scroll bars disappear. That prevents the mouse scroll wheel from being captured by the horizontal scroll bar.
Demo:
wrap-lines.webm
wrap-lines-scroll.webm