-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External Changes resolver should show the bib entry source next to the preview #9509
Comments
Some context The external changes resolver dialog is used to display the differences between the external version of your library (.e.g. the version stored on the filesystem) and the version loaded in JabRef. The differences (or changes as referred to in the code) can be read as the transformation done by an external program to our library. For instance, Added entry 'Dag2' implies that an external program added a new entry with a citation key 'Dag2'. In addition to displaying changes, the dialog allows you to review them by providing the option to accept or deny each change in your library. In the code, changes are modeled in two classes,
The problem at hand originates from the way Since we can't show all fields of an entry in the preview panel without messing up the UI, the best solution here is to show the BibTeX source of the entry. Code Hints
jabref/src/main/java/org/jabref/gui/collab/entryadd/EntryAddDetailsView.java Lines 14 to 16 in e86839a
Requirements
Useful Links
|
Is your suggestion for improvement related to a problem? Please describe.
I am frustrated because I cannot see the BibTeX source for the changes
Describe the solution you'd like
Put the Preview and the bibtex source field display (read only) in a tab so I can toggle between it
Additional context
See screenshpt
The text was updated successfully, but these errors were encountered: