Re: [PATCH] inserting in insets

2005-01-31 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> This patch does the following: Jean-Marc> - make Buffer::insertStringAsLines work when inserting in Jean-Marc> nested insets Jean-Marc> - set autoBreakRows_ to true for the top-level inset. Jean-Marc> Alfredo, is th

Re: [PATCH] inserting in insets

2005-01-29 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > - set autoBreakRows_ to true for the top-level inset. Alfredo, is that > right? Seems to. ;-) The fact that it has gone unnoticed implies that we have too much top-specific code around I guess. Alfredo

Re: [PATCH] inserting in insets

2005-01-27 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> On Thursday 27 January 2005 13:56, Jean-Marc Lasgouttes wrote: >> This patch does the following: Jose'> ... >> Comments welcome. Jose'> It is amazing what a zero size patch can do, isn't it? ;-) Grr. Index: src/BufferView_pimpl.C

Re: [PATCH] inserting in insets

2005-01-27 Thread Jose' Matos
On Thursday 27 January 2005 13:56, Jean-Marc Lasgouttes wrote: > This patch does the following: ... > Comments welcome. It is amazing what a zero size patch can do, isn't it? ;-) > JMarc -- José Abílio

[PATCH] inserting in insets

2005-01-27 Thread Jean-Marc Lasgouttes
This patch does the following: - make Buffer::insertStringAsLines work when inserting in nested insets - set autoBreakRows_ to true for the top-level inset. Alfredo, is that right? - fix a first crash in BufferView::Pimpl::MenuInsertLyXFile The situation of inserting files in nested insets