mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
find/replace completer should be case sensitive
https://forums.ankiweb.net/t/bug-report-search-and-replace/2037
This commit is contained in:
parent
06a69c25e6
commit
05e90bcd23
1 changed files with 2 additions and 0 deletions
|
@ -1878,7 +1878,9 @@ update cards set usn=?, mod=?, did=? where id in """
|
|||
|
||||
combo = "BrowserFindAndReplace"
|
||||
findhistory = restore_combo_history(frm.find, combo + "Find")
|
||||
frm.find.completer().setCaseSensitivity(True)
|
||||
replacehistory = restore_combo_history(frm.replace, combo + "Replace")
|
||||
frm.replace.completer().setCaseSensitivity(True)
|
||||
|
||||
restore_is_checked(frm.re, combo + "Regex")
|
||||
restore_is_checked(frm.ignoreCase, combo + "ignoreCase")
|
||||
|
|
Loading…
Reference in a new issue