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
+14
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,16 @@ to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by
28
28
- Feature: Merge information from both entries on duplication detection
29
29
- Always use import inspection dialog on import from file
30
30
- All duplicate whitespaces / tabs / newlines are now removed from non-multiline fields
31
+
- Improvements to search:
32
+
- Search bar is now at the top
33
+
- A summary of the search result is shown in textual form in the search bar
34
+
- The search text field changes its color based on the search result (red if nothing is found, green if at least one entry is found)
35
+
- Autocompletion suggestions are shown in a popup
36
+
- Search options are available via a drop-down list, this implements Feature Request #853
37
+
- "Clear search" button also clears search field, this implements Feature Request #601
38
+
- Every search is done automatically (live) as soon as the search text is changed
39
+
- Search is local by default. To do a global search, one has to do a local search and then this search can be done globally as well, opening a new window.
40
+
- The local search results can be shown in a new window.
31
41
- Feature: Merge information from a DOI generated BibTex entry to an entry
32
42
- Added more characters to HTML/Unicode converter
33
43
- Feature: Push citations to Texmaker ([bug 318](https://sourceforge.net/p/jabref/bugs/318/), [bug 582](https://sourceforge.net/p/jabref/bugs/582/))
@@ -101,6 +111,10 @@ to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by
101
111
- Remove support for key bindings per external application by allowing only the key binding "push to application" for the currently selected external application.
102
112
- Remove "edit preamble" from toolbar
103
113
- Remove support to the move-to-SysTray action
114
+
- Remove incremental search
115
+
- Remove option to disable autocompleters for search and make this always one
116
+
- Remove option to highlight matches and make this always one when not using regex or grammar-based search
117
+
104
118
- Remove option Tools -> Open PDF or PS which is replaced by Tools -> Open File
@@ -262,9 +256,7 @@ public class JabRefPreferences {
262
256
// When this should be made possible, the code to inspect is net.sf.jabref.gui.preftabs.LabelPatternPrefTab.storeSettings() -> LabelPattern keypatterns = getLabelPattern(); etc
0 commit comments