Re: Question about wide inset...

2006-11-12 Thread Andre Poenitz
On Tue, Nov 07, 2006 at 05:47:25PM +0100, Lars Gullik Bjønnes wrote: > I think you should also change setWide to wide... > > void wide(bool wide_inset) { wide_inset_ = wide_inset; } > > either both setX and getX, or just X and X (I like this last one > best.) X and X is pretty confusing as one c

Re: Question about wide inset...

2006-11-07 Thread Martin Vermeer
On Tue, Nov 07, 2006 at 03:52:26PM +0100, Abdelrazak Younes wrote: > Abdelrazak Younes wrote: > >Dear Martin, dear all, > > > >While trying to understand how the inset metrics are updated I stumbled > >on this potential problem: > > > >Find all "wide_inset_", Match case, Whole word, Subfolders, Fi

Re: Question about wide inset...

2006-11-07 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Modified: lyx-devel/trunk/src/insets/insettext.h | URL: | http://www.lyx.org/trac/file/lyx-devel/trunk/src/insets/insettext.h?rev=15779 | == | --

Re: Question about wide inset...

2006-11-07 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Modified: lyx-devel/trunk/src/insets/insettext.h | URL: | http://www.lyx.org/trac/file/lyx-devel/trunk/src/insets/insettext.h?rev=15779 | == | --- lyx-devel/trunk/src/insets/

Re: Question about wide inset...

2006-11-07 Thread Abdelrazak Younes
Abdelrazak Younes wrote: // If this is the only object on the row, we can make it wide for (pos_type i = rit->pos() ; i != rit->endpos(); ++i) { InsetBase const * const in = par.getInset(i); if (in) { InsetText const * const t = in->asTextInset();

Re: Question about wide inset...

2006-11-07 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Dear Martin, dear all, While trying to understand how the inset metrics are updated I stumbled on this potential problem: Find all "wide_inset_", Match case, Whole word, Subfolders, Find Results 1, "lyx-trunk", "*.c;*.cpp;*.cxx;*.cc;*.tli;*.tlh;*.h;*.hpp;*.hxx;*.hh"

Question about wide inset...

2006-11-07 Thread Abdelrazak Younes
Dear Martin, dear all, While trying to understand how the inset metrics are updated I stumbled on this potential problem: Find all "wide_inset_", Match case, Whole word, Subfolders, Find Results 1, "lyx-trunk", "*.c;*.cpp;*.cxx;*.cc;*.tli;*.tlh;*.h;*.hpp;*.hxx;*.hh" D:\devel\lyx\trunk\src\