Re: Advanced find does not search in deactivated branches

2022-05-01 Thread Kornel Benko
Am Sat, 30 Apr 2022 14:24:13 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, dem 30.04.2022 um 11:27 +0200 schrieb Kornel Benko: > > The naming is not very fortunate yet, so please proceed. > > Done. I leave the documentation work to you. > Pure try at aec76ace. Kornel --

Re: Advanced find does not search in deactivated branches

2022-04-30 Thread Jürgen Spitzmüller
Am Samstag, dem 30.04.2022 um 11:27 +0200 schrieb Kornel Benko: > The naming is not very fortunate yet, so please proceed. Done. I leave the documentation work to you. -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list

Re: Advanced find does not search in deactivated branches

2022-04-30 Thread Kornel Benko
Am Sat, 30 Apr 2022 11:07:19 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, dem 30.04.2022 um 10:42 +0200 schrieb Kornel Benko: > > Apparently the search needs some more description. > > Make a testcase: > > Document lang = German > > Insert 'a' > > select some 'a' and change its lang

Re: Advanced find does not search in deactivated branches

2022-04-30 Thread Jürgen Spitzmüller
Am Samstag, dem 30.04.2022 um 10:42 +0200 schrieb Kornel Benko: > Apparently the search needs some more description. > Make a testcase: > Document lang = German > Insert 'a' > select some 'a' and change its lang to English > Open findadv dialog > insert 'a' > find ... > You will see,

Re: Advanced find does not search in deactivated branches

2022-04-30 Thread Kornel Benko
Am Sat, 30 Apr 2022 10:13:09 +0200 schrieb Jürgen Spitzmüller : > 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, > > -

Re: Advanced find does not search in deactivated branches

2022-04-30 Thread Jürgen Spitzmüller
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, > +  

Re: Advanced find does not search in deactivated branches

2022-04-30 Thread Kornel Benko
Am Sat, 30 Apr 2022 09:38:03 +0200 schrieb Kornel Benko : > Am Sat, 30 Apr 2022 09:06:13 +0200 > schrieb Jürgen Spitzmüller : > > > Am Freitag, dem 29.04.2022 um 20:06 +0200 schrieb Kornel Benko: > > > Maybe we should also rename 'Ignore formatting' to 'Handle formatted > > > search'. > >

Re: Advanced find does not search in deactivated branches

2022-04-30 Thread Kornel Benko
Am Sat, 30 Apr 2022 09:06:13 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 29.04.2022 um 20:06 +0200 schrieb Kornel Benko: > > Maybe we should also rename 'Ignore formatting' to 'Handle formatted > > search'. > > Apart from that, does it do what you expect? > Yes it does. Could we add

Re: Advanced find does not search in deactivated branches

2022-04-30 Thread Jürgen Spitzmüller
Am Freitag, dem 29.04.2022 um 20:06 +0200 schrieb Kornel Benko: > Maybe we should also rename 'Ignore formatting' to 'Handle formatted > search'. Apart from that, does it do what you expect? -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing

Re: Advanced find does not search in deactivated branches

2022-04-29 Thread Kornel Benko
Am Fri, 29 Apr 2022 19:31:23 +0200 schrieb Kornel Benko : > Am Fri, 29 Apr 2022 17:09:05 +0200 > schrieb Jürgen Spitzmüller : > > > Am Freitag, dem 29.04.2022 um 17:02 +0200 schrieb Kornel Benko: > > > The meaning of 'Ignore formatting' is reversed. > > > > > > If 'Ignore formatting' is _not_

Re: Advanced find does not search in deactivated branches

2022-04-29 Thread Kornel Benko
Am Fri, 29 Apr 2022 17:09:05 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 29.04.2022 um 17:02 +0200 schrieb Kornel Benko: > > The meaning of 'Ignore formatting' is reversed. > > > > If 'Ignore formatting' is _not_ checked, then all subsequent > > selections should be enabled. > > > >

Re: Advanced find does not search in deactivated branches

2022-04-29 Thread Jürgen Spitzmüller
Am Freitag, dem 29.04.2022 um 17:02 +0200 schrieb Kornel Benko: > The meaning of 'Ignore formatting' is reversed. > > If 'Ignore formatting' is _not_ checked, then all subsequent > selections should be enabled. > > That is, only in formatted search we can select what is to be ignored > or not.

Re: Advanced find does not search in deactivated branches

2022-04-29 Thread Kornel Benko
Am Fri, 29 Apr 2022 16:20:29 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 01.04.2022 um 09:35 +0200 schrieb Jürgen Spitzmüller: > > I have a GUI ready, but it doesn't work. I am not sure I understand > > how > > this is supposed to be used. If I have a text file with "test > >

Re: Advanced find does not search in deactivated branches

2022-04-29 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 09:35 +0200 schrieb Jürgen Spitzmüller: > I have a GUI ready, but it doesn't work. I am not sure I understand > how > this is supposed to be used. If I have a text file with "test > \textbf{test} test" and search for "test", the bold string is found > no > matter what

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Scott Kostyshak
On Sat, Apr 02, 2022 at 05:07:34PM +0200, Kornel Benko wrote: > Am Sat, 2 Apr 2022 10:49:17 -0400 > schrieb Scott Kostyshak : > > On current master I get the following: > > > > const’: /home/scott/lyxbuilds/master/repo/src/lyxfind.cpp:3868:42: error: > > comparison of > > integer expressions of

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Kornel Benko
Am Sat, 2 Apr 2022 10:49:17 -0400 schrieb Scott Kostyshak : > On Sat, Apr 02, 2022 at 12:22:44PM +0200, Kornel Benko wrote: > > Am Sat, 02 Apr 2022 12:06:12 +0200 > > schrieb Jürgen Spitzmüller : > > > > > Am Samstag, dem 02.04.2022 um 11:57 +0200 schrieb Jürgen Spitzmüller: > > > > I'll

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Scott Kostyshak
On Sat, Apr 02, 2022 at 12:22:44PM +0200, Kornel Benko wrote: > Am Sat, 02 Apr 2022 12:06:12 +0200 > schrieb Jürgen Spitzmüller : > > > Am Samstag, dem 02.04.2022 um 11:57 +0200 schrieb Jürgen Spitzmüller: > > > I'll have a look. > > > > Better? > > > > Jürgen > > Definitely better. Thanks.

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Kornel Benko
Am Sat, 02 Apr 2022 12:06:12 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, dem 02.04.2022 um 11:57 +0200 schrieb Jürgen Spitzmüller: > > I'll have a look. > > Better? > > Jürgen Definitely better. Thanks. Kornel -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Jürgen Spitzmüller
Am Samstag, dem 02.04.2022 um 11:57 +0200 schrieb Jürgen Spitzmüller: > I'll have a look. Better? Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Kornel Benko
Am Sat, 02 Apr 2022 11:57:55 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, dem 02.04.2022 um 11:48 +0200 schrieb Kornel Benko: > > No, normally we get in latex > > > > \begin{comment} > > aexbc > > \end{comment} > > > > now this is only the case if searching in non output (means no output >

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Jürgen Spitzmüller
Am Samstag, dem 02.04.2022 um 11:48 +0200 schrieb Kornel Benko: > No, normally we get in latex > > \begin{comment} > aexbc > \end{comment} > > now this is only the case if searching in non output (means no output > in pdf IMO) So you are talking about InsetNoteParams::Comment, not

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Kornel Benko
Am Sat, 02 Apr 2022 11:44:34 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, dem 02.04.2022 um 11:24 +0200 schrieb Kornel Benko: > > InsetNoteParams::Note is now not part of latex output when not > > searched. > > Isn't that how it should be? > > Jürgen > No, normally we get in latex

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Jürgen Spitzmüller
Am Samstag, dem 02.04.2022 um 11:24 +0200 schrieb Kornel Benko: > InsetNoteParams::Note is now not part of latex output when not > searched. Isn't that how it should be? Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Kornel Benko
Am Sat, 02 Apr 2022 11:21:02 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, dem 02.04.2022 um 11:15 +0200 schrieb Kornel Benko: > > Perfect! Please commit. > > Done. > > Jürgen I was too fast. InsetNoteParams::Note is now not part of latex output when not searched. Needs an amend.

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Jürgen Spitzmüller
Am Samstag, dem 02.04.2022 um 11:15 +0200 schrieb Kornel Benko: > Perfect! Please commit. Done. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Kornel Benko
Am Sat, 02 Apr 2022 10:52:20 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, dem 02.04.2022 um 09:38 +0200 schrieb Kornel Benko: > > But they do not appear in latex output, thus are never accessible by > > searchadv. > > Like so (untested)? > > In any case, I think the testing should be done

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Jürgen Spitzmüller
Am Samstag, dem 02.04.2022 um 09:38 +0200 schrieb Kornel Benko: > But they do not appear in latex output, thus are never accessible by > searchadv. Like so (untested)? In any case, I think the testing should be done in InsetNote::latex(), not InsetText::latex(). Jürgen diff --git

Re: Advanced find does not search in deactivated branches

2022-04-02 Thread Kornel Benko
Am Sat, 02 Apr 2022 07:46:23 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 01.04.2022 um 20:17 +0200 schrieb Kornel Benko: > > > I think there is no need to restrict it to comment. Otherwise no > > > objection. > > > > Do you have some ideas what else could be included? > > LyX

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 20:17 +0200 schrieb Kornel Benko: > > I think there is no need to restrict it to comment. Otherwise no > > objection. > > Do you have some ideas what else could be included? LyX Notes. Jürgen signature.asc Description: This is a digitally signed message part --

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 01 Apr 2022 19:21:47 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 01.04.2022 um 18:08 +0200 schrieb Kornel Benko: > > Apropos, do you have objections in regard of the patch in > > InsetText.cpp? > > I think there is no need to restrict it to comment. Otherwise no > objection.

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 18:08 +0200 schrieb Kornel Benko: > Apropos, do you have objections in regard of the patch in > InsetText.cpp? I think there is no need to restrict it to comment. Otherwise no objection. Jürgen signature.asc Description: This is a digitally signed message part --

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 1 Apr 2022 16:08:53 +0200 schrieb Kornel Benko : > Am Fri, 01 Apr 2022 16:02:05 +0200 > schrieb Jürgen Spitzmüller : > > > Am Freitag, dem 01.04.2022 um 15:59 +0200 schrieb Kornel Benko: > > > What is missing is the search in comments only. > > > > Do we really need this? > > > >

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 01 Apr 2022 16:02:05 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 01.04.2022 um 15:59 +0200 schrieb Kornel Benko: > > What is missing is the search in comments only. > > Do we really need this? > > Jürgen > It would be consistent with other features, like searching for red

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 15:59 +0200 schrieb Kornel Benko: > What is missing is the search in comments only. Do we really need this? Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 1 Apr 2022 13:52:15 +0200 schrieb Kornel Benko : > Am Fri, 01 Apr 2022 11:35:58 +0200 > schrieb Jürgen Spitzmüller : > > > Am Freitag, dem 01.04.2022 um 11:33 +0200 schrieb Kornel Benko: > > > This will take a while :( > > > > No problem. > > > > Jürgen > > Now at least one

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 01 Apr 2022 11:35:58 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 01.04.2022 um 11:33 +0200 schrieb Kornel Benko: > > This will take a while :( > > No problem. > > Jürgen Now at least one can search the string inside a comment, but the feature is ignored. This will need more

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 11:33 +0200 schrieb Kornel Benko: > This will take a while :( No problem. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 1 Apr 2022 11:24:34 +0200 schrieb Kornel Benko : > Am Fri, 01 Apr 2022 11:15:12 +0200 > schrieb Jürgen Spitzmüller : > > > Am Freitag, dem 01.04.2022 um 11:07 +0200 schrieb Kornel Benko: > > > Attached example. > > > > But this gives the same result if "search-ignore

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 01 Apr 2022 11:15:12 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 01.04.2022 um 11:07 +0200 schrieb Kornel Benko: > > Attached example. > > But this gives the same result if "search-ignore non-output-content" > is set to false or true. In both cases, the inset is found. Ah,

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 11:07 +0200 schrieb Kornel Benko: > Attached example. But this gives the same result if "search-ignore non-output-content" is set to false or true. In both cases, the inset is found. But anyway, my concern would rather be: how do I find a string _inside_ this inset?

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 11:03 +0200 schrieb Kornel Benko: > You cannot if it is a lyx-comment. If the note is latex, then you can > type the string in the search window in a note. Does not work.  Anyway, I think I have completely misunderstood the purpose of "search- ignore

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 1 Apr 2022 11:03:31 +0200 schrieb Kornel Benko : > Am Fri, 01 Apr 2022 10:48:45 +0200 > schrieb Jürgen Spitzmüller : > > > Am Freitag, dem 01.04.2022 um 10:10 +0200 schrieb Kornel Benko: > > > ATM, it works like this: > > > Any feature deselected with the lfun is ignored no matter what

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 01 Apr 2022 10:48:45 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 01.04.2022 um 10:10 +0200 schrieb Kornel Benko: > > ATM, it works like this: > > Any feature deselected with the lfun is ignored no matter what is in > > the search window. > > I still do not understand. How can

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 10:10 +0200 schrieb Kornel Benko: > ATM, it works like this: > Any feature deselected with the lfun is ignored no matter what is in > the search window. I still do not understand. How can I make AdvSearch search in a note? "search-ignore non-output-content false"

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 01 Apr 2022 09:59:22 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 01.04.2022 um 09:49 +0200 schrieb Kornel Benko: > > Nothing wrong. Search for bold string instead. > > Any feature not used in the search-window will be ignored at the > > moment. > > Is this really the lfun

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 01.04.2022 um 09:49 +0200 schrieb Kornel Benko: > Nothing wrong. Search for bold string instead. > Any feature not used in the search-window will be ignored at the > moment. Is this really the lfun being in effect here or rather the old "ignore setting"? I am still not sure how

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 1 Apr 2022 09:49:50 +0200 schrieb Kornel Benko : > Am Fri, 01 Apr 2022 09:35:46 +0200 > schrieb Jürgen Spitzmüller : > > > Am Freitag, dem 11.03.2022 um 14:38 +0100 schrieb Kornel Benko: > > > Of course, thanks. If you have ideas, what I can do, I would like to > > > collaborate. >

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Kornel Benko
Am Fri, 01 Apr 2022 09:35:46 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, dem 11.03.2022 um 14:38 +0100 schrieb Kornel Benko: > > Of course, thanks. If you have ideas, what I can do, I would like to > > collaborate. > > I have a GUI ready, but it doesn't work. I am not sure I understand

Re: Advanced find does not search in deactivated branches

2022-04-01 Thread Jürgen Spitzmüller
Am Freitag, dem 11.03.2022 um 14:38 +0100 schrieb Kornel Benko: > Of course, thanks. If you have ideas, what I can do, I would like to > collaborate. I have a GUI ready, but it doesn't work. I am not sure I understand how this is supposed to be used. If I have a text file with "test \textbf{test}

Re: Advanced find does not search in deactivated branches

2022-03-11 Thread Kornel Benko
Am Fri, 11 Mar 2022 13:58:27 +0100 schrieb Jürgen Spitzmüller : > Am Sonntag, dem 06.03.2022 um 19:01 +0100 schrieb Kornel Benko: > > Each of the (color .. strike) describe which char property has to be > > ignored while > > searching a pattern. Each property can be set independently. > >

Re: Advanced find does not search in deactivated branches

2022-03-11 Thread Jürgen Spitzmüller
Am Sonntag, dem 06.03.2022 um 19:01 +0100 schrieb Kornel Benko: > Each of the (color .. strike) describe which char property has to be > ignored while > searching a pattern. Each property can be set independently. > (deleted) describes if the searched region includes deleted (in > documents with

Re: Advanced find does not search in deactivated branches

2022-03-06 Thread Kornel Benko
Am Sun, 06 Mar 2022 17:40:46 +0100 schrieb Jürgen Spitzmüller : > Am Sonntag, dem 06.03.2022 um 11:00 +0100 schrieb Kornel Benko: > > I'd like to, and not only for this, but would need help. GUI > > programming/creating is not > > my strength. > > > > All the possibilities, effective if 'ignore

Re: Advanced find does not search in deactivated branches

2022-03-06 Thread Jürgen Spitzmüller
Am Sonntag, dem 06.03.2022 um 11:00 +0100 schrieb Kornel Benko: > I'd like to, and not only for this, but would need help. GUI > programming/creating is not > my strength. > > All the possibilities, effective if 'ignore format' == false > color, language, sectioning, font, series, shape,

Re: Advanced find does not search in deactivated branches

2022-03-06 Thread Kornel Benko
Am Sun, 06 Mar 2022 10:10:00 +0100 schrieb Jürgen Spitzmüller : > Am Sonntag, dem 06.03.2022 um 09:35 +0100 schrieb Kornel Benko: > > Implemented your suggestion. > > Can't test it now but from the patch it looks good. I guess you will > also add GUI support (a checkbox to set this)? > >

Re: Advanced find does not search in deactivated branches

2022-03-06 Thread Jürgen Spitzmüller
Am Sonntag, dem 06.03.2022 um 09:35 +0100 schrieb Kornel Benko: > Implemented your suggestion. Can't test it now but from the patch it looks good. I guess you will also add GUI support (a checkbox to set this)? Jürgen signature.asc Description: This is a digitally signed message part --

Re: Advanced find does not search in deactivated branches

2022-03-06 Thread Kornel Benko
Am Sat, 05 Mar 2022 17:22:06 +0100 schrieb Jürgen Spitzmüller : > Am Samstag, dem 05.03.2022 um 16:42 +0100 schrieb Kornel Benko: > > I have no idea, how to get notes output in latex mode > > Adapt the conditions in InsetNote::latex() accordingly. > > > > and I > > > don't see where to

Re: Advanced find does not search in deactivated branches

2022-03-05 Thread Kornel Benko
Am Sat, 05 Mar 2022 18:41:40 +0100 schrieb Jürgen Spitzmüller : > Am Samstag, dem 05.03.2022 um 18:36 +0100 schrieb Kornel Benko: > > Or even > > search-include non-output-content true > > ? > > > > Would be a new command. > > yes, even better (although it is not clear from the command

Re: Advanced find does not search in deactivated branches

2022-03-05 Thread Jürgen Spitzmüller
Am Samstag, dem 05.03.2022 um 18:36 +0100 schrieb Kornel Benko: > Or even > search-include non-output-content true > ? > > Would be a new command. yes, even better (although it is not clear from the command that it only applies advanced search). Jürgen signature.asc Description: This

Re: Advanced find does not search in deactivated branches

2022-03-05 Thread Kornel Benko
Am Sat, 5 Mar 2022 18:16:07 +0100 schrieb Kornel Benko : > Am Sat, 05 Mar 2022 17:22:06 +0100 > schrieb Jürgen Spitzmüller : > > > Am Samstag, dem 05.03.2022 um 16:42 +0100 schrieb Kornel Benko: > > > I have no idea, how to get notes output in latex mode > > > > Adapt the conditions in

Re: Advanced find does not search in deactivated branches

2022-03-05 Thread Kornel Benko
Am Sat, 05 Mar 2022 17:22:06 +0100 schrieb Jürgen Spitzmüller : > Am Samstag, dem 05.03.2022 um 16:42 +0100 schrieb Kornel Benko: > > I have no idea, how to get notes output in latex mode > > Adapt the conditions in InsetNote::latex() accordingly. > > > > and I > > > don't see where to

Re: Advanced find does not search in deactivated branches

2022-03-05 Thread Jürgen Spitzmüller
Am Samstag, dem 05.03.2022 um 16:42 +0100 schrieb Kornel Benko: > I have no idea, how to get notes output in latex mode Adapt the conditions in InsetNote::latex() accordingly. > > and I > > don't see where to opt-out (as I'd have expected). > > this could be done with the function

Re: Advanced find does not search in deactivated branches

2022-03-05 Thread Kornel Benko
Am Sat, 05 Mar 2022 16:17:59 +0100 schrieb Jürgen Spitzmüller : > Am Samstag, dem 05.03.2022 um 16:10 +0100 schrieb Kornel Benko: > > Does the attached work as expected? > > It finds in deactivated branches (good!) but not in notes (bad!) I have no idea, how to get notes output in latex mode

Re: Advanced find does not search in deactivated branches

2022-03-05 Thread Jürgen Spitzmüller
Am Samstag, dem 05.03.2022 um 16:10 +0100 schrieb Kornel Benko: > Does the attached work as expected? It finds in deactivated branches (good!) but not in notes (bad!) and I don't see where to opt-out (as I'd have expected). Jürgen signature.asc Description: This is a digitally signed message

Re: Advanced find does not search in deactivated branches

2022-03-05 Thread Kornel Benko
Am Fri, 18 Feb 2022 11:16:53 +0100 schrieb Jürgen Spitzmüller : > Am Freitag, dem 18.02.2022 um 10:31 +0100 schrieb Kornel Benko: > > Given the string 'ABCD' while 'B' is in deactivated branch. > > Now considering the case searching for the word 'ACD'. > > Should it be found? > > Don't know. >

Re: Advanced find does not search in deactivated branches

2022-02-18 Thread Jean-Marc Lasgouttes
Le 18/02/2022 à 10:31, Kornel Benko a écrit : Given the string 'ABCD' while 'B' is in deactivated branch. Now considering the case searching for the word 'ACD'. Should it be found? This is a case for change tracking IMO. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Advanced find does not search in deactivated branches

2022-02-18 Thread Jürgen Spitzmüller
Am Freitag, dem 18.02.2022 um 10:31 +0100 schrieb Kornel Benko: > Given the string 'ABCD' while 'B' is in deactivated branch. > Now considering the case searching for the word 'ACD'. > Should it be found? Don't know. But if a deactivated branch (or note) contains one or several paragraphs,

Re: Advanced find does not search in deactivated branches

2022-02-18 Thread Kornel Benko
Am Thu, 17 Feb 2022 16:44:18 -0500 schrieb Scott Kostyshak : > On Thu, Feb 17, 2022 at 03:02:00PM +0100, Kornel Benko wrote: > > Am Thu, 17 Feb 2022 07:55:10 -0500 > > schrieb Scott Kostyshak : > > > > > In the attached, if I do an advanced find with 2.4.04dev for $\coloneqq$, > > > it is not

Re: Advanced find does not search in deactivated branches

2022-02-17 Thread Scott Kostyshak
On Thu, Feb 17, 2022 at 03:02:00PM +0100, Kornel Benko wrote: > Am Thu, 17 Feb 2022 07:55:10 -0500 > schrieb Scott Kostyshak : > > > In the attached, if I do an advanced find with 2.4.04dev for $\coloneqq$, > > it is not > > found. If I then activate the branch, it is found. Is this a feature or

Re: Advanced find does not search in deactivated branches

2022-02-17 Thread Kornel Benko
Am Thu, 17 Feb 2022 07:55:10 -0500 schrieb Scott Kostyshak : > In the attached, if I do an advanced find with 2.4.04dev for $\coloneqq$, it > is not > found. If I then activate the branch, it is found. Is this a feature or a bug? > > Scott Feature, since exported latex does not contain these