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
21f59407
Commit
21f59407
authored
Dec 31, 2020
by
Waqar Ahmed
Committed by
Christoph Cullmann
Jan 01, 2021
Browse files
Dont set mark description as it is doing nothing atm
parent
c2c236c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/search/plugin_search.cpp
View file @
21f59407
...
...
@@ -934,7 +934,7 @@ void KatePluginSearchView::addMatchMark(KTextEditor::Document *doc, KTextEditor:
#endif
if
(
!
iface
)
return
;
iface
->
setMarkDescription
(
KTextEditor
::
MarkInterface
::
markType32
,
i18n
(
"SearchHighLight
"
));
iface
->
setMarkDescription
(
KTextEditor
::
MarkInterface
::
markType32
,
QLatin1String
(
"
"
));
#if KTEXTEDITOR_VERSION >= QT_VERSION_CHECK(5, 69, 0)
iface
->
setMarkIcon
(
KTextEditor
::
MarkInterface
::
markType32
,
QIcon
());
#else
...
...
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