Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Should case sensitive toggle should be remembered when find bar is closed? #7040

@njx

Description

@njx
  1. Create a document with a word that appears in different cases (e.g. "foo" and "Foo")
  2. Cmd-F
  3. Type "foo" and turn on case sensitivity
  4. Hit Cmd-G a few times - only lowercase "foo" is found
  5. Hit Esc to dismiss find bar
  6. Hit Cmd-G some more

Result: Both "foo" and "Foo" are found. This seems incorrect. Other editors like TextMate and Sublime remember the case-sensitivity attribute. (In fact, they seem to treat that as a global flag - not just something for the current query; so if you do another search without opening the find dialog again, it will still pay attention to however that checkbox is set from the last time you used the dialog.)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions