On 25-Feb-2000 Jean-Marc Lasgouttes wrote:
>
> I get the following warnings when compiling with cxx (I get others
> too, but I have corrected them in my tree). Is there a reason why
> UpdatableInset::InsertInset() and UpdatableInset::SetFont() do not have
> the BufferView* parameter?
>
> cxx: W
I get the following warnings when compiling with cxx (I get others
too, but I have corrected them in my tree). Is there a reason why
UpdatableInset::InsertInset() and UpdatableInset::SetFont() do not have
the BufferView* parameter?
cxx: Warning: ../../../lyx-devel/src/insets/insettext.h, line 10
Juergen Vigna <[EMAIL PROTECTED]> writes:
| Hi!
|
| I have now a textinset working in my local tree. I'm a bit reluctant
| to send it as I would like to not have segfaults on the actual code
| before adding any new feature.
Yes, wait with this commit until we have resolved the current
segfaults
Hi!
I have now a textinset working in my local tree. I'm a bit reluctant
to send it as I would like to not have segfaults on the actual code
before adding any new feature.
There are not a lot of changes in the code for adding this type of inset,
but surely there are enough. I think we should con