https://bugs.documentfoundation.org/show_bug.cgi?id=165264
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Preview window not wrapping |Preview window in Recoll |text completely |not wrapping text | |completely CC| |ilmari.lauhakangas@libreoff | |ice.org Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #2 from Buovjaga <[email protected]> --- (In reply to [email protected] from comment #0) > Description: > I am using LibreOffice in conjunction with recoll for converting and > indexing files. In at least one instance, indexing a long Apple Pages > document, the Preview panel stops wrapping text after a number of pages are > displayed in the Preview panel. This makes reading the contents of Preview > very difficult. The recoll developer, Jean-Francois Dockes, claims the > Preview screen is controlled by LibreOffice and not by his product. I found the original feature request: https://framagit.org/medoc92/recoll/-/issues/309 The commit adding Pages support to Recoll: https://framagit.org/medoc92/recoll/-/commit/1e02bb6dd94df9a74d20fd45b12b8b8b6af4997b The current source code files: https://framagit.org/medoc92/recoll/-/blob/master/src/filters/rclpages.py https://framagit.org/medoc92/recoll/-/blob/master/src/filters/rclrunsoffice.py I don't see anything there about using LibreOffice itself to display a preview. I assume there is a misunderstanding here. Recoll indexes documents. In this case, it uses LibreOffice to convert Pages documents to HTML and then indexes the generated files. LibreOffice exits the picture after the conversion. The preview is the responsibility of Recoll itself. Docs for the preview window: https://www.recoll.org/usermanual/webhelp/docs/RCL.SEARCH.GUI.PREVIEW.html The preview code is in this directory under names starting with "preview": https://framagit.org/medoc92/recoll/-/tree/master/src/qtgui Nothing there about LibreOffice, just Qt toolkit's web view. -- You are receiving this mail because: You are the assignee for the bug.
