Re: [LyX/master] Unify wording for statistics

2022-09-13 Thread Jürgen Spitzmüller
Am Dienstag, dem 13.09.2022 um 19:13 +0200 schrieb Kornel Benko: > It may be uniformly, but > msgid "One character (no blanks)" > feels wrong. (If it is one char, then it cannot include more than one > blank) If you have one character and a blank, then you have two different measures: One c

Differences Between Theorems Modules (AMS and non AMS)

2022-09-13 Thread Udicoudco
Hello Lyx Developers, Recently I've been trying to understand more thoroughly how theorems modules are implemented in LyX, and I think I've come across some bugs, and some redundant modules (but I might have misunderstood a few things). The first thing I've noticed is that all AMS theorems relate

Re: New Theorems Module

2022-09-13 Thread Udicoudco
On Tue, Aug 30, 2022 at 10:27 AM Jürgen Spitzmüller wrote: > > Am Donnerstag, dem 14.07.2022 um 14:17 +0300 schrieb Udicoudco: > > Hello again, > > Hi, Hi Jürgen, Thank you for the reply. > Thanks for this and sorry for the late reply. Most people are busy with > their real lifes. No apologies

Re: [LyX/master] Unify wording for statistics

2022-09-13 Thread Kornel Benko
Am Tue, 13 Sep 2022 11:54:23 +0200 (CEST) schrieb Jean-Marc Lasgouttes : > commit 8319bdbbbe4515307ef95115ec6462f6533c52a2 > Author: Jean-Marc Lasgouttes > Date: Tue Sep 13 12:42:28 2022 +0200 > > Unify wording for statistics > > Use 'no blanks' uniformly. It may be uniformly, bu

Re: Indentation and (un)commenting in local layout and preamble

2022-09-13 Thread Jean-Marc Lasgouttes
Le 13/09/2022 à 16:12, Daniel a écrit : And I guess more importantly in license.rtf it says: "LyX. You can redistribute LyX and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any

Re: Indentation and (un)commenting in local layout and preamble

2022-09-13 Thread José Matos
On Tue, 2022-09-13 at 16:12 +0200, Daniel wrote: > And I guess more importantly in license.rtf it says: > > "LyX. You can redistribute LyX and/or modify it under the terms of > the > GNU General Public License as published by the Free Software > Foundation; > either version 2 of the License, or

Re: Indentation and (un)commenting in local layout and preamble

2022-09-13 Thread Daniel
On 13/09/2022 15:56, Daniel wrote: On 13/09/2022 12:56, Jean-Marc Lasgouttes wrote: Le 10/08/2022 à 04:15, Daniel a écrit : In the attached Qt project, I implemented those features. It probably needs some more cleaning up. But it seems to work and you could already try it out if you like. The

Re: Indentation and (un)commenting in local layout and preamble

2022-09-13 Thread Daniel
On 13/09/2022 12:56, Jean-Marc Lasgouttes wrote: Le 10/08/2022 à 04:15, Daniel a écrit : In the attached Qt project, I implemented those features. It probably needs some more cleaning up. But it seems to work and you could already try it out if you like. The (un)commenting feature leans heavil

Re: Indentation and (un)commenting in local layout and preamble

2022-09-13 Thread Jean-Marc Lasgouttes
Le 10/08/2022 à 04:15, Daniel a écrit : In the attached Qt project, I implemented those features. It probably needs some more cleaning up. But it seems to work and you could already try it out if you like. The (un)commenting feature leans heavily on code from QtCreator. (I tried to improve a bi

Re: More questions about statusbar menu

2022-09-13 Thread Jean-Marc Lasgouttes
Le 05/09/2022 à 15:33, Jürgen Spitzmüller a écrit : Am Montag, dem 05.09.2022 um 14:58 +0200 schrieb Jean-Marc Lasgouttes: I think I went with the statusbar variant for space reasons. Would you advise using this everywhere? Yes. Done. Comments welcome. JMarc -- lyx-devel mailing list lyx-

Re: More questions about statusbar menu

2022-09-13 Thread Jean-Marc Lasgouttes
Le 08/09/2022 à 07:45, Daniel a écrit : Further zoom options are available in both Word and Writer by pressing the zoom value. I suggest we just use the same (standard) mechanism. Stopping short of creating a dialog, I suggest to just show a menu as in the attached patch. I like it. I pushed