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

Word wrap diff according to user settings #17

Closed
karland opened this issue Nov 11, 2017 · 3 comments
Closed

Word wrap diff according to user settings #17

karland opened this issue Nov 11, 2017 · 3 comments

Comments

@karland
Copy link

karland commented Nov 11, 2017

@ryu1kn Great tool, thank you. I am comparing two books written in Markdown and the diff file does not word-wrap. The diff file ignores all user settings with regard to word-wrapping. This makes it difficult to compare paragraphs that are longer than 80 letters, because you then always have to scroll left and right.

Am I doing anything wrong? Is this difficult to address?

Thank you...

@ryu1kn
Copy link
Owner

ryu1kn commented Nov 11, 2017

Hi @karland , you're right, word-wrap is currently not supported and it would be not easy from Partial Diff point of view... Partial Diff actually relies on VS Code's diff view, and it doesn't support word-wrap at the moment.

microsoft/vscode#11387

@ryu1kn
Copy link
Owner

ryu1kn commented Nov 11, 2017

Oh, actually this issue is reported as #8. Anyway, thank you for reporting it, it helps me feel how many people are impacted with the issue.

I wonder if I can help vscode on this...

@ryu1kn ryu1kn closed this as completed Nov 11, 2017
@karland
Copy link
Author

karland commented Nov 13, 2017

@ryu1kn Thanks for your fast reply. And if you could help vscode on word-wrap in diffs that would be awesome...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants