Skip to content

Commit

Permalink
Enable auto sync per default for Open/Libre Office (#6985)
Browse files Browse the repository at this point in the history
* Enable Auto Sync per default for Open/LibreOffice

* Add test for Open Office auto sync when citing per default

* Delete OpenOfficeSyncWhenCitingTest.java

Removing unnecessary test
  • Loading branch information
IsaacRoles committed Oct 12, 2020
1 parent 46cc82c commit 14bf8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve

### Changed

- We changed the default preferences for OpenOffice/LibreOffice integration to automatically sync the bibliography when
inserting new citations in a OpenOffic/LibreOffice document. [#6957](https://github.com/JabRef/jabref/issues/6957)
- We restructured the 'File' tab and extracted some parts into the 'Linked files' tab [#6779](https://github.com/JabRef/jabref/pull/6779)
- JabRef now offers journal lists from <https://abbrv.jabref.org>. JabRef the lists which use a dot inside the abbreviations. [#5749](https://github.com/JabRef/jabref/pull/5749)
- We removed two useless preferences in the groups preferences dialog. [#6836](https://github.com/JabRef/jabref/pull/6836)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ private JabRefPreferences() {
defaults.put(OO_JARS_PATH, OpenOfficePreferences.DEFAULT_LINUX_PATH);
}

defaults.put(OO_SYNC_WHEN_CITING, Boolean.FALSE);
defaults.put(OO_SYNC_WHEN_CITING, Boolean.TRUE);
defaults.put(OO_SHOW_PANEL, Boolean.FALSE);
defaults.put(OO_USE_ALL_OPEN_BASES, Boolean.TRUE);
defaults.put(OO_BIBLIOGRAPHY_STYLE_FILE, StyleLoader.DEFAULT_AUTHORYEAR_STYLE_PATH);
Expand Down

0 comments on commit 14bf8f9

Please sign in to comment.