Re: Marking inverted branch insets

2021-10-21 Thread Yuriy Skalko
On 20.10.2021 17:20, Thibaut Cuvelier wrote: On Wed, 20 Oct 2021 at 16:07, Yuriy Skalko > wrote: >> Really I'm also thinking about more flexible system -- to connect branch >> insets to branches using logical expressions. So the branch inset

Re: Marking inverted branch insets

2021-10-21 Thread Yuriy Skalko
Good question. Indeed I have used nested branches until now. But I find the nesting annoying, and I always have to pause to think what should I nest in what? But thinking about it more, perhaps your proposed feature would work for what I want. I don't have much time to think about this more now,

Re: Inset painting regression in stable

2021-10-21 Thread Pavel Sanda
On Fri, Aug 13, 2021 at 08:22:03PM +0200, Jean-Marc Lasgouttes wrote: > Le 13 ao??t 2021 18:09:03 GMT+02:00, Pavel Sanda a écrit : > >Hi, > > > >after upgrade to qt 5.15.2 painting insets in stable branch has a small > >glitch, > >see the attached picture (the horizontal line on the bottom ref).

Re: [LyX/master] Improve error msg.

2021-10-21 Thread Jean-Marc Lasgouttes
Le 21/10/2021 à 14:57, Pavel Sanda a écrit : - rcsmsg = "\n" + _("Perhaps the RCS package is not installed on your system?"); + rcsmsg = "\n" + _("Perhaps the GNU RCS package is not installed on your system?"); Or maybe "Check that the GNU RCS

Re: Inset painting regression in stable

2021-10-21 Thread Jean-Marc Lasgouttes
Le 21/10/2021 à 15:58, Pavel Sanda a écrit : On Fri, Aug 13, 2021 at 08:22:03PM +0200, Jean-Marc Lasgouttes wrote: Le 13 ao??t 2021 18:09:03 GMT+02:00, Pavel Sanda a écrit : Hi, after upgrade to qt 5.15.2 painting insets in stable branch has a small glitch, see the attached picture (the

[PATCH] Adding LFUN for removing LyX modules

2021-10-21 Thread Yuriy Skalko
SPELLING_REMOVE_LOCAL, // jspitzm 20210307 LFUN_FINISHED_DOWN, // lasgouttes 20210629 LFUN_FINISHED_UP, // lasgouttes 20210629 + LFUN_LAYOUT_MODULE_REMOVE, // yuriy 20211021 LFUN_LASTACTION // end of the table }; diff --git a/src/Lay

Re: Inset painting regression in stable

2021-10-21 Thread Stephan Witt
Am 21.10.2021 um 17:15 schrieb Jean-Marc Lasgouttes : > > Le 21/10/2021 à 15:58, Pavel Sanda a écrit : >> On Fri, Aug 13, 2021 at 08:22:03PM +0200, Jean-Marc Lasgouttes wrote: >>> Le 13 ao??t 2021 18:09:03 GMT+02:00, Pavel Sanda a écrit : Hi, after upgrade to qt 5.15.2 painting

Re: [PATCH] Adding LFUN for removing LyX modules

2021-10-21 Thread Scott Kostyshak
On Thu, Oct 21, 2021 at 08:14:27PM +0300, Yuriy Skalko wrote: > > Now LyX has functions for adding one module (LFUN_LAYOUT_MODULE_ADD) and for > removing all modules (LFUN_LAYOUT_MODULES_CLEAR), but removing only one > module is impossible. I propose to add such function: >

Re: Marking inverted branch insets

2021-10-21 Thread Jean-Marc Lasgouttes
Le 21/10/2021 à 12:19, Yuriy Skalko a écrit : Done in the attached patch. Now just with adding "~" to inverted insets, I think it is more visible than "!". I tried to do something a year ago, and my plan then was to strikeout the branch name. Unfortunately, it is not possible to do now,

Re: Inset painting regression in stable

2021-10-21 Thread Jean-Marc Lasgouttes
Le 21/10/2021 à 17:50, Stephan Witt a écrit : Is it change 3d616bfc79866a8b7c97f1fd4d566eefb3da6f40? Yes, thanks! I backported it to branch since it is quite simple. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Marking inverted branch insets

2021-10-21 Thread Yuriy Skalko
I tried to do something a year ago, and my plan then was to strikeout the branch name. Unfortunately, it is not possible to do now, unless we can set he label as html (didn't try). JMarc There is another way to get strikeout text -- Unicode. I tried it with some copied text from

Re: [PATCH] Adding LFUN for removing LyX modules

2021-10-21 Thread Yuriy Skalko
src/FuncCode.h b/src/FuncCode.h index 20231eb164..2a3221641d 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -502,6 +502,7 @@ enum FuncCode LFUN_SPELLING_REMOVE_LOCAL, // jspitzm 20210307 LFUN_FINISHED_DOWN, // lasgouttes 20210629 LFUN_FINISHED_

Re: [LyX/master] Tab binding: outline-in before depth-increment

2021-10-21 Thread Scott Kostyshak
On Mon, Apr 12, 2021 at 10:19:54AM -0400, Scott Kostyshak wrote: > On Fri, Feb 19, 2021 at 10:51:01PM -0500, Scott Kostyshak wrote: > > On Sat, Jan 09, 2021 at 01:07:27PM -0500, Scott Kostyshak wrote: > > > On Sat, Jan 09, 2021 at 06:20:37PM +0100, Kornel Benko wrote: > > > > Am Sat, 9 Jan 2021