Highlight current debugged line.

Hid debugger panel if other panel is opened.
Silence the debugger by default.
This commit is contained in:
Martín Lucas Golini
2025-02-05 01:02:46 -03:00
parent 52fb2a311c
commit eae433796e
15 changed files with 84 additions and 21 deletions

View File

@@ -188,6 +188,8 @@ void DocSearchController::initSearchBar(
void DocSearchController::showFindView() {
mApp->hideLocateBar();
mApp->hideGlobalSearchBar();
mApp->getStatusBar()->hideAllElements();
if ( !mSplitter->curEditorExistsAndFocused() )
return;