Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KPimTextEdit
Commits
beda2a3d
Commit
beda2a3d
authored
Mar 01, 2022
by
Laurent Montel
😁
Browse files
Add comment
parent
184d7bf0
Pipeline
#143697
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/texteditor/plaintexteditor/plaintexteditfindbar.cpp
View file @
beda2a3d
...
...
@@ -65,6 +65,7 @@ bool PlainTextEditFindBar::searchInDocument(const QString &text, TextEditFindBar
bool
PlainTextEditFindBar
::
searchInDocument
(
const
QRegularExpression
&
regExp
,
TextEditFindBarBase
::
FindFlags
searchOptions
)
{
// TODO implement support for FindRespectDiacritics ?
const
bool
found
=
d
->
mView
->
find
(
regExp
,
FindUtils
::
convertTextEditFindFlags
(
searchOptions
));
mFindWidget
->
setFoundMatch
(
found
);
return
found
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment