Re: [LyX/master] Cleanup TextMetrics::getPosNearX

2024-12-02 Thread Scott Kostyshak
On Mon, Dec 02, 2024 at 03:29:54PM +0100, Jean-Marc Lasgouttes wrote: > Le 01/12/2024 à 15:56, Scott Kostyshak a écrit : > > I think this commit introduces an issue: > > > > 1. Open attached .lyx file. > > 2. Put cursor at the beginning of the file. > > 3. Hold shift and press . > > 4. Hold shift

Re: [LyX/master] Avoid some full metrics computations related to math previews

2024-12-02 Thread Scott Kostyshak
On Mon, Dec 02, 2024 at 04:05:26PM +0100, Jean-Marc Lasgouttes wrote: > Le 01/12/2024 à 11:12, Scott Kostyshak a écrit : > > A bisect led me here. I was trying to reproduce an issue that Andrew > > reported, but I think it is actually a different issue. I attach > > Andrew's example file. > > > >

Re: [LyX/master] Cleanup TextMetrics::getPosNearX

2024-12-02 Thread Jean-Marc Lasgouttes
Le 01/12/2024 à 15:56, Scott Kostyshak a écrit : I think this commit introduces an issue: 1. Open attached .lyx file. 2. Put cursor at the beginning of the file. 3. Hold shift and press . 4. Hold shift and press . Result: the cursor appears to get stuck and doesn't move down. Good catch! This

Re: [LyX/master] Avoid some full metrics computations related to math previews

2024-12-02 Thread Jean-Marc Lasgouttes
Le 02/12/2024 à 18:22, Scott Kostyshak a écrit : I can reproduce, but not necessarily understand what happens. Can you create a ticket please? Opened here: https://www.lyx.org/trac/ticket/13128 Thanks Scott! JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/ma

Re: [LyX/master] Avoid some full metrics computations related to math previews

2024-12-02 Thread Jean-Marc Lasgouttes
Le 01/12/2024 à 11:12, Scott Kostyshak a écrit : A bisect led me here. I was trying to reproduce an issue that Andrew reported, but I think it is actually a different issue. I attach Andrew's example file. Recipe: 1. Enable preview in preferences. 2. Click on the math equation row 1. 3. Click s

Strings for 2.4.3?

2024-12-02 Thread Richard Kimberly Heck
We are starting to move toward 2.4.3. Any known bug-fixes, etc, that would require string changes should be committed by the end of the week. Or else, please let me know what they are. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

LyX 2.4.3

2024-12-02 Thread Pavel Sanda
Hi Riki, I would like to propose to release 2.4.3 within a month or so. I expect that debian soft freezing will start in mid January and it would be nice to get latest fixes there. Does it look like a reasonable timeframe? Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.ly

Re: [LyX/master] Cleanup TextMetrics::getPosNearX

2024-12-02 Thread Kornel Benko
Am Sun, 1 Dec 2024 15:56:41 +0100 schrieb Scott Kostyshak : > On Mon, Nov 25, 2024 at 02:55:36PM +, Jean-Marc Lasgouttes wrote: > > commit 91d1ad319d51cba51463f0fd040fbcf4d6c2c2be > > Author: Jean-Marc Lasgouttes > > Date: Mon Nov 25 15:40:56 2024 +0100 > > > > Cleanup TextMetrics::get