https://bugs.documentfoundation.org/show_bug.cgi?id=140731
--- Comment #6 from László Németh <[email protected]> --- (In reply to Mike Kaganski from comment #5) > I would think that modifying the title case function to prepare a full > selection/per-paragraph text, and replacing as a whole, to produce results > similar to what UPPERCASE gives, would make the hack unneeded here? Because > disabling redlining when user needs it is ... wrong? Hi, Mike! Great idea! There is a trade-off within the different implementations, keeping the old tracked changes, portion formatting etc., so it's not an easy task, and the result could be worse easily. Using the recent word-level track changes it's easy to fix the bad title casing of the title case algorithm by reverting the bad capitalization of some words with a few clicks (see the fix for NatNum12: https://wiki.documentfoundation.org/ReleaseNotes/7.5#Default_.E2.80.9Cspell_out.E2.80.9D_number_and_currency_formats). So I suggest to combine or extend the recent solution, i.e. apply your fix only at formatting too many paragraphs (if it's possible without losing other formatting or data), when redlining is disabled now. -- You are receiving this mail because: You are the assignee for the bug.
