Commit 7d6485d
Initialize search bar auto-completion with real database context (no tab switch needed) (#13816)
* Initialize search bar auto-completion with real database context (no tab switch needed)
* fix checkstyle
* Add CHANGELOG.md entry
* fix
* Add nullability annotation to autoCompleterChangedListener parameter
* Update CHANGELOG.md
Co-authored-by: Subhramit Basu <[email protected]>
* Remove unused autoCompleterChangedListener field from JabRefFrame
---------
Co-authored-by: Subhramit Basu <[email protected]>1 parent 39ae99e commit 7d6485d
File tree
3 files changed
+14
-1
lines changed- jabgui/src/main/java/org/jabref/gui
- frame
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| |||
258 | 260 | | |
259 | 261 | | |
260 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
261 | 267 | | |
262 | 268 | | |
263 | 269 | | |
| |||
303 | 309 | | |
304 | 310 | | |
305 | 311 | | |
306 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
307 | 316 | | |
308 | 317 | | |
309 | 318 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
406 | 409 | | |
407 | 410 | | |
408 | 411 | | |
| |||
0 commit comments