diff options
author | jlorber <jlorber@linagora.com> | 2025-02-26 10:38:59 +0100 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2025-03-19 01:15:40 +0100 |
commit | 4957d832c76598e78a57324dad5b4de7345a33e2 (patch) | |
tree | 966a64a54dd1a850eb54b0fb2a089758c47d52eb /include | |
parent | 1c4c24042cbe0ede59513d30a676442f7f238b62 (diff) |
tdf#163616 add Match Diacritics to the find bar
Trying to replicate the behaviour implemented
in the search dialog, while trying to respect
the previous logic for search bar which
ignores diacritics and kashida if CTL font
is enabled.
In my opinion, the new checkbox should be the
only parameter ruling whether the search
should match diacritics or not, but we
can still ignore kashida if CTL font is
enabled.
Change-Id: I1b88be26dd80a1ebbcf78c32ade7d5a289e0766c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182212
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 90d5f3ebab79..c297e8a817ae 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1410,6 +1410,7 @@ #define RID_SVXSTR_FINDBAR_FIND NC_("RID_SVXSTR_FINDBAR_FIND", "Find") #define RID_SVXSTR_FINDBAR_MATCHCASE NC_("RID_SVXSTR_FINDBAR_MATCHCASE", "Match Case") +#define RID_SVXSTR_FINDBAR_MATCHDIACRITICS NC_("RID_SVXSTR_FINDBAR_MATCHDIACRITICS", "Match Diacritics") #define RID_SVXSTR_FINDBAR_SEARCHFORMATTED NC_("RID_SVXSTR_FINDBAR_SEARCHFORMATTED", "Formatted Display") #define STR_IMAGE_ORIGINAL_SIZE NC_("STR_IMAGE_ORIGINAL_SIZE", "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)") |