Re: insetcommand question

2000-07-21 Thread Jose Abilio Oliveira Matos
On Fri, Jul 21, 2000 at 02:17:46PM +0100, Angus Leeming wrote: [...] > string InsetCommandParams::bufferGet() const > { > string b(cmdname); > b += "" + options + "" + contents; > return b; > } A simple comment: it is in situations like this where the presence of

Re: insetcommand question

2000-07-21 Thread Angus Leeming
Here then is a patch. Proof of concept implementation transfers info from the FormCitation dialog to LyXFunc::Dispatch() Angus Lars> | A very quick and easy question. Lars> | Lars> | I have a working Class InsetCommandParams that does no more than Lars> | manipulate the command parameters cmdn

Re: insetcommand question

2000-07-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | A very quick and easy question. | | I have a working Class InsetCommandParams that does no more than | manipulate the command parameters cmdname, options and contents in | exactly the | same manner to the existing InsetCommand class. In addition it h

insetcommand question

2000-07-21 Thread Angus Leeming
A very quick and easy question. I have a working Class InsetCommandParams that does no more than manipulate the command parameters cmdname, options and contents in exactly the same manner to the existing InsetCommand class. In addition it has two methods that can convert a single string to/from