-
-
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 Copy cite command should respect preferences #10707
Conversation
src/main/java/org/jabref/gui/preferences/external/ExternalTabViewModel.java
Show resolved
Hide resolved
fix checsktyle
I'm working on it - especially that |
Ah I see, we then would need a migration step If the cite command in the preferences equals \cite then replace it with the new format |
The issue also happens if the user enters something wrong in the preference field. Currently, I will output an info
|
I went through the items of #10615 and worked on all of them (e.g., adding more test cases). Should be fine now 😅 |
src/main/java/org/jabref/gui/preferences/external/ExternalTabViewModel.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jabref/gui/preferences/external/ExternalTabViewModel.java
Outdated
Show resolved
Hide resolved
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
Fixes #10615
Supersedes #10690
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)