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

@@ -630,6 +630,7 @@ void UniversalLocator::showBar() {
mApp->hideStatusTerminal();
mApp->hideStatusBuildOutput();
mApp->hideStatusAppOutput();
mApp->getStatusBar()->hideAllElements();
mLocateBarLayout->setVisible( true );
mLocateInput->setFocus();