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
Use a Tag Field for Resolve strings and Do not wrap (#12876)
* Use a Tag Field for Resolve strings and Do not wrap
* Updating ChangeLog.md
* Added the ability to use custom tags
* Fixing a leftover comment & a mistake in change llog
I had accidently duplicated a line in the change log, and had left commented out code.
* Fixing line breaks
* Custom tags now always show up in suggestions
* Added Custom Tag Support
I used the KeywordEditor classes implementation for custom tags, and renamed the fields to match the naming convention I see elsewhere in the project.
* Added Line Wrapping
Added wrapping for "Affected Fields" & "Do not wrap when saving" lables within the Entry tab of preferences.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
62
62
- A tooltip now appears after 300ms (instead of 2s). [#12649](https://github.com/JabRef/jabref/issues/12649)
63
63
- We improved search in preferences and keybindings. [#12647](https://github.com/JabRef/jabref/issues/12647)
64
64
- We improved the performance of the LibreOffice integration when inserting CSL citations/bibliography. [#12851](https://github.com/JabRef/jabref/pull/12851)
65
+
- 'Affected fields' and 'Do not wrap when saving' are now displayed as tags. [#12550](https://github.com/JabRef/jabref/issues/12550)
0 commit comments