[PATCH] Add move constructor and move assignment operator for FileName class

2021-01-06 Thread Yuriy Skalko
This should reduce memory allocations for this heavily used class. Yuriy From 15c952108bd6e79a712f159326804a145186b50b Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Thu, 7 Jan 2021 02:27:31 +0200 Subject: [PATCH] Add move constructor and move assignment operator for FileName class ---

Re: [LyX/master] Display bookmarks in the workarea.

2021-01-06 Thread Jean-Marc Lasgouttes
Le 06/01/2021 à 22:05, Richard Kimberly Heck a écrit : I find the markers in the middle of lines a bit distracting. Would it be possible to put them in the margins? I think that would be good enough. You don't need to know exactly where the bookmark is. At least in the text I can make room for

Re: [LyX/master] Display bookmarks in the workarea.

2021-01-06 Thread Richard Kimberly Heck
On 1/6/21 2:44 PM, Richard Kimberly Heck wrote: > On 1/6/21 2:32 PM, Jean-Marc Lasgouttes wrote: >> Le 06/01/2021 à 20:21, Jean-Marc Lasgouttes a écrit : >>> commit 99e636ae7b83dacb5acc96ae3b60a96c28339c0e >>> Author: Jean-Marc Lasgouttes >>> Date:   Wed Jan 6 19:21:26 2021 +0100 >>> >>>

Re: XML stream writer library

2021-01-06 Thread Thibaut Cuvelier
On Tue, 5 Jan 2021 at 10:37, Joel Kulesza wrote: > On Tue, Jan 5, 2021 at 1:19 AM Pavel Sanda wrote: > >> On Mon, Jan 04, 2021 at 09:48:42PM +0100, Thibaut Cuvelier wrote: >> > There are multiple issues here. What is needed to generate HTML and >> DocBook >> > is a simple SAX writer, not a

Re: [LyX/master] Display bookmarks in the workarea.

2021-01-06 Thread Richard Kimberly Heck
On 1/6/21 2:32 PM, Jean-Marc Lasgouttes wrote: > Le 06/01/2021 à 20:21, Jean-Marc Lasgouttes a écrit : >> commit 99e636ae7b83dacb5acc96ae3b60a96c28339c0e >> Author: Jean-Marc Lasgouttes >> Date:   Wed Jan 6 19:21:26 2021 +0100 >> >> Display bookmarks in the workarea. >> The

Re: [LyX/master] Display bookmarks in the workarea.

2021-01-06 Thread Jean-Marc Lasgouttes
Le 06/01/2021 à 20:21, Jean-Marc Lasgouttes a écrit : commit 99e636ae7b83dacb5acc96ae3b60a96c28339c0e Author: Jean-Marc Lasgouttes Date: Wed Jan 6 19:21:26 2021 +0100 Display bookmarks in the workarea. The bookmarks are added as virtual elements in display Rows. Bookmarks

Re: [LyX/master] Display bookmarks in the workarea. (#2496)

2021-01-06 Thread Richard Kimberly Heck
Always great to see super-old bugs fixed! On 1/6/21 2:21 PM, Jean-Marc Lasgouttes wrote: > commit 99e636ae7b83dacb5acc96ae3b60a96c28339c0e > Author: Jean-Marc Lasgouttes > Date: Wed Jan 6 19:21:26 2021 +0100 > > Display bookmarks in the workarea. > > The bookmarks are added as

Re: #11371: default equation reference format

2021-01-06 Thread Richard Kimberly Heck
On 1/6/21 4:28 AM, Thomas wrote: > Riki: > > I assume that you are saying the following about how I would work - re EqRef > - with 2.4.0. > > First time use: >>> To generate an internal cross-reference to an equation, ... >>> 1. I right-click on the equation. >>> 2. I select (from the

Re: tex2lyx tests failing on master

2021-01-06 Thread Scott Kostyshak
On Wed, Jan 06, 2021 at 01:58:48AM -0500, Richard Kimberly Heck wrote: > On 1/6/21 1:06 AM, Scott Kostyshak wrote: > > I think it's because of the format update. > > Sorry, updated. Thanks, they pass now. Scott signature.asc Description: PGP signature -- lyx-devel mailing list

Re: Problem with standard regex

2021-01-06 Thread Kornel Benko
Am Wed, 6 Jan 2021 11:36:43 +0200 schrieb Yuriy Skalko : > >> > BTW, I tested the regexes with Russian documents, and found an error in > >> > Additional.lyx > >> > Correction attached. > >> > >> Really, that was missed out. Please commit it. > >> > > > > Done at c6bc5f0c > > Thanks.

Re: [LyX/master] Rename MathStream to MathMLStream.

2021-01-06 Thread Pavel Sanda
On Sun, Jan 03, 2021 at 06:46:18PM +0100, Kornel Benko wrote: > Am Sun, 3 Jan 2021 12:35:36 -0500 > schrieb Scott Kostyshak : > > > On Sun, Jan 03, 2021 at 06:16:48PM +0100, Pavel Sanda wrote: > > > On Sat, Jan 02, 2021 at 07:52:27PM +0100, Thibaut Cuvelier wrote: > > > > commit

Re: Problem with standard regex

2021-01-06 Thread Yuriy Skalko
> BTW, I tested the regexes with Russian documents, and found an error in > Additional.lyx > Correction attached. Really, that was missed out. Please commit it. Done at c6bc5f0c Thanks. I've tested the regexes (with and without format). Now there are no problems with Cyrillic in any