RE: Warnings in new inset code

2000-02-25 Thread Juergen Vigna
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

Warnings in new inset code

2000-02-25 Thread Jean-Marc Lasgouttes
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

Re: New inset code

2000-02-18 Thread Lars Gullik Bjønnes
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

New inset code

2000-02-18 Thread Juergen Vigna
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