https://bugs.documentfoundation.org/show_bug.cgi?id=144853
Michael Warner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.warner.ut+libreoffi | |[email protected] Keywords| |needsUXEval See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=49 | |033 --- Comment #1 from Michael Warner <[email protected]> --- It's not a problem when there is a selection, because all of the formatting commands will affect all of the selected words. I can think of two possible solutions: 1. Change the behavior of case cycling such that it does not apply sentence case formatting if there is no selection; or 2. Change the behavior of each case format operation to store the command in the undo information ("cycle case" or "direct"), then whenever cycle case command is executed, have it check the top of the undo stack and if the undo information indicates that the previous command was a cycle case that applied sentence case, have it undo that command before executing the next case change. -- You are receiving this mail because: You are the assignee for the bug.
