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

--- Comment #11 from Hossein <hoss...@libreoffice.org> ---
(In reply to Bayram Çiçek from comment #9)
> > I think another approach can be creating a search database at compile time.
> > In this way, it will be ready at execution time, without any delays. You may
> > initialize the dialogs, dump strings and write them to some files, and then
> > re-use that at runtime. You may need to do this for each and every language,
> > as the translations are important here.
> We tried this approach but we saw that this approach makes the
> implementation more complex - especially when it comes to different
> languages (translations etc...)
Could you please describe how did you try this approach? And what were the
issues that made it so complex?

(In reply to Stéphane Guillou (stragu) from comment #10)
> I think you misunderstood me. I mean: compile-time indexing does not include
> the extra panels that might be added to the Options dialog when the user
> installs an extension after installation, and therefore would not be
> included in the search results.
Aha, OK! Now I understand what you mean.
We can have a compromise for that: index pre-built options at compile time, and
then add indexes for the remaining at run-time.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to