Am Sat, 30 Apr 2022 10:13:09 +0200
schrieb Jürgen Spitzmüller <sp...@lyx.org>:

> Am Freitag, dem 29.04.2022 um 19:31 +0200 schrieb Kornel Benko:
> > Only a small change seems to to be enough (FindAndReplace.cpp:470)
> > 
> >         FindAndReplaceOptions opt(find_buf_name, casesensitive,
> > matchword,
> > -                                  !backwards, expandmacros,
> > ignoreformat,
> > +                                  !backwards, expandmacros,
> > !ignoreformat,
> >                                   repl_buf_name, keep_case, scope,
> > restr);  
> 
> Did that, still does not work for me.
> 

Apparently the search needs some more description.
Make a testcase:
Document lang = German
Insert 'aaaaaaaaa'
select some 'a' and change its lang to English
Open findadv dialog
insert 'a'
find ...
        You will see, that the English 'a' is not found
Open Settings in findadv
check 'Language'
find again
        Each 'a' is found

The difference between
1 unchecked 'Ignore formatting'
        and
2 checked 'Ignore formatting' _and_ checked all

should be only the search speed. Unchecked 'Ignore formatting' is way faster.

        Kornel

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Attachment: pgpfrq0woYWRz.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to