On Mon, Aug 19, 2002 at 02:00:47PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | I'd like to move "text related stuff" from BufferView to LyXText. > | Attached patch creates a dispatch() for LyXText and moves the handling of > | LFUN_APPENDIX to LyXText. > > > | Good/bad idea? Other comments? > > I am working/aiming to make LyXText _a lot_ smaller...
[By doing what?] > so anyting that > goes against that is bad. So you really think inserting something in a LyXText should be handled by the BufferView? *shrug* All I _added_ is LyXText::dispatch() -- which sounds like a logical first step on the "everything should go through a lfun"-quest to me. Apart from that this basically renames LyXText::toggleAppendix() into LyXText::lfunAppendix() and moves the _call_ to this function from BufferView::dispatch() to LyXText::dispatch(). So I can't see a bloat in LyXText. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)