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
d0d31167
Commit
d0d31167
authored
Jan 02, 2021
by
Christoph Cullmann
🐮
Browse files
better mark name
parent
910fb07c
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/search/plugin_search.cpp
View file @
d0d31167
...
...
@@ -944,7 +944,7 @@ void KatePluginSearchView::addMatchMark(KTextEditor::Document *doc, KTextEditor:
#endif
if
(
!
iface
)
return
;
static
const
auto
description
=
i18n
(
"Search
HighLight
"
);
static
const
auto
description
=
i18n
(
"Search
Match
"
);
iface
->
setMarkDescription
(
KTextEditor
::
MarkInterface
::
markType32
,
description
);
#if KTEXTEDITOR_VERSION >= QT_VERSION_CHECK(5, 69, 0)
iface
->
setMarkIcon
(
KTextEditor
::
MarkInterface
::
markType32
,
QIcon
());
...
...
Write
Preview
Supports
Markdown
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