Re: Move "LyX Documentation Tools" item to "Other Toolbars" ?

2020-12-17 Thread Scott Kostyshak
On Thu, Dec 17, 2020 at 05:45:09PM +0100, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 17.12.2020 um 11:00 -0500 schrieb Scott Kostyshak: > > Can I remove this entry from lib/ui/default.ui ? This would lead to > > the entry being in "Other Toolbars". > > Yes from my POV. Thanks, in at 8896c2b6.

Re: Move "LyX Documentation Tools" item to "Other Toolbars" ?

2020-12-17 Thread Jürgen Spitzmüller
Am Donnerstag, dem 17.12.2020 um 11:00 -0500 schrieb Scott Kostyshak: > Can I remove this entry from lib/ui/default.ui ? This would lead to > the entry being in "Other Toolbars". Yes from my POV. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing li

Move "LyX Documentation Tools" item to "Other Toolbars" ?

2020-12-17 Thread Scott Kostyshak
Can I remove this entry from lib/ui/default.ui ? This would lead to the entry being in "Other Toolbars". Advantages to change: I do not think many users use this toolbar. Disadvantages: those who use it now need to go through the extra submenu "Other Toolbars" and also need to move the toolbar fr

Re: Special logo characters in regex (for Adv find)

2020-12-17 Thread Jürgen Spitzmüller
Am Donnerstag, dem 17.12.2020 um 16:07 +0100 schrieb Kornel Benko: > Thanks Jürgen. I am lost here. It should behave as if in normal text, > that is > display the logo (draw) and insert e.g. \LyX{} in (latex?)_output. > For instance > regexp{\LaTeXe{}\endregexp{}} > so that the findadv could

Re: Special logo characters in regex (for Adv find)

2020-12-17 Thread Kornel Benko
Am Thu, 17 Dec 2020 15:45:48 +0100 schrieb Jürgen Spitzmüller : > Am Donnerstag, dem 17.12.2020 um 15:15 +0100 schrieb Kornel Benko: > > Sorry for being dumb, I saw these already, alas I could not find > > where the actual decision is made. > > Like this: > > diff --git a/src/mathed/InsetMathH

Re: [LyX/master] Replace QFontMetrics::width() by horizontalAdvance() in Qt>=5.11

2020-12-17 Thread Scott Kostyshak
On Thu, Dec 17, 2020 at 11:39:17AM +0100, Jean-Marc Lasgouttes wrote: > Le 30/10/2020 à 13:13, Jean-Marc Lasgouttes a écrit : > > Le 25/10/2020 à 03:58, Richard Kimberly Heck a écrit : > > > On 10/24/20 2:17 PM, Jean-Marc Lasgouttes wrote: > > > > Le 24/10/2020 à 19:38, Jean-Marc Lasgouttes a écrit

Re: Significant .lyx EOL White Space Inquiry

2020-12-17 Thread Joel Kulesza
On Mon, Dec 14, 2020 at 1:13 PM José Abílio Matos wrote: > On Monday, December 14, 2020 7:00:39 PM WET Richard Kimberly Heck wrote: > > > I hadn't considered this case. It will also occur, of course, with > footnotes > > > and, indeed, every kind of inset. I can't think of any reasonable > > > al

Re: Virtual meetings

2020-12-17 Thread Scott Kostyshak
On Thu, Dec 17, 2020 at 06:54:19AM +0100, Stephan Witt wrote: > Am 15.12.2020 um 18:45 schrieb José Abílio Matos : > > > > Hi, > > I mentioned this with Jean-Marc on July and I think that it would be nice > > to mention it here. > > > > The idea for this come, not only from this year excepti

Re: Special logo characters in regex (for Adv find)

2020-12-17 Thread Jürgen Spitzmüller
Am Donnerstag, dem 17.12.2020 um 15:15 +0100 schrieb Kornel Benko: > Sorry for being dumb, I saw these already, alas I could not find > where the actual decision is made. Like this: diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index f0df1d90fd..2f7bb40bb8 100644 --- a/

Re: Special logo characters in regex (for Adv find)

2020-12-17 Thread Kornel Benko
Am Thu, 17 Dec 2020 14:02:57 +0100 schrieb Jürgen Spitzmüller : > Am Donnerstag, dem 17.12.2020 um 12:31 +0100 schrieb Jürgen > Spitzmüller: > > InsetMathNest::getStatus() > > > > The regexp inset is a math hull inset, thus restrictions to math > > apply. > > You could add an exception to InsetMa

Re: Special logo characters in regex (for Adv find)

2020-12-17 Thread Jürgen Spitzmüller
Am Donnerstag, dem 17.12.2020 um 14:36 +0100 schrieb Jean-Marc Lasgouttes: > Was there a real good reason for the regex inset to be a math inset, > or is just a case of laziness? Is it because it can be inserted in > math and text? I suspect laziness. I was also surprised to find it in mathed. Jü

Re: Special logo characters in regex (for Adv find)

2020-12-17 Thread Jean-Marc Lasgouttes
Le 17/12/2020 à 12:31, Jürgen Spitzmüller a écrit : The regexp inset is a math hull inset, thus restrictions to math apply. You could add an exception to InsetMathHull::getStatus() for InsetSpecialChar and type == hullRegexp for case LFUN_INSET_INSERT. Was there a real good reason for the regex

Re: Special logo characters in regex (for Adv find)

2020-12-17 Thread Jürgen Spitzmüller
Am Donnerstag, dem 17.12.2020 um 12:31 +0100 schrieb Jürgen Spitzmüller: > InsetMathNest::getStatus() > > The regexp inset is a math hull inset, thus restrictions to math > apply. > You could add an exception to InsetMathHull::getStatus() for > InsetSpecialChar and type == hullRegexp for case LFUN

Re: Special logo characters in regex (for Adv find)

2020-12-17 Thread Jürgen Spitzmüller
Am Donnerstag, dem 17.12.2020 um 11:52 +0100 schrieb Kornel Benko: > I would like to handle the logo characters (\LyX{}, \LaTeX{}, ...) in > regexes too, > but > 1.) It is disabled to paste the chars in regex > 2.) selecting the part together with the special in search field and > applying 'r

Special logo characters in regex (for Adv find)

2020-12-17 Thread Kornel Benko
Hi, I would like to handle the logo characters (\LyX{}, \LaTeX{}, ...) in regexes too, but 1.) It is disabled to paste the chars in regex 2.) selecting the part together with the special in search field and applying 'regexp-mode' will change the char to text (LyX, LaTeX, ...) So the quest

Re: Warnings while compiling branch

2020-12-17 Thread Kornel Benko
Am Thu, 17 Dec 2020 11:40:36 +0100 schrieb Jean-Marc Lasgouttes : > Le 02/11/2020 à 19:44, Richard Kimberly Heck a écrit : > > On 11/2/20 12:16 PM, Jean-Marc Lasgouttes wrote: > >> Le 02/11/2020 à 16:59, Richard Kimberly Heck a écrit : > Yes, hunspell has been updated in master to 1.7.0,

Re: Warnings while compiling branch

2020-12-17 Thread Jean-Marc Lasgouttes
Le 02/11/2020 à 19:44, Richard Kimberly Heck a écrit : On 11/2/20 12:16 PM, Jean-Marc Lasgouttes wrote: Le 02/11/2020 à 16:59, Richard Kimberly Heck a écrit : Yes, hunspell has been updated in master to 1.7.0, but not in branch. Riki, would it make sense to do that, given that we want to leave

Re: [LyX/master] Replace QFontMetrics::width() by horizontalAdvance() in Qt>=5.11

2020-12-17 Thread Jean-Marc Lasgouttes
Le 30/10/2020 à 13:13, Jean-Marc Lasgouttes a écrit : Le 25/10/2020 à 03:58, Richard Kimberly Heck a écrit : On 10/24/20 2:17 PM, Jean-Marc Lasgouttes wrote: Le 24/10/2020 à 19:38, Jean-Marc Lasgouttes a écrit : commit 21422dd6527754d8b7876a6e11b686cd726321ed Author: Jean-Marc Lasgouttes Date

Re: Virtual meetings

2020-12-17 Thread Pavel Sanda
On Tue, Dec 15, 2020 at 05:45:17PM +, José Abílio Matos wrote: > What do you think? What is the agenda? 2.4 Release plan? In any case count me in. Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel