Re: [patch] the new InsetExternal file format

2003-06-05 Thread Angus Leeming
Jose' Matos wrote: > Yes, it can, but that is not the present behaviour. > For the present scheme to work you need to create a new file > lyxconvert_223.py and put there the convertion stuff. See attached. Works perfectly. > My question remains, why to change now? Was that intentional? >

Re: [patch] the new InsetExternal file format

2003-06-05 Thread Jose' Matos
On Wednesday 04 June 2003 17:47, Angus Leeming wrote: > Jose' Matos wrote: > > I don't claim to understand the magic that lyx2lyx uses here. I am asking what is the criterion for the version jump. I elaborate this bellow. > Which bit shouldn't be bumped? lyx2lyx or buffer.C? > > Why doesn't it

Re: [patch] the new InsetExternal file format

2003-06-05 Thread Angus Leeming
Jose' Matos wrote: > On Wednesday 04 June 2003 17:25, Angus Leeming wrote: >> Adds a lyx2lyx conversion routine and; >> bumps the LyX format to 224. > >Do we need this? >Even if we do it we should do it in a different way, or else lyx2lyx >will > not be able to read 223 format documen

Re: [patch] the new InsetExternal file format

2003-06-05 Thread Jose' Matos
On Wednesday 04 June 2003 17:25, Angus Leeming wrote: > Adds a lyx2lyx conversion routine and; > bumps the LyX format to 224. Do we need this? Even if we do it we should do it in a different way, or else lyx2lyx will not be able to read 223 format documents. > Any problems with me applying

[patch] the new InsetExternal file format

2003-06-05 Thread Angus Leeming
This removes the unusable InsetExternal::Params::parameters variable; Rewrites the InsetExternal read and write methods to in/output the new format elegantly; Adds a lyx2lyx conversion routine and; bumps the LyX format to 224. Aside to John: my attempts to make an elegant External dialog in Qt ha