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. |
|
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.
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.mddescribed in a way that is understandable for the average user (if applicable)