On Tue, Oct 22, 2002 at 08:49:42PM +0200, Dekel Tsur wrote: > Replace by > else if (c == META_INSET && > getInset(i)->lyxCode() != Inset::LABEL_CODE) > > The reason is that you don't want to see labels in the navigate window.
Not good enough (what about footnotes) use getInset(i)->lyxCode() == Inset::SPECIALCHAR_CODE ? ->isSpace() and isLetter() still doesn't work as intended for some cases so we can't use that. regards john -- "This is mindless pedantism up with which I will not put." - Donald Knuth on Pascal's lack of default: case statement