-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Added warning label that allows user to jump to already existing entry #13390
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
Open
jayvardhanghildiyal
wants to merge
15
commits into
JabRef:main
Choose a base branch
from
jayvardhanghildiyal:fix-for-issue-13261
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+90
−8
Open
Changes from 2 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c345312
Added warning label that allows user to jump to already existing entry
jayvardhanghildiyal 8070987
Merge branch 'main' into fix-for-issue-13261
jayvardhanghildiyal 46f52ec
removed comment and changed hashmap definition
jayvardhanghildiyal 5bafc59
Merge branch 'fix-for-issue-13261' of https://github.com/jayvardhangh…
jayvardhanghildiyal f453a05
pulled from main and updated CHANGELOG.md
jayvardhanghildiyal 7ef3dc9
removed line 'requires jbibtex;' from the end of module-info.java
jayvardhanghildiyal ddff1b2
shifted most code to viewmodel from view, removed unused initializeCr…
jayvardhanghildiyal e6b23f4
Merge branch 'main' into fix-for-issue-13261
jayvardhanghildiyal 4d0fa79
Merge remote-tracking branch 'upstream' into fix-for-issue-13261
jayvardhanghildiyal 619458b
removing and updating some logic. the functionality requested should …
jayvardhanghildiyal d6cacca
Merge branch 'fix-for-issue-13261' of https://github.com/jayvardhangh…
jayvardhanghildiyal 3fee7ee
removing some existing code and replacing it with validation logic. a…
jayvardhanghildiyal 6cba540
warning now displays if entry present in any active library. removed …
jayvardhanghildiyal c844bbd
changed return type of checkDOI function for handling null values saf…
jayvardhanghildiyal 87ee01c
duplicate checks now happen in currently active library only. solved …
jayvardhanghildiyal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
|
||
- We introduced a settings parameter to manage citations' relations local storage time-to-live with a default value set to 30 days. [#11189](https://github.com/JabRef/jabref/issues/11189) | ||
- We distribute arm64 images for Linux. [#10842](https://github.com/JabRef/jabref/issues/10842) | ||
- When adding a duplicate entry, display warning label that allows user to jump to it instead. [#13261](https://github.com/JabRef/jabref/issues/13261) | ||
- We added the field `monthfiled` to the default list of fields to resolve BibTeX-Strings for [#13375](https://github.com/JabRef/jabref/issues/13375) | ||
|
||
### Changed | ||
|
@@ -39,6 +40,7 @@ | |
- We added a new setting in the 'Entry Editor' preferences to hide the 'File Annotations' tab when no annotations are available. [#13143](https://github.com/JabRef/jabref/issues/13143) | ||
- We added support for multi-file import across different formats. [#13269](https://github.com/JabRef/jabref/issues/13269) | ||
|
||
|
||
Check failure on line 43 in CHANGELOG.md
|
||
### Changed | ||
|
||
- We moved some functionality from the graphical application `jabref` with new command verbs `generate-citation-keys`, `check-consistency`, `fetch`, `search`, `convert`, `generate-bib-from-aux`, `preferences` and `pdf` to the new toolkit. [#13012](https://github.com/JabRef/jabref/pull/13012) [#110](https://github.com/JabRef/jabref/issues/110) | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.