>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Jean-Marc Lasgouttes wrote: >>>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdelrazak> Abdelrazak Younes wrote: >>>> Dear Martin, dear Michael, >>>> >>>> I am trying to cleanup LyXText::redoParagraph() (in text.C) to do >>>> only metrics. The bibitem part doesn't seem to belong to that and >>>> svn blame say that you are the author of that part. So could you >>>> please tell me if it is really necessary to have this code here. >>>> If no, where could it be transfered? >> Abdelrazak> By the way, this code was introduced in revision 9909 by Abdelrazak> Martin and the Changelog says: >> We used to have a bibitem inset attached directly to the paragraph >> (which made sense, but complicated the code). Andre' removed this >> code, and now we insert a bibitem inset at first paragraph of the >> code (and we make sure that is it here in redoParagraph). Abdelrazak> It should be OK then if I transfer that to Abdelrazak> Paragraph::eraseChar() and Paragraph::insertChar(), right? Not sure. Think about cut and paste, for example. And change tracking. JMarc