-
-
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 Suggestion Provider for Crossref during autocompletion disable #10829
Conversation
src/main/java/org/jabref/gui/autocompleter/SuggestionProviders.java
Outdated
Show resolved
Hide resolved
Generally looks good, just remove the commented out code |
@Siedlerchr I have made all the changes you suggested please review those. Thanks for your suggestions. |
Can you please add a changelog entry? (I edit/push my changes to your fork)
|
@Siedlerchr I will keep that in mind to open a new branch next time. |
The code is OK. However, the requirements at #8145 are a mess. I think, the preferences should be modified to be more user-friendly. Will file an issue in our melting pot. |
* upstream/main: Update deployment-arm64.yml fix linebreak fix condition Update deployment-arm64.yml rename Update deployment-arm64.yml Switch to arm runner macos14 Update journal abbreviation lists (#10846) Fix Suggestion Provider for Crossref during autocompletion disable (#10829) Update CSL styles (#10844) Space before citations in Openoffice/Libreoffice integration (#10843)
Closes #8145
Fixed the initial issue when autocompletion was disabled, the crossref field was not populating the suggestions.
Now the CrossRef field is populating the suggestions even if AutoCompletion(File > Preferences > Autocompletion) is disabled
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)