ecode: Linter now allows to navigate between erros and warnings with keyboard shortcuts.

This commit is contained in:
Martín Lucas Golini
2023-06-24 16:25:53 -03:00
parent 5d54f01352
commit 7e1e715dfd
6 changed files with 169 additions and 10 deletions

View File

@@ -259,7 +259,7 @@ void StatusBuildOutputController::runBuild( const std::string& buildName,
}
if ( !mApp->getWindow()->hasFocus() )
mApp->getWindow()->flash( WindowFlashOperation::Briefly );
mApp->getWindow()->flash( WindowFlashOperation::UntilFocused );
} );
if ( !res.isValid() ) {
@@ -349,7 +349,7 @@ void StatusBuildOutputController::runClean( const std::string& buildName,
}
if ( !mApp->getWindow()->hasFocus() )
mApp->getWindow()->flash( WindowFlashOperation::Briefly );
mApp->getWindow()->flash( WindowFlashOperation::UntilFocused );
} );
if ( !res.isValid() ) {