Gittyup icon indicating copy to clipboard operation
Gittyup copied to clipboard

Enable line wrapping

Open jensenr30 opened this issue 1 year ago • 1 comments

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

jensenr30 avatar Mar 07 '24 07:03 jensenr30

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 You can add your gif also to the website when you add an entry at: https://github.com/Murmele/Gittyup/blob/master/docs/index.md.

Murmele avatar Mar 07 '24 09:03 Murmele

@Murmele

Can you add an entry to the changelog: https://github.com/Murmele/Gittyup/blob/master/docs/changelog.md You can add your gif also to the website when you add an entry at: https://github.com/Murmele/Gittyup/blob/master/docs/index.md.

Done! I recorded a better video for the website:

line-wrap-demo-2.webm

jensenr30 avatar Mar 08 '24 08:03 jensenr30

Thanks I hope I can have a look into it next days.

Murmele avatar Mar 15 '24 16:03 Murmele