Re: [PATCH] Re: [PATCH] Re: Adjusting table column alignment failed with cursor inside math

2005-04-25 Thread Martin Vermeer
On Mon, 2005-04-25 at 15:04, Andre Poenitz wrote: > On Mon, Apr 25, 2005 at 12:52:54PM +0300, Martin Vermeer wrote: > > Nobody responded to the previous patch... is this one OK to commit? > > Fine with me. > > Andre' Committed. - Martin signature.asc Description: This is a digitally signed m

Re: [PATCH] Re: [PATCH] Re: Adjusting table column alignment failed with cursor inside math

2005-04-25 Thread Andre Poenitz
On Mon, Apr 25, 2005 at 12:52:54PM +0300, Martin Vermeer wrote: > Nobody responded to the previous patch... is this one OK to commit? Fine with me. Andre'

[PATCH] Re: [PATCH] Re: Adjusting table column alignment failed with cursor inside math

2005-04-25 Thread Martin Vermeer
On Thu, 2005-04-21 at 09:15, Martin Vermeer wrote: > On Wed, 2005-04-20 at 23:12, Martin Vermeer wrote: > > On Wed, Apr 20, 2005 at 05:47:57PM +0300, Martin Vermeer wrote: > > ... > > > A radical, alternative idea would therefore be to just _merge_ the two > > menus, to the extent that they have

[PATCH] Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Martin Vermeer
On Wed, 2005-04-20 at 23:12, Martin Vermeer wrote: > On Wed, Apr 20, 2005 at 05:47:57PM +0300, Martin Vermeer wrote: ... > A radical, alternative idea would therefore be to just _merge_ the two > menus, to the extent that they have entries in common; let the menu > structure reflect the internal

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Andre Poenitz
On Wed, Apr 20, 2005 at 06:59:34PM +0300, Martin Vermeer wrote: > Yes, that's precisely the problem. With my patch, in a nestinset, all > tabular features should be disabled including the six alignments. The > others are, but the alignments are not. > > Where are they turned on? In my understandin

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Martin Vermeer
On Wed, Apr 20, 2005 at 05:47:57PM +0300, Martin Vermeer wrote: > On Wed, 2005-04-20 at 14:55, Helge Hafting wrote: ... > 1) If you have math inside a tabular, both menu items Edit->Table and > Edit->Math are enabled. > > 2) At least part of their entries are cross-useable, like Alignment. Not

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Martin Vermeer
On Wed, Apr 20, 2005 at 06:43:33PM +0200, Georg Baum wrote: > Martin Vermeer wrote: > > >> Where are they turned on? In my understanding an empty inlined > >> mathinset is a 'bare' nestinset. What do I fail to see? > >> > >> - Martin > > > > To answer my own question: MathHullInset! > > That ma

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Helge Hafting
On Wed, Apr 20, 2005 at 05:47:57PM +0300, Martin Vermeer wrote: > On Wed, 2005-04-20 at 14:55, Helge Hafting wrote: > > The tabel dialog normally lets you adjust the columns > > to left, right, and centered. The dialog allows these adjustments > > if the cursor is inside some math inside a table c

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Martin Vermeer
On Wed, Apr 20, 2005 at 06:43:33PM +0200, Georg Baum wrote: > Martin Vermeer wrote: > > >> Where are they turned on? In my understanding an empty inlined > >> mathinset is a 'bare' nestinset. What do I fail to see? > >> > >> - Martin > > > > To answer my own question: MathHullInset! > > That ma

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Georg Baum
Martin Vermeer wrote: >> Where are they turned on? In my understanding an empty inlined >> mathinset is a 'bare' nestinset. What do I fail to see? >> >> - Martin > > To answer my own question: MathHullInset! That makes sense: MathHullInset::getStatus() needs to be refined. Can we expect a patch

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Martin Vermeer
On Wed, Apr 20, 2005 at 06:59:34PM +0300, Martin Vermeer wrote: > On Wed, Apr 20, 2005 at 05:50:48PM +0200, Georg Baum wrote: > > Martin Vermeer wrote: > > > > > (There should be a way to turn the alignment submenu off in > > > math_nestinset. I haven't found it.) > > > > It will be disabled auto

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Martin Vermeer
On Wed, Apr 20, 2005 at 05:50:48PM +0200, Georg Baum wrote: > Martin Vermeer wrote: > > > (There should be a way to turn the alignment submenu off in > > math_nestinset. I haven't found it.) > > It will be disabled automatically if every item in it is disabled. > > > Georg Yes, that's precisel

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Georg Baum
Martin Vermeer wrote: > (There should be a way to turn the alignment submenu off in > math_nestinset. I haven't found it.) It will be disabled automatically if every item in it is disabled. Georg

Re: Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Martin Vermeer
On Wed, 2005-04-20 at 14:55, Helge Hafting wrote: > The tabel dialog normally lets you adjust the columns > to left, right, and centered. The dialog allows these adjustments > if the cursor is inside some math inside a table cell, but nothing > acutally happens to the document in that case. I.e. c

Adjusting table column alignment failed with cursor inside math

2005-04-20 Thread Helge Hafting
The tabel dialog normally lets you adjust the columns to left, right, and centered. The dialog allows these adjustments if the cursor is inside some math inside a table cell, but nothing acutally happens to the document in that case. I.e. column remains unchanged. Helge Hafting