-
-
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 entry preview copy exception #4721
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Siedlerchr
added
the
status: ready-for-review
Pull Requests that are ready to be reviewed by the maintainers
label
Mar 5, 2019
tobiasdiez
requested changes
Mar 5, 2019
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 getting rid of this god-damn Swing worker ;-).
src/main/java/org/jabref/gui/worker/CitationStyleToClipboardWorker.java
Outdated
Show resolved
Hide resolved
* upstream/master: Fix default import format pattern (#4731) Add key bindings (#4732) Convert "wait for save" dialog to JavaFX (#4697) Adding additional modifiers to be used in bibtex key generator Adding "von" part to Author's last name when exporting to MS Office 2007 (#4725) Bump mockito-core from 2.24.5 to 2.25.0 (#4723) remove obsolete localization strings fix checkstyle fix build cleanup convert file chooser in preferences remove unused swing stuff convert help buttons
tobiasdiez
requested changes
Mar 8, 2019
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.
Ok, that works too.
src/main/java/org/jabref/gui/worker/CitationStyleToClipboardWorker.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jabref/gui/worker/CitationStyleToClipboardWorker.java
Outdated
Show resolved
Hide resolved
Siedlerchr
added a commit
that referenced
this pull request
Mar 8, 2019
…tofx * upstream/master: (25 commits) Convert "Manage external file types" dialog to JavaFX (#4711) Remove add/move/remove from group dialog (#4695) Fix entry preview copy exception (#4721) Fix default import format pattern (#4731) Add key bindings (#4732) Convert "wait for save" dialog to JavaFX (#4697) Add changes to CHANGELOG and fix New Library icons Adding GENERATE_CITE_KEYS button to toolbar. Change toolbar icons and add separators Adding additional modifiers to be used in bibtex key generator Adding "von" part to Author's last name when exporting to MS Office 2007 (#4725) Bump mockito-core from 2.24.5 to 2.25.0 (#4723) remove obsolete localization strings fix checkstyle fix build cleanup convert file chooser in preferences remove unused swing stuff convert help buttons Fix #4703: Newline format couldn't be changed (#4720) Group and reorder the Main Menu (tabs & icons) (#4707) Convert Manage keywords dialog to JavaFX (#4701) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #4714