Abdelrazak Younes a écrit :
Martin Vermeer a écrit :
On Sat, Apr 01, 2006 at 10:08:30AM +0200, Abdelrazak Younes wrote:
[...]
I have put this inside setCounter:
+ // is it a layout that has no label at all (ex: standard layout)?
+ if (layout->labeltype == LABEL_NO_LABEL)
+ return;
// is it a layout that has an automatic label?
if (layout->labeltype == LABEL_COUNTER) {
... but this doesn't seem to help.
Strange... we really need to profile this.
Wait... I modified the wrong function (a copy of setCounter)!
And the really, really, _really_ good news is that with this change,
paragraph creation/deletion is fast, I mean _instantaneous_! :-)
Thanks a lot Martin, for me this makes the difference between barely
usable and usable. I can now move from 1.3.7!
Jean-Marc, if you really want to please Windows user, please put this
into 1.4.1!
Abdel.