On Wed, Jan 02, 2002 at 09:58:16AM +0100, Andre Poenitz wrote:
> >   virtual bool searchForward(BufferView *, string const &,
> >                              bool const & = true, bool const & = false);
> >   ///
> >   virtual bool searchBackward(BufferView *, string const &,
> >                               bool const & = true, bool const & = false);
> > 
> 
> Ok, I'll have a look.


bool InsetFormulaBase::searchForward(BufferView *, string const & what,
                   bool const & = true, bool const & = false)
{
        cerr << "searching '" << what << "' in " << par().nucleus() << endl;
        // we have to unlock ourself in this function by default!
        //bv->unlockInset(const_cast<InsetFormulaBase *>(this));
        return true;
}

is never called when doing some 'find' using the menu. Do I need some more
activation magic?

And what is this bv->unlockInset(const_cast<InsetFormulaBase *>(this)) good
for?

Andre'
-- 
Andr� P�nitz .............................................. [EMAIL PROTECTED]

Reply via email to