>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
[replying to a thread from lyx-users. Basically, the problem is that Insert>LyX File does not work in a float] Dekel> On Tue, Nov 12, 2002 at 07:11:34AM -0500, Myriam Abramson Dekel> wrote: >> I usually write my algorithms in a separate file and then use >> Insert File->lyx document to move it over. It used to move it right >> in between the lines delimiting the algorithm. Now, it moves it >> above it so that it's not clear when the algorithm starts. What to >> do? Dekel> Use cut and paste to move the text inside the algorithm frame. Dekel> The next release of LyX will hopefully fix this bug. I tried to take a look at this bug, and it seemed to me at first that I just needed to use getLyxText() instead of text in BufferView::insertLyXFile (in BufferView2.C). Unfortunately this failed miserably (even worse than the original). I would be grateful if someone could look at this seemingly trivial bug and explain what arguments should be passed to beforeChange(), what is the exact difference between text and getLyxText(), and so on... JMarc