I use bib file for the bibliography. I need to add a new entry to bib file. I have a whole bib reference, for example,
@book{DeWitt,
author = {DeWitt, B S},
pages = {377},
publisher = {Gordon and Breach, New York},
title = {{Dynamical Theory of Groups and Fields}},
year = {1965},
}
I open my bib file with a simple text editor and add this new reference. But it does not appear in Texmacs and I can not add it to text by \cite command. Texmacs does not see a new reference. I verify by Data->Open Bibliography - a new reference does not appear. Document -> Update -> All does not help. To enforce Texmacs to see a new reference I have to make Data->Open Bibliography -> Import -> my.bib. Only after this long procedure, a new reference appears. This is not convenient to make this way for each new reference. How do I make this adding automatically?
It is possible to add new references directly by opening bib file in Texmacs by Data->Open Bibliography. In this case, I have to put information in each line like author, pages etc. But I already have this reference as a whole and using text editor is preferable.