Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Jean-Marc Lasgouttes
Le 9 déc. 09 à 09:26, Abdelrazak Younes a écrit : Jean-Marc Lasgouttes wrote: This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is j

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is just that the method name is misleading? In this case, I

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Jean-Marc Lasgouttes
This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is just that the method name is misleading? In this case, I would rename it to next

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Abdelrazak Younes
lasgout...@lyx.org wrote: Author: lasgouttes Date: Tue Dec 8 23:41:10 2009 New Revision: 32435 URL: http://www.lyx.org/trac/changeset/32435 Log: Speedup updateMacroInstances. This has some effect on document loading time: it was a significant part of this time This commit is obviously correct