https://bugs.documentfoundation.org/show_bug.cgi?id=151811
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED CC| |[email protected] --- Comment #1 from V Stuart Foote <[email protected]> --- (In reply to Tobias from comment #0) > ... Invalid, LO (and OOo era) default behavior for the <Enter> to render a new Paragraph object is correct. If you need line breaks, that is correctly achieved by <Shift><Enter> > I do not consider this good. By default there should be a clear way to > differentiate between the two. > There is. This is visually exposed on document canvas with the "Toggle Formatting Marks" <Ctrl><F10> (customizable as UNO .uno:ControlCodes). Each discrete Paragraph will be end marked with a pilcrow (U+00B6), each Line break/continuation will be end marked by a newline (U+21B5). Those visual marks are not searchable, but the reqular expressions "$" or "\n" can be used to locate using the <Ctrl>+H Find dialog. -- You are receiving this mail because: You are the assignee for the bug.
