On 11/17/2009 02:40 AM, Guenter Milde wrote:
My plan would be a stepwise approach,
* finish the optimizations/cleanup for layout2layout,
* do a similar first step for lyx2lyx,
* in the process, find out what coud go into the "general library"
* organize LyX's Python scripts in a "pyLyX" Python package.
That all sounds very reasonable to me, too. Certainly layout2layout
could use some work.
FWIW, I think organizing that code more the way lyx2lyx is organized,
via a general dispatch mechanism, would be good. The long series of
if...then...else is not easy to read.
rh