[Bug 162422] Need ability to have automated line breaking to prefer uniformity over all lines
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 14 06:54:00 UTC 2024
https://bugs.documentfoundation.org/show_bug.cgi?id=162422
--- Comment #8 from Eyal Rozenberg <eyalroz1 at gmx.com> ---
(In reply to Heiko Tietze from comment #7)
> Can you illustrate this? An indentation is automatic and will be applied to
> any text.
I mean that as you type more words in a paragraph, the line breaking changes -
including in previous lines - so that the lines are kept at a length which is
as close to uniform as possible. Of course, for a given fixed line length limit
(i.e. not when the textbox can stretch).
So, suppose my line is 30 chars long, and I start typing. Here is some text
animation for you...
123456789012345678901234567890
The
123456789012345678901234567890
The quick
123456789012345678901234567890
The quick brown fox
123456789012345678901234567890
The quick brown fox jumped
here is where things diverge from the default line breaking strategy. The next
work, currently, produces:
123456789012345678901234567890
The quick brown fox jumped
over
123456789012345678901234567890
The quick brown fox jumped
over the
123456789012345678901234567890
The quick brown fox jumped
over the lazy
but with the alternative line breaking strategy, this would happen:
123456789012345678901234567890
The quick brown
fox jumped over
123456789012345678901234567890
The quick brown fox
jumped over the
123456789012345678901234567890
The quick brown fox
jumped over the lazy
123456789012345678901234567890
The quick brown fox
jumped over the lazy dog
See what I mean?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list