forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update #3
Merged
Merged
Update #3
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
* Fix the function "Edit - Copy BibTeX key and link" to pass a hyperlink rather than an HTML statement. * Update CHANGELOG.md * Remove comment about non-working code * Reorder the import statement using IntelliJ Configuration.
Rename Escape to ESC for javafx Renamed Enum variables as key for the constant was amibiuous
* Try to fix other keybindings in entry editor Try to match awt key events with keycombinations * Finally fix keybinding Remove + signs to make swing work again Add + sign only in binding checker * Extract method for event converting in keybinding repo Adapt test Add + between keybindings
* Propagate changes to the group tree to the MetaData * Add Changelog entry
- Fix regression bug #1182 - Pass language and country as separate args for Locale constructor
* Remove <pre> tag from entries fetched using MathSciNet * Fix tests
* Check for different editions in the duplicate check * edited changelog * Code Conventions
* Works in principle * Code cleanup * Fix build * Fix build [cont] * Properly implement person name suggestions * Move auto completion support completely to gui package * Replace auto completion support in search field by JavaFX * Improve searchbar * Code cleanup and changelog entry added * Fix tests
* Add delta to FieldChangedEvents * Do batched backups * Turn the delta final * Revert "Turn the delta final" This reverts commit 0ca07d2. * Fix checkstyle warnings * One more try for fixing checkstyle
* Listen to change events for setting dirty status of database * Use a single listener instance * Merge DatabaseChangeListener into BasePanel * Add changelog entry
* Fix #2897: readd content selectors * Add content selectors to bib file * Fix order * Update localization
* Improve performance of journal abbreviation loader * Fix test
…s open (#3011) * When browsing through the maintable remember which EntryEditor tab was open * Changelog * phrasing of changelog
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.
gradle localizationUpdate
?