* Lars Gullik Bjønnes <[EMAIL PROTECTED]> [010504 12:58]:
> Baruch Even <[EMAIL PROTECTED]> writes:
> 
> | * Lars Gullik Bjønnes <[EMAIL PROTECTED]> [010503 18:49]:
> | > My immediate todo list:
> | >         - lists of floats
> | >         - try out dymmy LyXView/BufferView
> | >         - try out the visitor pattern on the inset write methods.
> | 
> | Even though I was the one who raised the third point, wouldn't it be
> | better to concentrate on stabilizing mathed (or if impossible lift the
> | changes into a branch to stabilize it) and release an 1.2.0 with the
> | table fixes that cannot go into 1.1.16fix2?
> 
> When I say "try out" I mean excatly that.

Fine.

> | We should try to have the next version stabilized soon so that our users
> | who want something better than 1.1.5fixN will be able to upgrade. The
> | tables code in 1.1.6fix2 will not have all fixes and we need to
> | stabilize that before we go on.
> 
> Things I'd really like to see before 1.2.0:
>         - GUI support for creating user defineable float types
>         - Stabilization of the mathed changes. If this cannot be
>           provided we have to move back to the code n 1.1.6. 
>         - InsetGraphics support finished. InsetFigure removed
>           completely.

I would suggest leaving InsetFigure dormant at that stage and not
removed, just to avoid the problems that the table experienced,
InsetGraphics is far simpler than the Table but still. It will cost
nothing to keep it in (except a bit of compile time and executable
size).

>         - Rest of the small stuff moved GUII.
> 
> btw. The minibuffer is almost ready for GUII, should now be quite easy
> to split in gui/non-gui.

The minibuffer has a small bug that it cannot accept parameters with the
command. When I did the python-function stuff it tried to match the
whole command and parameter for the commands and failed for obvious
reasons. For some reason mathed commands can continue to get
parameters. I ended up fixing it by spliting the line on the first space
and then combining it back before sending it to lyxfunc. Ugly.

-- 
Baruch Even
http://baruch.ev-en.org/

Reply via email to