-
-
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
Fix moving of file into library #12001
Conversation
If any error, no double entries in result set
Need to test under Mac, there was something about modifiers not working |
Test is drag and drop with and without modifier keys>
Which means: 6 different manual test cases. You can also add drag'n'drop from another volume, which makes then 9 test cases. |
The build of this PR is available at https://builds.jabref.org/pull/12001/merge. |
The build of this PR is available at https://builds.jabref.org/pull/12001/merge. |
The build of this PR is available at https://builds.jabref.org/pull/12001/merge. |
The build of this PR is available at https://builds.jabref.org/pull/12001/merge. |
src/main/java/org/jabref/gui/externalfiles/ExternalFilesEntryLinker.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jabref/gui/externalfiles/ExternalFilesEntryLinker.java
Outdated
Show resolved
Hide resolved
Mac only supports copy https://bugs.openjdk.org/browse/JDK-8264172 |
I've only done 3 test cases with a .bib file outside of the PDFs files directory. The PR works! (Linux Mint) |
One needs to check whether the file indexing works - or causes trouble... I would bet it works, because I first handle the file on the file system and then add it to jabref which then indexes it... |
# Conflicts: # src/main/java/org/jabref/gui/entryeditor/EntryEditor.java # src/main/java/org/jabref/gui/externalfiles/ExternalFilesEntryLinker.java # src/main/java/org/jabref/gui/maintable/MainTable.java # src/main/java/org/jabref/gui/preview/PreviewPanel.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your code currently does not meet JabRef's code guidelines.
We use Checkstyle to identify issues.
The tool reviewdog already placed comments on GitHub to indicate the places. See the tab "Files" in you PR.
Please carefully follow the setup guide for the codestyle.
Afterwards, please run checkstyle locally and fix the issues.
You can check review dog's comments at the tab "Files changed" of your pull request.
Fixed compilation errors, removed |
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
@LoayGhreeb Thank you for fixing! Then we can go ahead! |
Fixes https://github.com/JabRef/jabref-issue-melting-pot/issues/630
Follow-up to #11576
Additionally:
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)