]> git.lyx.org Git - features.git/commit
Attempt to fix bug 9158 using updateBuffer.
authorRichard Heck <rgheck@lyx.org>
Sun, 5 Nov 2017 01:23:25 +0000 (21:23 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 7 Nov 2017 16:36:41 +0000 (11:36 -0500)
commit8b9d1b860187338e06e10261b391886d50423239
tree83a20c383b9f278278212f5efbddbac1e32f7db2
parent84bd95e8adb14fddb362198314ab36d174c7ab32
Attempt to fix bug 9158 using updateBuffer.

Along the lines suggested by JMarc, we now collect the list of bibfiles
in use in the updateBuffer routines. This actually does simplify the code
quite a bit. See the discussion there for reasons to go this way.
src/Buffer.cpp
src/Buffer.h
src/BufferView.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBibtex.h
src/insets/InsetInclude.cpp
src/insets/InsetInclude.h