On Thu, Dec 07, 2000 at 01:06:20AM +0100, Lars Gullik Bj&resh;nnes wrote:
> [EMAIL PROTECTED] writes:
> 
> Perhaps we should just set a date for the prerelease and also for the
> release of 1.1.6 final.
> 
> Prerelease 1.1.6pre3.  Fri 8. december.
> Release of 1.1.6 final Fri 15. december. Of course if we find
> something that must be fixed, we just bump this date. Would be nice to
> get it out before 24. ...

There are still many issues with the new table code, (although we don't 
need to fix all of them in 1.1.6)

For example:

- Speed
- Memory usage
- Display problems
- When if you have a table containing a reference to a label, and the label
  is changed, the reference isn't updated. To fix this problem we need to 
  change LyXParagraph::inset_iterator to iterate over ALL insets in the
  paragraph (i.e. inset inside insets).
- Spellchecking doesn't work in tables. We need to write a paragraph iterator
  which will iterate over all paragraphs in the document.
- I still hope we avoid the two "dummy" positions in each cell (the cursor
positions in which you don't get the red frame). If not, isn't it possible
to have only one such position per cell ?

Reply via email to