On Wed, Jan 07, 2004 at 02:55:27PM +0000, Angus Leeming wrote: > Andre Poenitz wrote: > >> > Is there a particular reason why s&r is not LFUN-inified? > >> > >> None. I have a half-baked patch (attached) that adds the lfuns. At > >> the moment they are still handled in > >> frontends/controllers/ControlSearch.C but it's probably trivial to > >> move them to a more appropriate location if you're feeling > >> energetic. > > > > Could you commit that lest I get clashes when dabbling there myself? > > Well given that the patch is several months old, I got clashes myself > when applying it. The compilable patch is attached. Note that all the > namespace lyx::find stuff should be moved into lyxfind.[Ch]. I'd be > grateful if you would do that (and merge in the existing > lyx::find::find and lyx::find::replace\(All\)* functions.) > > I'm not going to apply this as-is, because I haven't tested it. I > guess that it also needs "word-find" and "word-replace" addtions to > LyXAction.C.
I did that and will commit at least the lfun.h and LyXAction part. > Nonetheless, I hope it makes your life easier... Yes. Thanks. Andre'