On 05-Jul-2001 Lars Gullik Bjønnes wrote:

>| As already told I fixed the showstopper and now this new Undo should work
>| properly! Please test it an let me know!
> 
> @@ -155,13 +158,13 @@ void InsetText::clear()
>                 delete par;
>                 par = tmp;
>         }
> -       par = new Paragraph;
> +       par = new Paragraph();
>  }

I fixed this localy!

Did you actually try the patch or are you still only looking at it?
Did anybody see the big performance in memory management #:O)
If not just try in the old version typing in a 50x50 tabular and have a look
at the memory it consumes and then try the new version ;)

We still have 2 problems with undo (also after applying this patch), but I'm
sure we will fix them in a manner or another:

1. If you perform tabular operations which are striktly delegated to the
   tabular then we still have to save the whole paragraph :( (stuff like
   changing borders, alignment, multicolumn, ...)

2. When doing an undo the inset will be unlocked!

        Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Battle, n.:
        A method of untying with the teeth a political knot that
        will not yield to the tongue.
                -- Ambrose Bierce

Reply via email to