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
Utilities
Kate
Commits
a467423a
Commit
a467423a
authored
May 18, 2021
by
Mark Nauwelaerts
Browse files
S&R: only highlight checked occurrences
parent
5c5ef2cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/search/plugin_search.cpp
View file @
a467423a
...
...
@@ -1479,7 +1479,7 @@ void KatePluginSearchView::addRangeAndMark(KTextEditor::Document *doc,
KTextEditor
::
Attribute
::
Ptr
attr
,
KTextEditor
::
MovingInterface
*
miface
)
{
if
(
!
doc
)
{
if
(
!
doc
||
!
match
.
checked
)
{
return
;
}
...
...
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