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
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
51
51
- We improved the undo/redo buttons in the main toolbar and main menu to be disabled when there is nothing to undo/redo. [#8807](https://github.com/JabRef/jabref/issues/8807)
52
52
- We improved the DOI detection in PDF imports. [#11782](https://github.com/JabRef/jabref/pull/11782)
53
53
- We improved the performance when pasting and importing entries in an existing library. [#11843](https://github.com/JabRef/jabref/pull/11843)
54
+
- When fulltext search is selected but indexing is deactivated, a dialog is now shown asking if the user wants to enable indexing now [#9491](https://github.com/JabRef/jabref/issues/9491)
if (!filePreferences.shouldFulltextIndexLinkedFiles() && newVal) {
246
+
booleanenableFulltextSearch = dialogService.showConfirmationDialogAndWait(Localization.lang("Fulltext search"), Localization.lang("Fulltext search requires the setting 'Automatically index all linked files for fulltext search' to be enabled. Do you want to enable indexing now?"), Localization.lang("Enable indexing"), Localization.lang("Keep disabled"));
Copy file name to clipboardexpand all lines: src/main/resources/l10n/JabRef_en.properties
+4
Original file line number
Diff line number
Diff line change
@@ -819,6 +819,10 @@ Searching...=Searching...
819
819
Finished\ Searching=Finished Searching
820
820
Search\ expression=Search expression
821
821
Fulltext\ search=Fulltext search
822
+
823
+
Enable\ indexing=Enable indexing
824
+
Fulltext\ search\ requires\ the\ setting\ 'Automatically\ index\ all\ linked\ files\ for\ fulltext\ search'\ to\ be\ enabled.\ Do\ you\ want\ to\ enable\ indexing\ now?=Fulltext search requires the setting 'Automatically index all linked files for fulltext search' to be enabled. Do you want to enable indexing now?
825
+
822
826
Help\ on\ regular\ expression\ search=Help on regular expression search
823
827
Searching\ for\ duplicates...=Searching for duplicates...
0 commit comments