Re: [bugzilla-daemon@bugzilla.lyx.org: [Bug 549] New: Handle double click in mathed]

2002-07-31 Thread John Levon
On Wed, Jul 31, 2002 at 03:45:03PM +0200, Andre Poenitz wrote: > So somebody should probably add insetButtonPressDouble() functions to > the lyx insets and make sure that it is called properly. Handling this > within mathed is straight-forward. I'd do that part then. Can't we fire an LFUN instea

Re: [bugzilla-daemon@bugzilla.lyx.org: [Bug 549] New: Handle double click in mathed]

2002-07-31 Thread Andre Poenitz
On Wed, Jul 31, 2002 at 03:09:13PM +0100, John Levon wrote: > > So somebody should probably add insetButtonPressDouble() functions to > > the lyx insets and make sure that it is called properly. Handling this > > within mathed is straight-forward. I'd do that part then. > > Can't we fire an LFUN

Re: [bugzilla-daemon@bugzilla.lyx.org: [Bug 549] New: Handle double click in mathed]

2002-07-31 Thread John Levon
On Wed, Jul 31, 2002 at 04:11:04PM +0200, Andre Poenitz wrote: > Sure. I'd even thing this is better. But than, we should hand down the > ordinary mouse clicks/moves as LFUNs as well... That's what Lars wants. But do we really want to encode x,y,state inside an string arg ? john -- "The simpl

Re: [bugzilla-daemon@bugzilla.lyx.org: [Bug 549] New: Handle double click in mathed]

2002-07-31 Thread Andre Poenitz
On Wed, Jul 31, 2002 at 03:12:49PM +0100, John Levon wrote: > > Sure. I'd even thing this is better. But than, we should hand down the > > ordinary mouse clicks/moves as LFUNs as well... > > That's what Lars wants. But do we really want to encode x,y,state inside > an string arg ? What does it c

Re: [bugzilla-daemon@bugzilla.lyx.org: [Bug 549] New: Handle double click in mathed]

2002-07-31 Thread John Levon
On Wed, Jul 31, 2002 at 04:29:40PM +0200, Andre Poenitz wrote: > What does it cost? A millisecond in respose to a user action? We're already pushing the response limit in some situations. > class Action { > kb_action lfun; > string arg; > //double x; (?) > //double y; (?)

Re: [LyX/master] Disable direct insertion of multiple spaces in mathed text

2021-02-05 Thread Richard Kimberly Heck
On 2/4/21 3:20 PM, Enrico Forestieri wrote: commit 8202e4e571b90b3b87918437d6346bbf1cbfc6aa Author: Enrico Forestieri Date: Thu Feb 4 21:20:45 2021 +0100 Disable direct insertion of multiple spaces in mathed text Fixes #1311 An old one! Riki -- lyx-devel mailing list lyx

[Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-04 Thread Darren Freeman
Hi all, could somebody please (try to) confirm this crash in branch? Assuming it's new, I think it should be fixed for 1.5.3. http://bugzilla.lyx.org/show_bug.cgi?id=4323 Have fun, Darren

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-04 Thread Martin Vermeer
On Mon, Nov 05, 2007 at 04:51:31PM +1100, Darren Freeman wrote: > Hi all, > > could somebody please (try to) confirm this crash in branch? Assuming > it's new, I think it should be fixed for 1.5.3. > > http://bugzilla.lyx.org/show_bug.cgi?id=4323 Those are actually two different crashes (haven't

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Martin Vermeer
On Mon, 05 Nov 2007 08:12:11 +0200 Martin Vermeer <[EMAIL PROTECTED]> wrote: > On Mon, Nov 05, 2007 at 04:51:31PM +1100, Darren Freeman wrote: > > Hi all, > > > > could somebody please (try to) confirm this crash in branch? Assuming > > it's new, I think it should be fixed for 1.5.3. > > > > htt

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > > could somebody please (try to) confirm this crash in branch? Assuming > > it's new, I think it should be fixed for 1.5.3. > > > > http://bugzilla.lyx.org/show_bug.cgi?id=4323 > > Those are actually two different crashes (haven't confirmed). > > The second one was probably

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > The second crash is fixed by the attached. Looks good to me. > I also propose to change the name of addRow(r) to appendRow(r), as it > better describes what it really does. (Yes, there is also an > appendRow() that appends to the bottom of an array; another > potential sou

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Martin Vermeer
On Mon, 05 Nov 2007 09:25:40 +0100 [EMAIL PROTECTED] (Jürgen Spitzmüller) wrote: > Martin Vermeer wrote: > > The second crash is fixed by the attached. > > Looks good to me. > > > I also propose to change the name of addRow(r) to appendRow(r), as it > > better describes what it really does. (Yes

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > It's in, for both trunk and branch. This commit makes LyX crash while loading the User Guide (on Linux with stdlib-debug enabled, and I suspect also on Windows). Please revert unless we have a fix for this issue. Backtrace: /usr/include/c++/4.2.1/debug/vector:198:error:

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Martin Vermeer
On Mon, 05 Nov 2007 13:27:15 +0100 [EMAIL PROTECTED] (Jürgen Spitzmüller) wrote: > Martin Vermeer wrote: > > It's in, for both trunk and branch. > > This commit makes LyX crash while loading the User Guide (on Linux with > stdlib-debug enabled, and I suspect also on Windows). > > Please revert

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > Are you sure it's this? Doesn't look related. Yes. Reverting this fixes the problem. > OK, I'll revert branch. > Does it crash in both trunk and branch? I guess so (haven't compiled trunk with --enable-stdlib-debug). Note, however, that the _renaming_ was the culprit.

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Martin Vermeer
On Mon, 05 Nov 2007 15:27:57 +0100 [EMAIL PROTECTED] (Jürgen Spitzmüller) wrote: > Martin Vermeer wrote: > > Are you sure it's this? Doesn't look related. > > Yes. Reverting this fixes the problem. > > > OK, I'll revert branch. > > Does it crash in both trunk and branch? > > I guess so (haven

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > So do I... thanks. Could you do the change in trunk, please? Jürgen

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Martin Vermeer
On Mon, 05 Nov 2007 15:57:47 +0100 [EMAIL PROTECTED] (Jürgen Spitzmüller) wrote: > Martin Vermeer wrote: > > So do I... thanks. > > Could you do the change in trunk, please? > > Jürgen I think I found the culprit, see attached. Could you verify in branch (or where you have enable-stdlib-debug)

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > I think I found the culprit, see attached. > > Could you verify in branch (or where you have enable-stdlib-debug) that > this does the job? Well, in branch, the renaming has been reverted (and I prefer it to stay that way). I can test for trunk, if you are patient enough

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > Could you verify in branch (or where you have enable-stdlib-debug) that > this does the job? No, doesn't fix it. Jürgen P.S.: personally, it would appreciate it if you could make diffs from the toplevel directory (i.e. above src/). Would make it easier to apply and clean

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Martin Vermeer
On Mon, 05 Nov 2007 18:28:31 +0100 [EMAIL PROTECTED] (Jürgen Spitzmüller) wrote: > Martin Vermeer wrote: > > I think I found the culprit, see attached. > > > > Could you verify in branch (or where you have enable-stdlib-debug) that > > this does the job? > > Well, in branch, the renaming has been

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-05 Thread Martin Vermeer
On Mon, Nov 05, 2007 at 07:11:47PM +0100, Jürgen Spitzmüller wrote: > Martin Vermeer wrote: > > Could you verify in branch (or where you have enable-stdlib-debug) that > > this does the job? > > No, doesn't fix it. OK, I just reverted the addRow -> appendRow part here too. > Jürgen > > P.S.:

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-06 Thread Darren Freeman
On Mon, 2007-11-05 at 12:02 +0200, Martin Vermeer wrote: > It's in, for both trunk and branch. No status.15x entry, as it is > functionality-neutral together with my earlier patch. Bravo, team! I posted the two related bugs at 4:51pm and the fix was committed that afternoon! (Your message is 9:02

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-06 Thread Darren Freeman
On Mon, 2007-11-05 at 09:54 +0200, Martin Vermeer wrote: > Unfortunately it is still impossible to insert an empty row/column at > position 0. We should perhaps think about that too. Why not have two menu items: * Add Column (before) * Add Column (after) The one people are used to would have a c

Re: [Bug 4323] Crash on adding/removing row/column of a matrix in mathed.

2007-11-06 Thread Darren Freeman
"BTW I reopened the bug as part of it is not fixed in branch - adding a column still crashes and I presume the other similar cases do to." Would you believe I forgot to "make install" ? It's fixed :D However there is a remaining issue that the cursor moves in a weird manner when adding columns (

Re: [LyX/master] FindAdv: Omitting cursor advance at start of search if in mathed.

2024-06-10 Thread Richard Kimberly Heck
On 6/10/24 08:40, Kornel Benko wrote: commit 8c501308c3c9bf2389275837798ed6c62a9a17bf Author: Alexander Dunlap Date: Mon Jun 10 14:42:29 2024 +0200 FindAdv: Omitting cursor advance at start of search if in mathed. Fixes #13070 Advanced S&R does not find math symbols at s

Re: [LyX/master] FindAdv: Omitting cursor advance at start of search if in mathed.

2024-06-10 Thread Kornel Benko
cursor advance at start of search if in mathed. > > > > Fixes #13070 Advanced S&R does not find math symbols at start of > > document > > I tried cherry-picking this for 2.4.1-devel, but there was a merge > conflict. So I'll leave it t

[PATCH] bug 2046: LyX crashes on use of Shift-Home in MathEd during code definition

2005-10-05 Thread Jean-Marc Lasgouttes
The title says it all. Here is the patch (against 1.3.7cvs, it is fixed in HEAD). Please test. JMarc Index: src/mathed/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving revision 1.299.2.25 di

[BUG] in DocIterator::backwardPos() when used in mathed (was Re: LyX crashes when outline is visible and I click into a matrix formula (LyX svn)

2008-02-10 Thread Abdelrazak Younes
Dominik Böhm wrote: Hello again, bug that makes lyx crash. I was able to reproduce one critical Create a new file, insert one section at the beginning and then a formula with a matrix (it doesn't matter if it's an inline formula or a display one). Then toggle the outline view. If the cursor i

Re: [BUG] in DocIterator::backwardPos() when used in mathed (was Re: LyX crashes when outline is visible and I click into a matrix formula (LyX svn)

2008-02-11 Thread Andre Poenitz
On Mon, Feb 11, 2008 at 08:51:53AM +0100, Abdelrazak Younes wrote: > Dominik Böhm wrote: >> Hello again, >> bug that makes lyx crash. >> I was able to reproduce one critical >> Create a new file, insert one section at the beginning and then a formula >> with a matrix (it doesn't matter if it's an

<    1   2   3   4   5