Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
RegEx searches currently enforce case sensitivity by default, with no setting to adjust this behavior.
I think Ditto could use a "Case sensitivity" checkbox in Settings or a boolean in Advanced settings (in case of the latter, perhaps one toggle per search mode).
Currently, there's a possible workaround: (?i:pattern) or (?i)pattern) allows case-insensitive searches, but highlighting won't apply.
RegEx searches currently enforce case sensitivity by default, with no setting to adjust this behavior.
I think Ditto could use a "Case sensitivity" checkbox in Settings or a boolean in Advanced settings (in case of the latter, perhaps one toggle per search mode).
Currently, there's a possible workaround:
(?i:pattern)
or(?i)pattern)
allows case-insensitive searches, but highlighting won't apply.The issue has also been described at #318, as well as a partial workaround at https://github.com/sabrogden/Ditto/issues/318#issuecomment-1204919930, but since that issue was not a Feature request, I'm submitting it as such.