Jean-Marc Lasgouttes a écrit :
"Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

Is it to say that you will not allow the changes I've planned in my
TODO list about ParagrahList in th 1.5svn timeframe for example?

Andre> I think you can be pretty confident that the ParagraphList will
Andre> go into 1.5.

And _I_ would like to see it in 1.4 too, once it has proved correct.

I'm afraid this would need some changes to "CutAndPaste.C" because there is a problem with the local c-like static variable theCuts. Apparently the limited_stack class does not work well with my version of ParagraphList: it does not keep the contents in memory outside copySelectionHelper (but the sizes of ParagraphList and its paragraphs are kept). I guess the reason why it worked with a vector<Paragraph> is that std::vector keeps the data in a contiguous way. If I am right, whatever strategy we choose for ParagraphList we will need to change th way the Copy selection are stored.
And the best solution is of course to create a class with a static member.
I am sorry to say that "CutAndPaste.C" is a mess.

Abdel.






JMarc


Reply via email to