mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Highlight current debugged line.
Hid debugger panel if other panel is opened. Silence the debugger by default.
This commit is contained in:
@@ -188,6 +188,8 @@ void DocSearchController::initSearchBar(
|
||||
void DocSearchController::showFindView() {
|
||||
mApp->hideLocateBar();
|
||||
mApp->hideGlobalSearchBar();
|
||||
mApp->getStatusBar()->hideAllElements();
|
||||
|
||||
if ( !mSplitter->curEditorExistsAndFocused() )
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user