[Libreoffice-bugs] [Bug 114080] FILESAVE: "Save as Text" doesn' t put end-of-line after each line shown on screen

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 5 06:26:44 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=114080

V Stuart Foote <vstuart.foote at utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vstuart.foote at utsa.edu
         Resolution|WONTFIX                     |INVALID

--- Comment #15 from V Stuart Foote <vstuart.foote at utsa.edu> ---
This would make no sense. Our direct formatting and styles are applied to the
paragraph as objects held on a page object; indentations, spacing, numbering,
etc. are attributes of the paragraph.

What you are asking for is to maintain line spacing that would break paragraph
object attributes--we won't do that and this is INVALID.

However, if you insist on manually formatting each line (rather than allowing
the paragraph object to demark its text breaks within margins and indents) it
is a simple practice to use <Shift>+<Enter> to break your lines with a <LF>.

Then each <LF> inserted will be filter exported to end each line in a Text
formated file as HEX 0a, with Paragraph ends rendered as <CR><LF> 0a0d.

You should be able to work with the resulting text file as you prefer.

Setting Resolved => INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171205/b6bb4ae8/attachment.html>


More information about the Libreoffice-bugs mailing list