>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Because you are just touching the ParagraphList which is a Abdelrazak> member of LyXText? Why acceptChanges() and rejectChanges() Abdelrazak> and not acceptOrRejectChange()? Abdelrazak> I am not sure the InsetText/LyXText separation is a good Abdelrazak> thing but as it is the case we should not increase the Abdelrazak> confusion. InsetText is just a wrapper around LyXText to Abdelrazak> make it look like an inset, that's it. Yes, and this is what allows to just say 'accept changes in this inset' and be done with it (will be very useful when/if we implement changes in math). So the interface has to stay, but the meat could be in LyXText. JMarc
