On Mon, 5 Apr 1999, Jesper Overgaard wrote:
> The code adds a method to the InsetBibtex class that can be used to
> retrieve the keys from the corresponding bibtex databases. It implements
> a very simple bibtex parser, that simply scans the file for lines
> beginning with @, and then parses that line.
>
> Every time the Citation pop up is opened this new method in InsetBibtex
> is called and the keys inserted in the combobox. This may seem like a
> waste, but it is the best method I can think of now and it allows you to
> edit the bibtex file and see the changes reflected in the keys listed
> immediately. On a Pentium 100 notebook it is not a perfomance problem,
> even with a big annotated bibtex file of about 100 K.
I applied it to my local version, almost blindly, and it works fine. IMO
it could be included since it's a useful feature, and doesn't seem to have
anything harmful, but I'll check it more carefully.
However I don't think it will be useful for people that use huge
databases. Those still can use an external bibtex browser conected to lyx
by the lyx server.
What do the others think? Any objection to include it to 1.0.2?
Alejandro