-
-
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
Fixes koppor/jabref#521 - Allow to drag&drop selected bib entries to other library tabs #8982
Conversation
…other drag'n'drop)
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.
thanks for this PR! Codewise looks already good to me.
Before merging, a second maintainer needs to review your code as well
…ription) Co-authored-by: Christoph <siedlerkiller@gmail.com>
Thank you for your kindly review! |
Rename happened at #8989 |
…failure-dialog * upstream/main: Reworded t in pr (JabRef#8989) Fixed checkstyle (JabRef#8990) Fix RfcFetcherTest (JabRef#8988) Fixes JabRef#521 - Allow to drag&drop selected bib entries to other library tabs (JabRef#8982) # Conflicts: # src/main/java/org/jabref/gui/maintable/MainTable.java # src/test/java/org/jabref/logic/importer/fetcher/JstorFetcherTest.java
* upstream/main: Autosave folder and checkbox is remembered (JabRef#9000) New Crowdin updates (JabRef#8999) Sync group view mode and main table (JabRef#8993) Bump unoloader from 7.3.4 to 7.3.5 (JabRef#8996) Bump libreoffice from 7.3.4 to 7.3.5 (JabRef#8997) Bump java-diff-utils from 4.11 to 4.12 (JabRef#8998) Fix external group metadata changes are not merged (JabRef#8994) New Crowdin updates (JabRef#8995) Reworded t in pr (JabRef#8989) Fixed checkstyle (JabRef#8990) Fix RfcFetcherTest (JabRef#8988) Fixes JabRef#521 - Allow to drag&drop selected bib entries to other library tabs (JabRef#8982)
Fixed JabRef#521
by adding a new feature that allows to drag selected entries, and drop them to other opened inactive bib library tabs.
Behavior Description:
Now when dragging selected entries in main table, JabRef allows user to drop it on another opened library tab, and this item will be copied and added to the dropped library accordingly. Drop to current active tab is disallowed. If there're potential duplicated entries, JabRef will ask user to confirm and choose copy behavior (similar to ctrl-c/v copy and paste).
Screenshots for UI changes:
Checklist / TODOs :
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)