Bug 120422 - LibreLogo: format program lines as paragraphs by magic wand to fix 2-page editing environment with page breaking before the program, and fix debug functionality "jump to the bad line"
Summary: LibreLogo: format program lines as paragraphs by magic wand to fix 2-page edi...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.0.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:6.2.0 target:6.1.3
Keywords: regression
Depends on:
Blocks: LibreLogo
  Show dependency treegraph
 
Reported: 2018-10-08 14:28 UTC by László Németh
Modified: 2018-10-10 15:41 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description László Németh 2018-10-08 14:28:26 UTC
using the icon "magic wand" to break the code to the second page results bad page breaking after repeating this formatting: for example, there is the first code line at the first page, and the last code line in a new page.
Comment 1 Commit Notification 2018-10-10 12:47:02 UTC
László Németh committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=3a81c0d402d70b00351d1b236939976d589856b8

tdf#120422 LibreLogo: fix page and line formatting of "magic wand"

It will be available in 6.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 2 László Németh 2018-10-10 13:01:07 UTC
Fixed in LO 6.2, and it will be fixed in LO 6.1.

Note: From the beginning or from some point of LibreOffice development, formatting the program lines as paragraphs started to depend on regex setting of the Search & Replace dialog, and fix for Bug 100941 (bad formatting when Search & Replace doesn't use regex) changed the paragraphs to line breaks, causing missing page breaking before the problem, also lost debug function "jump to the bad line".
Comment 3 Commit Notification 2018-10-10 15:41:01 UTC
László Németh committed a patch related to this issue.
It has been pushed to "libreoffice-6-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=a0145f46a0babe9af604fbba7ddbf89522ede393&h=libreoffice-6-1

tdf#120422 LibreLogo: fix page and line formatting of "magic wand"

It will be available in 6.1.3.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.