-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Persist selection of databases in SLR (#11635)
* Attempt: Persist selection of databases * Use ObservableSet * ObservableList * set fetchers * Revise architecture * Revise test * Fix indent * Fix indent 2 * Add changelog entry * Fix indent * Update CHANGELOG.md * Chris' update Co-authored-by: Christoph <[email protected]> * Update src/main/java/org/jabref/preferences/WorkspacePreferences.java Co-authored-by: Christoph <[email protected]> * Update src/main/java/org/jabref/preferences/JabRefPreferences.java Co-authored-by: Christoph <[email protected]> * !Remove duplicated line * Return ObservableList * Remove unused import * Rename foreach loop variable * Rename foreach loop variable * Rename fetcher->catalog * Fix overwriting of existing study catalogs * Merge upstream/main * Fix merge issue * Persist for edits on existing studies * Save preferences only on a "new run" or "save". --------- Co-authored-by: Christoph <[email protected]> Co-authored-by: Oliver Kopp <[email protected]>
- Loading branch information
1 parent
6afe688
commit 833cf30
Showing
6 changed files
with
65 additions
and
9 deletions.
There are no files selected for viewing
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
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
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
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
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
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