Re: [LyX/master] Advaced search: check for toString() before using it. (#12783)

2023-05-18 Thread Richard Kimberly Heck
On 5/18/23 11:02, Kornel Benko wrote: commit f13808939b9ae6d8d467538d17157a87e8a1a37c Author: Kornel Benko Date: Thu May 18 18:07:40 2023 +0200 Advaced search: check for toString() before using it. (#12783) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index b8819fd..fed5a74

Re: Can I check, if a class component is overridden? Help for #12783

2023-05-18 Thread Kornel Benko
Am Thu, 18 May 2023 10:56:21 -0400 schrieb Richard Kimberly Heck : > On 5/18/23 10:26, Kornel Benko wrote: > > Specifically I would like to know if the component toString() in class > > Inset is > > overridden. > > https://en.cppreference.com/w/cpp/types/is_same > > > > To solution for

Re: Can I check, if a class component is overridden? Help for #12783

2023-05-18 Thread Richard Kimberly Heck
On 5/18/23 10:26, Kornel Benko wrote: Specifically I would like to know if the component toString() in class Inset is overridden. https://en.cppreference.com/w/cpp/types/is_same To solution for #12783 would be ATM the attached, but I'd like to have it done for other insets too. Why does

Can I check, if a class component is overridden? Help for #12783

2023-05-18 Thread Kornel Benko
Specifically I would like to know if the component toString() in class Inset is overridden. To solution for #12783 would be ATM the attached, but I'd like to have it done for other insets too. Kornel diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index b8819fdf1b..6ce3ce08ff 100644