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
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
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
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