Abdelrazak Younes wrote:
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
I am not sure I sent out the complete patch earlier and I might have
gone too fast with the last commit. Could you please svn update and test
a file with natbib citations? In principle this should be OK as the
cache is private and is always accessed through
Buffer::getBibfilesCache().
It still works.
Good.
The only case where it doesn't work is if you close and reopen a file
without closing LyX, but this is unrelated to your patch (maybe you
have an idea nevertheless?)
Does natbib support code uses some static global variable?
Hum... insetcite.C:73
// and cache the timestamp of the bibliography files.
static std::map<FileName, time_t> bibfileStatus;
Abdel.