You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
11
11
12
12
### Added
13
13
14
+
- We added support for selecting and using CSL Styles in JabRef's OpenOffice/LibreOffice integration for inserting bibliographic and in-text citations into a document.
# Use currently active Style tab in Select Style Dialog to decide which style to activate
6
+
7
+
## Context and Problem Statement
8
+
9
+
In the Select Style Dialog window of the OpenOffice Panel, in case a style is selected in both the CSL Styles Tab and JStyles Tab, how to decide which of the two will be activated for use?
10
+
11
+
## Considered Options
12
+
13
+
* Use toggle in Select Style GUI
14
+
* Use toggle in Preferences
15
+
* Use Buttons in Select Style GUI
16
+
* Use Toggle in Main GUI
17
+
* Use currently active Tab in Select Style GUI and add a notification
18
+
19
+
## Decision Outcome
20
+
21
+
Chosen option: "Use currently active Tab in Select Style GUI and add a notification", because we already had two tabs indicating a clear separation of choices to the user. It was the most convenient way without adding extra steps to make the user choose "which style type to use" before selecting the style, which would be the case in the other options if chosen. The option is quite intuitive, extensible for working with multiple tabs and make only three to four clicks are necessary to select a style. Furthermore, the notification makes it clear to the user which style type as well as which style is selected.
@@ -509,7 +512,7 @@ public void guiActionApplyCitationEntries(List<CitationEntry> citationEntries) {
509
512
* Note: Undo does not remove or reestablish custom properties.
510
513
*
511
514
* @param entries The entries to cite.
512
-
* @param database The database the entries belong to (all of them). Used when creating the citation mark.
515
+
* @param bibDatabaseContext The database the entries belong to (all of them). Used when creating the citation mark.
513
516
* <p>
514
517
* Consistency: for each entry in {@code entries}: looking it up in {@code syncOptions.get().databases} (if present) should yield {@code database}.
515
518
* @param style The bibliography style we are using.
@@ -518,11 +521,11 @@ public void guiActionApplyCitationEntries(List<CitationEntry> citationEntries) {
518
521
* @param syncOptions Indicates whether in-text citations should be refreshed in the document. Optional.empty() indicates no refresh. Otherwise provides options for refreshing the reference list.
0 commit comments