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
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
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
| ==
| --
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/
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();
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"
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\