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
7979144c
Commit
7979144c
authored
May 18, 2021
by
Mark Nauwelaerts
Browse files
S&R: also update marks upon tab switch or close
parent
596d41b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/search/plugin_search.cpp
View file @
7979144c
...
...
@@ -1949,6 +1949,7 @@ void KatePluginSearchView::tabCloseRequested(int index)
if
(
m_ui
.
resultTabWidget
->
count
()
==
1
)
{
m_ui
.
resultTabWidget
->
tabBar
()
->
hide
();
}
updateMatchMarks
();
}
void
KatePluginSearchView
::
resultTabChanged
(
int
index
)
...
...
@@ -1976,6 +1977,7 @@ void KatePluginSearchView::resultTabChanged(int index)
m_ui
.
useRegExp
->
blockSignals
(
false
);
m_ui
.
searchPlaceCombo
->
blockSignals
(
false
);
searchPlaceChanged
();
updateMatchMarks
();
}
void
KatePluginSearchView
::
onResize
(
const
QSize
&
size
)
...
...
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