John Levon <[EMAIL PROTECTED]> writes:
| On 17 Oct 2000, Lars Gullik Bjønnes wrote:
|
| > LyXAction deals with lookup of LFUNS, LyXFunc deals with execution of
| > LFUNS.
| >
|
| right. I guess one of the things I should do is fill out the src
| documentation !
It is clear from the code :-)
And Yes, the documentation in .h files can certainly be better.
(and some implementation comments is also needed.)
| > | What are the plans for the lyxfunc redesign ? Can we encapsulate every
| > | function into a certain set of parameters, e.g.
| > |
| > | enum: LFUN_RANDOM,
| > | command: "buffer-random",
| > | staticstate: NeedBuffer etc.,
| > | dynamicstate: Disabled etc.,
| > | description: "Generates random number",
| > | KB mapping: etc.
| > | <however the C++ gurus represent the function prototype>
| >
| > Not that much so far, but yes why not.
the nice thing about have a bit more information is tat we can
automatically generate the References.lyx...
| I think this would be nice because currently things seem a bit all over
| the place to an outsider (that is, me).
Most of that is currently done in LyXAction.C together with
commandtags.h
| but of course this all waits for the time being anyway ...
Yes, we have other pressing tasks...
Lgb