https://bugs.documentfoundation.org/show_bug.cgi?id=139631
Michael Stahl (allotropia) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #9 from Michael Stahl (allotropia) <[email protected]> --- this functionality, which i was previously unaware of, is implemented in: SwWrtShell::IntelligentCut() if(cWord == WORD_NO_SPACE && ' ' == cPrev ) { cWord = WORD_SPACE_BEFORE; // delete the space before if(bCut) { Push(); if(IsCursorPtAtEnd()) SwapPam(); ClearMark(); SetMark(); SwCursorShell::Left(1,SwCursorSkipMode::Chars); SwFEShell::Delete(true); Pop(SwCursorShell::PopMode::DeleteCurrent); } } ... and has existed since initial CVS import. since this function is obviously more intelligent than i am, i can't know what it ought to do (but perhaps we should tell marketing to mention the AI feature a lot). fixed the regression on master anyway. -- You are receiving this mail because: You are the assignee for the bug.
