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

When wrapping, only break lines at whitespace #3500

Merged
merged 3 commits into from
Mar 30, 2024
Merged

Conversation

slideclimb
Copy link
Collaborator

Fix #3491

Summary of additions and changes

  • Only break lines at whitespace when wrapping.
  • Somehow, wrapping behaviour while typing is still the same as before.

How to test this pull request

\documentclass{article}
\begin{document}
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore (aaaaa)
\end{document}
  • Updated the documentation, or no update necessary
  • Added tests, or no tests necessary

@PHPirates PHPirates added this to the Next milestone Mar 30, 2024
@PHPirates PHPirates enabled auto-merge March 30, 2024 14:46
@PHPirates PHPirates merged commit 2769726 into master Mar 30, 2024
11 checks passed
@PHPirates PHPirates deleted the 3491-line-wrap branch March 30, 2024 15:03
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

Successfully merging this pull request may close these issues.

Automatic line wrapping adds spaces
2 participants