BeelGroup / Docear-Desktop

Docear's desktop version (GPL)
296 stars 90 forks source link

References were not added to PDFs on Drag&Drop #390

Closed Joeran closed 10 years ago

Joeran commented 10 years ago

Sometimes, references are not added to PDFs when I drag&drop PDFs from the Windows Explorer to Docear.

You need to follow EXACTLY the following steps (otherwise, it won't work).

Joeran commented 10 years ago

i just saw there there even was an exception. i sent you the log file by email. search for https://github.com/Docear/Desktop/issues/390

genzmehr commented 10 years ago

the "missing references" problem is caused by a thread-timing conflict. Our reference-updater is a asynchronous process with a mechanism that prevent multiple updates at the same time by discarding new update request while another is running. Now we have the problem that nodes are inserted too fast and so some following update request are getting discarded.

there is currently no fix for this issue other than using a short timeout to allow the update process to catch up and reduce this effect as much as possible.

stlanger commented 10 years ago

will work differently with the new BibTeX-view concept in the new workspace