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

Fix redundant iteration while splitting lines #14851

Merged
merged 4 commits into from
Apr 12, 2021
Merged

Fix redundant iteration while splitting lines #14851

merged 4 commits into from
Apr 12, 2021

Commits on Mar 1, 2021

  1. Fix GenerateLinesWithoutWordWrap()

    We split a line to fit in a windows width and if on last iteration we did get zero length tail we did next iteration but we should stop.
    iSazonov authored and hez2010 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c102315 View commit details
    Browse the repository at this point in the history
  2. Work with review feedback

    hez2010 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0bc0827 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Apply changes based on review feedback

    Co-authored-by: Robert Holt <rjmholt@gmail.com>
    hez2010 and rjmholt committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    892491c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    d1f3d7a View commit details
    Browse the repository at this point in the history