rgheck <rgh...@bobjweil.com> writes: > On 01/04/2010 06:37 PM, Tommaso Cucinotta wrote: >> 3) let the LFUN dispatch in lyxfind.cpp return the required >> information (match position and length) to the caller; for example, >> by means of a DispatchResult sub-class (any strong objection to >> adding a "DispatchResult &" to some of the existing ::dispatch() >> methods? >> > I think this is something we have been meaning to do anyway. At the > moment, the DispatchResult argument is where it has been needed, or > where JMarc (usually) suggested I should put it.
Putting it in FuncRequest would make sense to me. But it seems that the rest of the discussion implies that we do not need to do it yet? JMarc