On 07-Jan-2001 Dekel Tsur wrote:
>
> I can't reproduce it again.
> However, doing the above does give a small render error, see the attached
> screenshot (notice the two small lines at the bottom of the red frame).
Yes I've seen that too, but IMO for now it is not that important (and
I really h
On Tue, Jan 02, 2001 at 05:06:14PM +0100, Juergen Vigna wrote:
> Fixed!
>
> > 3. Insert a 2x2 table. Insert 'b' into the first cell, press down and then
> > press 'c'. The line between the two cells on the second row disappears:
> >
> > +---+--+
> >| b | |
> > +---+--+
> >| c|
> > +---+--+
On Wed, Jan 03, 2001 at 05:14:52PM +0100, Juergen Vigna wrote:
> Well thanks for all the tests you do! Do you have some more for me?
The longtable header/footer attributes are not read correctly when reading a
file. This happens both with the new and the old file format.
Also, in the new format,
On 03-Jan-2001 Dekel Tsur wrote:
> while the expected result is
> 1 2
> c d
>
Fixed!
> Furthermore, if the clipboard contains "1\t2" or "1\t" then pressing the 3rd
> mouse button at the top left (or any other) cell cause a crash.
Fixed!
I really hope you meant 2nd button, otherwise we have
On Wed, Jan 03, 2001 at 05:14:52PM +0100, Juergen Vigna wrote:
> > 6. It is not possible to paste tab separated text form the X clipboard
> > into different cells like in 1.1.5
>
> Added! (LFUN_PASTESELECTION middle mouse button)
I've found two bugs with this code:
Suppose we have a 2x2 table
a
On 02-Jan-2001 Dekel Tsur wrote:
> Why not??
>
Well it is possible that we have changes in the text-inset at draw time!
(because the x_pos changes and so the inset could have more space to draw
the lines and so a redraw is necessary).
> The problem with this call to UpdateInset() is that caus
On Tue, Jan 02, 2001 at 05:06:14PM +0100, Juergen Vigna wrote:
> > 7. I found the insettext/tabular code rather confusing.
> > In particular, why UpdateInset() is called in LyXText::draw() ?
> > Updating the inset should be done before it is drawn.
>
> This is not always possible!
Why not??
The
On 22-Dec-2000 Dekel Tsur wrote:
> 1. When pressing M-m g (math greek mode) in a table cell, but not inside
> a math inset, and then pressing 'a', LyX will insert 'a'.
> The correct behavior (namely, the behavior you get outside of a table)
> is to go into math-mode (i.e. insert a new math inset
1. When pressing M-m g (math greek mode) in a table cell, but not inside
a math inset, and then pressing 'a', LyX will insert 'a'.
The correct behavior (namely, the behavior you get outside of a table)
is to go into math-mode (i.e. insert a new math inset) and insert an alpha
symbol.
2. When cop